#E24A34

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

Shades of Cinnabar #E24A34

Tints of Cinnabar #E24A34

Color information

#E24A34 (or 0xE24A34) is unknown color: approx Cinnabar. HEX triplet: E2, 4A and 34. RGB value is (226,74,52). Sum of RGB (Red+Green+Blue) = 226+74+52=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A34 is #1DB5CB. Grayscale: #757575. Windows color (decimal): -1947084 or 3427042. OLE color: 3427042.

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

Color convert

RGB2267452-
CMYK00.670.770.11
HSL7.59º75%54.51%-
HSV(B)7.59º76.99%88.63%-
XYZ34.4321.315.55-
YUV116.9491.36205.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.20%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=64.20%
G=21.02%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226745200.670.770.117.597554.51
HexE24A340434DB84b37
Octal342112640103115131011367
Binary111000101001010110100010000111001101101110001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24A34; }

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

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

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

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

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

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

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

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