Shades of Cinnabar #EE371C
Tints of Cinnabar #EE371C
RGB
CMYK
RGB Variations
Color information
#EE371C (or 0xEE371C) is known color: Cinnabar. HEX triplet: EE, 37 and 1C. RGB value is (238,55,28). Sum of RGB (Red+Green+Blue) = 238+55+28=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE371C is #11C8E3. Grayscale: #6A6A6A. Windows color (decimal): -1165540 or 1849326. OLE color: 1849326.
HSL color Cylindrical-coordinate representation of color #EE371C: hue angle of 7.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE371C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.07 |
| HSL | 7.71º | 0.86% | 0.52% | - |
| HSV(B) | 7.71º | 0.88% | 0.93% | - |
| XYZ | 36.84 | 20.99 | 3.21 | - |
| YUV | 106.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 28 | 0 | 0.77 | 0.88 | 0.07 | 7.71 | 0.86 | 0.52 |
| Hex | EE | 37 | 1C | 0 | 4D | 58 | 7 | 8 | 56 | 34 |
| Octal | 356 | 67 | 34 | 0 | 115 | 130 | 7 | 10 | 126 | 64 |
| Binary | 11101110 | 110111 | 11100 | 0 | 1001101 | 1011000 | 111 | 1000 | 1010110 | 110100 |
Color Harmonies of #EE371C
Complementary color
Monochromatic Colors of #EE371C
Black with #EE371C
Text Example
Text Example
White with #EE371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE371C; }
p { color: rgb(238,55,28); }
H1.HeaderClassName
{
color: #EE371C;
}
.AnyTagClassName
{
color: #EE371C;
}
</style>
background-color css
<style>
a { background-color: #EE371C; }
a { background-color: rgb(238,55,28); }
div.DivClassName
{
background-color: #EE371C;
}
.BgClassName
{
background-color: #EE371C;
}
</style>
border-color css
<style>
span { border-color: #EE371C; }
span { border-color: rgb(238,55,28); }
td.TdClassName
{
border-color: #EE371C;
}
.TagClassName
{
border-color: #EE371C;
}
</style>