#EE3322

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

Shades of Cinnabar #EE3322

Tints of Cinnabar #EE3322

Color information

#EE3322 (or 0xEE3322) is unknown color: approx Cinnabar. HEX triplet: EE, 33 and 22. RGB value is (238,51,34). Sum of RGB (Red+Green+Blue) = 238+51+34=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3322 is #11CCDD. Grayscale: #696969. Windows color (decimal): -1166558 or 2241518. OLE color: 2241518.

HSL color Cylindrical-coordinate representation of color #EE3322: hue angle of 5º 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 #EE3322 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2385134-
CMYK00.790.860.07
HSL85.71%53.33%-
HSV(B)85.71%93.33%-
XYZ36.7320.663.57-
YUV104.9887.95222.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.68%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=73.68%
G=15.79%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238513400.790.860.07585.7153.33
HexEE332204F56755635
Octal356634201171267512665
Binary111011101100111000100100111110101101111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3322; }

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

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

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

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

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

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

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

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