Shades of Cinnabar #EE3519
Tints of Cinnabar #EE3519
RGB
CMYK
RGB Variations
Color information
#EE3519 (or 0xEE3519) is known color: Cinnabar. HEX triplet: EE, 35 and 19. RGB value is (238,53,25). Sum of RGB (Red+Green+Blue) = 238+53+25=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3519 is #11CAE6. Grayscale: #696969. Windows color (decimal): -1166055 or 1652206. OLE color: 1652206.
HSL color Cylindrical-coordinate representation of color #EE3519: hue angle of 7.89º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE3519 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 25 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.89º | 0.86% | 0.52% | - |
| HSV(B) | 7.89º | 0.89% | 0.93% | - |
| XYZ | 36.71 | 20.79 | 3 | - |
| YUV | 105.12 | 82.79 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 25 | 0 | 0.78 | 0.89 | 0.07 | 7.89 | 0.86 | 0.52 |
| Hex | EE | 35 | 19 | 0 | 4E | 59 | 7 | 8 | 56 | 34 |
| Octal | 356 | 65 | 31 | 0 | 116 | 131 | 7 | 10 | 126 | 64 |
| Binary | 11101110 | 110101 | 11001 | 0 | 1001110 | 1011001 | 111 | 1000 | 1010110 | 110100 |
Color Harmonies of #EE3519
Complementary color
Monochromatic Colors of #EE3519
Black with #EE3519
Text Example
Text Example
White with #EE3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3519; }
p { color: rgb(238,53,25); }
H1.HeaderClassName
{
color: #EE3519;
}
.AnyTagClassName
{
color: #EE3519;
}
</style>
background-color css
<style>
a { background-color: #EE3519; }
a { background-color: rgb(238,53,25); }
div.DivClassName
{
background-color: #EE3519;
}
.BgClassName
{
background-color: #EE3519;
}
</style>
border-color css
<style>
span { border-color: #EE3519; }
span { border-color: rgb(238,53,25); }
td.TdClassName
{
border-color: #EE3519;
}
.TagClassName
{
border-color: #EE3519;
}
</style>