#E03324

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

Shades of Cinnabar #E03324

Tints of Cinnabar #E03324

Color information

#E03324 (or 0xE03324) is unknown color: approx Cinnabar. HEX triplet: E0, 33 and 24. RGB value is (224,51,36). Sum of RGB (Red+Green+Blue) = 224+51+36=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E03324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03324 is #1FCCDB. Grayscale: #656565. Windows color (decimal): -2084060 or 2372576. OLE color: 2372576.

HSL color Cylindrical-coordinate representation of color #E03324: hue angle of 4.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E03324 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB2245136-
CMYK00.770.840.12
HSL4.79º75.2%50.98%-
HSV(B)4.79º83.93%87.84%-
XYZ32.2418.343.51-
YUV101.0291.31215.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 72.03%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=72.03%
G=16.40%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224513600.770.840.124.7975.250.98
HexE0332404D54C54b33
Octal3406344011512414511363
Binary1110000011001110010001001101101010011001011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03324; }

 p { color: rgb(224,51,36); }

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

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

 a { background-color: rgb(224,51,36); }

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

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

 span { border-color: rgb(224,51,36); }

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