#E03E3B

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

Shades of Cinnabar #E03E3B

Tints of Cinnabar #E03E3B

Color information

#E03E3B (or 0xE03E3B) is unknown color: approx Cinnabar. HEX triplet: E0, 3E and 3B. RGB value is (224,62,59). Sum of RGB (Red+Green+Blue) = 224+62+59=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03E3B is #1FC1C4. Grayscale: #6E6E6E. Windows color (decimal): -2081221 or 3882720. OLE color: 3882720.

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

Color convert

RGB2246259-
CMYK00.720.740.12
HSL1.09º72.69%55.49%-
HSV(B)1.09º73.66%87.84%-
XYZ33.2519.616.17-
YUV110.199.17209.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.93%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=64.93%
G=17.97%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224625900.720.740.121.0972.6955.49
HexE03E3B0484AC14937
Octal3407673011011214111167
Binary11100000111110111011010010001001010110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03E3B; }

 p { color: rgb(224,62,59); }

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

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

 a { background-color: rgb(224,62,59); }

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

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

 span { border-color: rgb(224,62,59); }

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