#E04A41

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

Shades of Cinnabar #E04A41

Tints of Cinnabar #E04A41

Color information

#E04A41 (or 0xE04A41) is unknown color: approx Cinnabar. HEX triplet: E0, 4A and 41. RGB value is (224,74,65). Sum of RGB (Red+Green+Blue) = 224+74+65=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A41 is #1FB5BE. Grayscale: #767676. Windows color (decimal): -2078143 or 4279008. OLE color: 4279008.

HSL color Cylindrical-coordinate representation of color #E04A41: hue angle of 3.4º 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 #E04A41 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2247465-
CMYK00.670.710.12
HSL3.4º71.95%56.67%-
HSV(B)3.4º70.98%87.84%-
XYZ34.1421.137.28-
YUV117.8298.2203.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=61.71%
G=20.39%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224746500.670.710.123.471.9556.67
HexE04A4104347C34839
Octal340112101010310714311071
Binary11100000100101010000010100001110001111100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04A41; }

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

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

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

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

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

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

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

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