Shades of Cinnabar #EE4820
Tints of Cinnabar #EE4820
RGB
CMYK
RGB Variations
Color information
#EE4820 (or 0xEE4820) is known color: Cinnabar. HEX triplet: EE, 48 and 20. RGB value is (238,72,32). Sum of RGB (Red+Green+Blue) = 238+72+32=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4820 is #11B7DF. Grayscale: #757575. Windows color (decimal): -1161184 or 2115822. OLE color: 2115822.
HSL color Cylindrical-coordinate representation of color #EE4820: hue angle of 11.65º 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 #EE4820 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 32 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.07 |
| HSL | 11.65º | 0.86% | 0.53% | - |
| HSV(B) | 11.65º | 0.87% | 0.93% | - |
| XYZ | 37.84 | 22.92 | 3.8 | - |
| YUV | 117.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 32 | 0 | 0.70 | 0.87 | 0.07 | 11.65 | 0.86 | 0.53 |
| Hex | EE | 48 | 20 | 0 | 46 | 57 | 7 | C | 56 | 35 |
| Octal | 356 | 110 | 40 | 0 | 106 | 127 | 7 | 14 | 126 | 65 |
| Binary | 11101110 | 1001000 | 100000 | 0 | 1000110 | 1010111 | 111 | 1100 | 1010110 | 110101 |
Color Harmonies of #EE4820
Complementary color
Monochromatic Colors of #EE4820
Black with #EE4820
Text Example
Text Example
White with #EE4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4820; }
p { color: rgb(238,72,32); }
H1.HeaderClassName
{
color: #EE4820;
}
.AnyTagClassName
{
color: #EE4820;
}
</style>
background-color css
<style>
a { background-color: #EE4820; }
a { background-color: rgb(238,72,32); }
div.DivClassName
{
background-color: #EE4820;
}
.BgClassName
{
background-color: #EE4820;
}
</style>
border-color css
<style>
span { border-color: #EE4820; }
span { border-color: rgb(238,72,32); }
td.TdClassName
{
border-color: #EE4820;
}
.TagClassName
{
border-color: #EE4820;
}
</style>