#EE4624

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

Shades of Cinnabar #EE4624

Tints of Cinnabar #EE4624

Color information

#EE4624 (or 0xEE4624) is unknown color: approx Cinnabar. HEX triplet: EE, 46 and 24. RGB value is (238,70,36). Sum of RGB (Red+Green+Blue) = 238+70+36=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4624 is #11B9DB. Grayscale: #747474. Windows color (decimal): -1161692 or 2377454. OLE color: 2377454.

HSL color Cylindrical-coordinate representation of color #EE4624: hue angle of 10.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE4624 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB2387036-
CMYK00.710.850.07
HSL10.1º85.59%53.73%-
HSV(B)10.1º84.87%93.33%-
XYZ37.7722.684.06-
YUV116.3682.66214.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 36 (14.45% from 255) = 10.47%
R=69.19%
G=20.35%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238703600.710.850.0710.185.5953.73
HexEE4624047557a5636
Octal35610644010712571212666
Binary11101110100011010010001000111101010111110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4624; }

 p { color: rgb(238,70,36); }

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

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

 a { background-color: rgb(238,70,36); }

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

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

 span { border-color: rgb(238,70,36); }

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