Shades of Cinnabar #EE3020
Tints of Cinnabar #EE3020
RGB
CMYK
RGB Variations
Color information
#EE3020 (or 0xEE3020) is known color: Cinnabar. HEX triplet: EE, 30 and 20. RGB value is (238,48,32). Sum of RGB (Red+Green+Blue) = 238+48+32=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3020 is #11CFDF. Grayscale: #676767. Windows color (decimal): -1167328 or 2109678. OLE color: 2109678.
HSL color Cylindrical-coordinate representation of color #EE3020: hue angle of 4.66º 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 #EE3020 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 32 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.07 |
| HSL | 4.66º | 0.86% | 0.53% | - |
| HSV(B) | 4.66º | 0.87% | 0.93% | - |
| XYZ | 36.58 | 20.4 | 3.38 | - |
| YUV | 102.99 | 87.95 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 32 | 0 | 0.80 | 0.87 | 0.07 | 4.66 | 0.86 | 0.53 |
| Hex | EE | 30 | 20 | 0 | 50 | 57 | 7 | 5 | 56 | 35 |
| Octal | 356 | 60 | 40 | 0 | 120 | 127 | 7 | 5 | 126 | 65 |
| Binary | 11101110 | 110000 | 100000 | 0 | 1010000 | 1010111 | 111 | 101 | 1010110 | 110101 |
Color Harmonies of #EE3020
Complementary color
Monochromatic Colors of #EE3020
Black with #EE3020
Text Example
Text Example
White with #EE3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3020; }
p { color: rgb(238,48,32); }
H1.HeaderClassName
{
color: #EE3020;
}
.AnyTagClassName
{
color: #EE3020;
}
</style>
background-color css
<style>
a { background-color: #EE3020; }
a { background-color: rgb(238,48,32); }
div.DivClassName
{
background-color: #EE3020;
}
.BgClassName
{
background-color: #EE3020;
}
</style>
border-color css
<style>
span { border-color: #EE3020; }
span { border-color: rgb(238,48,32); }
td.TdClassName
{
border-color: #EE3020;
}
.TagClassName
{
border-color: #EE3020;
}
</style>