#E0352B

Color #E0352B Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E0352B

Tints of Cinnabar #E0352B

Color information

#E0352B (or 0xE0352B) is unknown color: approx Cinnabar. HEX triplet: E0, 35 and 2B. RGB value is (224,53,43). Sum of RGB (Red+Green+Blue) = 224+53+43=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0352B is #1FCAD4. Grayscale: #676767. Windows color (decimal): -2083541 or 2831840. OLE color: 2831840.

HSL color Cylindrical-coordinate representation of color #E0352B: hue angle of 3.31º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0352B is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB2245343-
CMYK00.760.810.12
HSL3.31º74.49%52.35%-
HSV(B)3.31º80.8%87.84%-
XYZ32.4518.574.16-
YUV102.9994.15214.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 70%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=70%
G=16.56%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224534300.760.810.123.3174.4952.35
HexE0352B04C51C34a34
Octal3406553011412114311264
Binary111000001101011010110100110010100011100111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0352B; }

 p { color: rgb(224,53,43); }

 H1.HeaderClassName
 {
   color: #E0352B;
 }
 .AnyTagClassName
 {
   color: #E0352B;
 }
</style>
background-color css

<style>
 a { background-color: #E0352B; }

 a { background-color: rgb(224,53,43); }

 div.DivClassName
 {
   background-color: #E0352B;
 }
 .BgClassName
 {
   background-color: #E0352B;
 }
</style>
border-color css

<style>
 span { border-color: #E0352B; }

 span { border-color: rgb(224,53,43); }

 td.TdClassName
 {
   border-color: #E0352B;
 }
 .TagClassName
 {
   border-color: #E0352B;
 }
</style>