#EE4422

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

Shades of Cinnabar #EE4422

Tints of Cinnabar #EE4422

Color information

#EE4422 (or 0xEE4422) is unknown color: approx Cinnabar. HEX triplet: EE, 44 and 22. RGB value is (238,68,34). Sum of RGB (Red+Green+Blue) = 238+68+34=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4422 is #11BBDD. Grayscale: #737373. Windows color (decimal): -1162206 or 2245870. OLE color: 2245870.

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

Color convert

RGB2386834-
CMYK00.710.860.07
HSL10º85.71%53.33%-
HSV(B)10º85.71%93.33%-
XYZ37.6222.433.86-
YUV114.9582.32215.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 34 (13.67% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238683400.710.860.071085.7153.33
HexEE4422047567a5635
Octal35610442010712671212665
Binary11101110100010010001001000111101011011110101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4422; }

 p { color: rgb(238,68,34); }

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

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

 a { background-color: rgb(238,68,34); }

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

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

 span { border-color: rgb(238,68,34); }

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