#E04F36

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

Shades of Cinnabar #E04F36

Tints of Cinnabar #E04F36

Color information

#E04F36 (or 0xE04F36) is unknown color: approx Cinnabar. HEX triplet: E0, 4F and 36. RGB value is (224,79,54). Sum of RGB (Red+Green+Blue) = 224+79+54=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F36 is #1FB0C9. Grayscale: #777777. Windows color (decimal): -2076874 or 3559392. OLE color: 3559392.

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

Color convert

RGB2247954-
CMYK00.650.760.12
HSL8.82º73.28%54.51%-
HSV(B)8.82º75.89%87.84%-
XYZ34.221.715.88-
YUV119.591.04202.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=62.75%
G=22.13%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224795400.650.760.128.8273.2854.51
HexE04F360414CC94937
Octal340117660101114141111167
Binary111000001001111110110010000011001100110010011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04F36; }

 p { color: rgb(224,79,54); }

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

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

 a { background-color: rgb(224,79,54); }

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

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

 span { border-color: rgb(224,79,54); }

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