#EE3922

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

Shades of Cinnabar #EE3922

Tints of Cinnabar #EE3922

Color information

#EE3922 (or 0xEE3922) is unknown color: approx Cinnabar. HEX triplet: EE, 39 and 22. RGB value is (238,57,34). Sum of RGB (Red+Green+Blue) = 238+57+34=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3922 is #11C6DD. Grayscale: #6C6C6C. Windows color (decimal): -1165022 or 2243054. OLE color: 2243054.

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

Color convert

RGB2385734-
CMYK00.760.860.07
HSL6.76º85.71%53.33%-
HSV(B)6.76º85.71%93.33%-
XYZ37.0121.223.66-
YUV108.585.97220.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.34%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 34 (13.67% from 255) = 10.33%
R=72.34%
G=17.33%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238573400.760.860.076.7685.7153.33
HexEE392204C56775635
Octal356714201141267712665
Binary111011101110011000100100110010101101111111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3922; }

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

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

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

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

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

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

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

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