#E24A39

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

Shades of Cinnabar #E24A39

Tints of Cinnabar #E24A39

Color information

#E24A39 (or 0xE24A39) is unknown color: approx Cinnabar. HEX triplet: E2, 4A and 39. RGB value is (226,74,57). Sum of RGB (Red+Green+Blue) = 226+74+57=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A39 is #1DB5C6. Grayscale: #757575. Windows color (decimal): -1947079 or 3754722. OLE color: 3754722.

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

Color convert

RGB2267457-
CMYK00.670.750.11
HSL6.04º74.45%55.49%-
HSV(B)6.04º74.78%88.63%-
XYZ34.5521.366.17-
YUV117.5193.86205.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.31%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=63.31%
G=20.73%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226745700.670.750.116.0474.4555.49
HexE24A390434BB64a37
Octal34211271010311313611267
Binary11100010100101011100101000011100101110111101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24A39; }

 p { color: rgb(226,74,57); }

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

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

 a { background-color: rgb(226,74,57); }

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

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

 span { border-color: rgb(226,74,57); }

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