Shades of Cinnabar #EE372C
Tints of Cinnabar #EE372C
RGB
CMYK
RGB Variations
Color information
#EE372C (or 0xEE372C) is known color: Cinnabar. HEX triplet: EE, 37 and 2C. RGB value is (238,55,44). Sum of RGB (Red+Green+Blue) = 238+55+44=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE372C is #11C8D3. Grayscale: #6C6C6C. Windows color (decimal): -1165524 or 2897902. OLE color: 2897902.
HSL color Cylindrical-coordinate representation of color #EE372C: hue angle of 3.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE372C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 44 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.07 |
| HSL | 3.4º | 0.85% | 0.55% | - |
| HSV(B) | 3.4º | 0.82% | 0.93% | - |
| XYZ | 37.08 | 21.09 | 4.5 | - |
| YUV | 108.46 | 91.63 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 44 | 0 | 0.77 | 0.82 | 0.07 | 3.4 | 0.85 | 0.55 |
| Hex | EE | 37 | 2C | 0 | 4D | 52 | 7 | 3 | 55 | 37 |
| Octal | 356 | 67 | 54 | 0 | 115 | 122 | 7 | 3 | 125 | 67 |
| Binary | 11101110 | 110111 | 101100 | 0 | 1001101 | 1010010 | 111 | 11 | 1010101 | 110111 |
Color Harmonies of #EE372C
Complementary color
Monochromatic Colors of #EE372C
Black with #EE372C
Text Example
Text Example
White with #EE372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE372C; }
p { color: rgb(238,55,44); }
H1.HeaderClassName
{
color: #EE372C;
}
.AnyTagClassName
{
color: #EE372C;
}
</style>
background-color css
<style>
a { background-color: #EE372C; }
a { background-color: rgb(238,55,44); }
div.DivClassName
{
background-color: #EE372C;
}
.BgClassName
{
background-color: #EE372C;
}
</style>
border-color css
<style>
span { border-color: #EE372C; }
span { border-color: rgb(238,55,44); }
td.TdClassName
{
border-color: #EE372C;
}
.TagClassName
{
border-color: #EE372C;
}
</style>