Shades of Cinnabar #EE4319
Tints of Cinnabar #EE4319
RGB
CMYK
RGB Variations
Color information
#EE4319 (or 0xEE4319) is known color: Cinnabar. HEX triplet: EE, 43 and 19. RGB value is (238,67,25). Sum of RGB (Red+Green+Blue) = 238+67+25=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4319 is #11BCE6. Grayscale: #717171. Windows color (decimal): -1162471 or 1655790. OLE color: 1655790.
HSL color Cylindrical-coordinate representation of color #EE4319: hue angle of 11.83º 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 #EE4319 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.83º | 0.86% | 0.52% | - |
| HSV(B) | 11.83º | 0.89% | 0.93% | - |
| XYZ | 37.44 | 22.26 | 3.24 | - |
| YUV | 113.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 25 | 0 | 0.72 | 0.89 | 0.07 | 11.83 | 0.86 | 0.52 |
| Hex | EE | 43 | 19 | 0 | 48 | 59 | 7 | C | 56 | 34 |
| Octal | 356 | 103 | 31 | 0 | 110 | 131 | 7 | 14 | 126 | 64 |
| Binary | 11101110 | 1000011 | 11001 | 0 | 1001000 | 1011001 | 111 | 1100 | 1010110 | 110100 |
Color Harmonies of #EE4319
Complementary color
Monochromatic Colors of #EE4319
Black with #EE4319
Text Example
Text Example
White with #EE4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4319; }
p { color: rgb(238,67,25); }
H1.HeaderClassName
{
color: #EE4319;
}
.AnyTagClassName
{
color: #EE4319;
}
</style>
background-color css
<style>
a { background-color: #EE4319; }
a { background-color: rgb(238,67,25); }
div.DivClassName
{
background-color: #EE4319;
}
.BgClassName
{
background-color: #EE4319;
}
</style>
border-color css
<style>
span { border-color: #EE4319; }
span { border-color: rgb(238,67,25); }
td.TdClassName
{
border-color: #EE4319;
}
.TagClassName
{
border-color: #EE4319;
}
</style>