#E04E42

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

Shades of Cinnabar #E04E42

Tints of Cinnabar #E04E42

Color information

#E04E42 (or 0xE04E42) is unknown color: approx Cinnabar. HEX triplet: E0, 4E and 42. RGB value is (224,78,66). Sum of RGB (Red+Green+Blue) = 224+78+66=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E42 is #1FB1BD. Grayscale: #787878. Windows color (decimal): -2077118 or 4345568. OLE color: 4345568.

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

Color convert

RGB2247866-
CMYK00.650.710.12
HSL4.56º71.82%56.86%-
HSV(B)4.56º70.54%87.84%-
XYZ34.4521.697.53-
YUV120.2997.37201.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.87%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=60.87%
G=21.20%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224786600.650.710.124.5671.8256.86
HexE04E4204147C54839
Octal340116102010110714511071
Binary111000001001110100001001000001100011111001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04E42; }

 p { color: rgb(224,78,66); }

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

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

 a { background-color: rgb(224,78,66); }

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

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

 span { border-color: rgb(224,78,66); }

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