Shades of Cinnabar #EE3320
Tints of Cinnabar #EE3320
RGB
CMYK
RGB Variations
Color information
#EE3320 (or 0xEE3320) is known color: Cinnabar. HEX triplet: EE, 33 and 20. RGB value is (238,51,32). Sum of RGB (Red+Green+Blue) = 238+51+32=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3320 is #11CCDF. Grayscale: #696969. Windows color (decimal): -1166560 or 2110446. OLE color: 2110446.
HSL color Cylindrical-coordinate representation of color #EE3320: hue angle of 5.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE3320 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 32 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.07 |
| HSL | 5.53º | 0.86% | 0.53% | - |
| HSV(B) | 5.53º | 0.87% | 0.93% | - |
| XYZ | 36.7 | 20.65 | 3.42 | - |
| YUV | 104.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 32 | 0 | 0.79 | 0.87 | 0.07 | 5.53 | 0.86 | 0.53 |
| Hex | EE | 33 | 20 | 0 | 4F | 57 | 7 | 6 | 56 | 35 |
| Octal | 356 | 63 | 40 | 0 | 117 | 127 | 7 | 6 | 126 | 65 |
| Binary | 11101110 | 110011 | 100000 | 0 | 1001111 | 1010111 | 111 | 110 | 1010110 | 110101 |
Color Harmonies of #EE3320
Complementary color
Monochromatic Colors of #EE3320
Black with #EE3320
Text Example
Text Example
White with #EE3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3320; }
p { color: rgb(238,51,32); }
H1.HeaderClassName
{
color: #EE3320;
}
.AnyTagClassName
{
color: #EE3320;
}
</style>
background-color css
<style>
a { background-color: #EE3320; }
a { background-color: rgb(238,51,32); }
div.DivClassName
{
background-color: #EE3320;
}
.BgClassName
{
background-color: #EE3320;
}
</style>
border-color css
<style>
span { border-color: #EE3320; }
span { border-color: rgb(238,51,32); }
td.TdClassName
{
border-color: #EE3320;
}
.TagClassName
{
border-color: #EE3320;
}
</style>