Shades of Cinnabar #EE5024
Tints of Cinnabar #EE5024
RGB
CMYK
RGB Variations
Color information
#EE5024 (or 0xEE5024) is known color: Cinnabar. HEX triplet: EE, 50 and 24. RGB value is (238,80,36). Sum of RGB (Red+Green+Blue) = 238+80+36=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5024 is #11AFDB. Grayscale: #7A7A7A. Windows color (decimal): -1159132 or 2380014. OLE color: 2380014.
HSL color Cylindrical-coordinate representation of color #EE5024: hue angle of 13.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE5024 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.07 |
| HSL | 13.07º | 0.86% | 0.54% | - |
| HSV(B) | 13.07º | 0.85% | 0.93% | - |
| XYZ | 38.45 | 24.04 | 4.28 | - |
| YUV | 122.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 36 | 0 | 0.66 | 0.85 | 0.07 | 13.07 | 0.86 | 0.54 |
| Hex | EE | 50 | 24 | 0 | 42 | 55 | 7 | D | 56 | 36 |
| Octal | 356 | 120 | 44 | 0 | 102 | 125 | 7 | 15 | 126 | 66 |
| Binary | 11101110 | 1010000 | 100100 | 0 | 1000010 | 1010101 | 111 | 1101 | 1010110 | 110110 |
Color Harmonies of #EE5024
Complementary color
Monochromatic Colors of #EE5024
Black with #EE5024
Text Example
Text Example
White with #EE5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5024; }
p { color: rgb(238,80,36); }
H1.HeaderClassName
{
color: #EE5024;
}
.AnyTagClassName
{
color: #EE5024;
}
</style>
background-color css
<style>
a { background-color: #EE5024; }
a { background-color: rgb(238,80,36); }
div.DivClassName
{
background-color: #EE5024;
}
.BgClassName
{
background-color: #EE5024;
}
</style>
border-color css
<style>
span { border-color: #EE5024; }
span { border-color: rgb(238,80,36); }
td.TdClassName
{
border-color: #EE5024;
}
.TagClassName
{
border-color: #EE5024;
}
</style>