#EE4229

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

Shades of Cinnabar #EE4229

Tints of Cinnabar #EE4229

Color information

#EE4229 (or 0xEE4229) is unknown color: approx Cinnabar. HEX triplet: EE, 42 and 29. RGB value is (238,66,41). Sum of RGB (Red+Green+Blue) = 238+66+41=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4229 is #11BDD6. Grayscale: #727272. Windows color (decimal): -1162711 or 2704110. OLE color: 2704110.

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

Color convert

RGB2386641-
CMYK00.720.830.07
HSL7.61º85.28%54.71%-
HSV(B)7.61º82.77%93.33%-
XYZ37.6122.234.41-
YUV114.5886.48216.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.99%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 41 (16.41% from 255) = 11.88%
R=68.99%
G=19.13%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238664100.720.830.077.6185.2854.71
HexEE422904853785537
Octal35610251011012371012567
Binary11101110100001010100101001000101001111110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4229; }

 p { color: rgb(238,66,41); }

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

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

 a { background-color: rgb(238,66,41); }

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

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

 span { border-color: rgb(238,66,41); }

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