#E04A37

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

Shades of Cinnabar #E04A37

Tints of Cinnabar #E04A37

Color information

#E04A37 (or 0xE04A37) is unknown color: approx Cinnabar. HEX triplet: E0, 4A and 37. RGB value is (224,74,55). Sum of RGB (Red+Green+Blue) = 224+74+55=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A37 is #1FB5C8. Grayscale: #747474. Windows color (decimal): -2078153 or 3623648. OLE color: 3623648.

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

Color convert

RGB2247455-
CMYK00.670.750.12
HSL6.75º73.16%54.71%-
HSV(B)6.75º75.45%87.84%-
XYZ33.8821.025.89-
YUV116.6893.2204.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.46%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 55 (21.88% from 255) = 15.58%
R=63.46%
G=20.96%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224745500.670.750.126.7573.1654.71
HexE04A370434BC74937
Octal34011267010311314711167
Binary11100000100101011011101000011100101111001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04A37; }

 p { color: rgb(224,74,55); }

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

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

 a { background-color: rgb(224,74,55); }

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

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

 span { border-color: rgb(224,74,55); }

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