#e03331

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

Shades of Cinnabar #E03331

Tints of Cinnabar #E03331

Color information

#E03331 (or 0xE03331) is unknown color: approx Cinnabar. HEX triplet: E0, 33 and 31. RGB value is (224,51,49). Sum of RGB (Red+Green+Blue) = 224+51+49=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E03331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03331 is #1FCCCE. Grayscale: #666666. Windows color (decimal): -2084047 or 3224544. OLE color: 3224544.

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

Color convert

RGB2245149-
CMYK00.770.780.12
HSL0.69º73.84%53.53%-
HSV(B)0.69º78.12%87.84%-
XYZ32.4818.444.75-
YUV102.597.81214.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.14%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=69.14%
G=15.74%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224514900.770.780.120.6973.8453.53
HexE0333104D4EC14a36
Octal3406361011511614111266
Binary11100000110011110001010011011001110110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03331; }

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

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

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

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

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

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

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

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