Shades of Cinnabar #EE4821
Tints of Cinnabar #EE4821
RGB
CMYK
RGB Variations
Color information
#EE4821 (or 0xEE4821) is known color: Cinnabar. HEX triplet: EE, 48 and 21. RGB value is (238,72,33). Sum of RGB (Red+Green+Blue) = 238+72+33=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4821 is #11B7DE. Grayscale: #757575. Windows color (decimal): -1161183 or 2181358. OLE color: 2181358.
HSL color Cylindrical-coordinate representation of color #EE4821: hue angle of 11.41º 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 #EE4821 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.07 |
| HSL | 11.41º | 0.86% | 0.53% | - |
| HSV(B) | 11.41º | 0.86% | 0.93% | - |
| XYZ | 37.85 | 22.92 | 3.87 | - |
| YUV | 117.19 | 80.5 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 33 | 0 | 0.70 | 0.86 | 0.07 | 11.41 | 0.86 | 0.53 |
| Hex | EE | 48 | 21 | 0 | 46 | 56 | 7 | B | 56 | 35 |
| Octal | 356 | 110 | 41 | 0 | 106 | 126 | 7 | 13 | 126 | 65 |
| Binary | 11101110 | 1001000 | 100001 | 0 | 1000110 | 1010110 | 111 | 1011 | 1010110 | 110101 |
Color Harmonies of #EE4821
Complementary color
Monochromatic Colors of #EE4821
Black with #EE4821
Text Example
Text Example
White with #EE4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4821; }
p { color: rgb(238,72,33); }
H1.HeaderClassName
{
color: #EE4821;
}
.AnyTagClassName
{
color: #EE4821;
}
</style>
background-color css
<style>
a { background-color: #EE4821; }
a { background-color: rgb(238,72,33); }
div.DivClassName
{
background-color: #EE4821;
}
.BgClassName
{
background-color: #EE4821;
}
</style>
border-color css
<style>
span { border-color: #EE4821; }
span { border-color: rgb(238,72,33); }
td.TdClassName
{
border-color: #EE4821;
}
.TagClassName
{
border-color: #EE4821;
}
</style>