Shades of Cinnabar #EE372F
Tints of Cinnabar #EE372F
RGB
CMYK
RGB Variations
Color information
#EE372F (or 0xEE372F) is known color: Cinnabar. HEX triplet: EE, 37 and 2F. RGB value is (238,55,47). Sum of RGB (Red+Green+Blue) = 238+55+47=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE372F is #11C8D0. Grayscale: #6D6D6D. Windows color (decimal): -1165521 or 3094510. OLE color: 3094510.
HSL color Cylindrical-coordinate representation of color #EE372F: hue angle of 2.51º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE372F is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 47 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.07 |
| HSL | 2.51º | 0.85% | 0.56% | - |
| HSV(B) | 2.51º | 0.8% | 0.93% | - |
| XYZ | 37.14 | 21.11 | 4.81 | - |
| YUV | 108.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 47 | 0 | 0.77 | 0.80 | 0.07 | 2.51 | 0.85 | 0.56 |
| Hex | EE | 37 | 2F | 0 | 4D | 50 | 7 | 3 | 55 | 38 |
| Octal | 356 | 67 | 57 | 0 | 115 | 120 | 7 | 3 | 125 | 70 |
| Binary | 11101110 | 110111 | 101111 | 0 | 1001101 | 1010000 | 111 | 11 | 1010101 | 111000 |
Color Harmonies of #EE372F
Complementary color
Monochromatic Colors of #EE372F
Black with #EE372F
Text Example
Text Example
White with #EE372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE372F; }
p { color: rgb(238,55,47); }
H1.HeaderClassName
{
color: #EE372F;
}
.AnyTagClassName
{
color: #EE372F;
}
</style>
background-color css
<style>
a { background-color: #EE372F; }
a { background-color: rgb(238,55,47); }
div.DivClassName
{
background-color: #EE372F;
}
.BgClassName
{
background-color: #EE372F;
}
</style>
border-color css
<style>
span { border-color: #EE372F; }
span { border-color: rgb(238,55,47); }
td.TdClassName
{
border-color: #EE372F;
}
.TagClassName
{
border-color: #EE372F;
}
</style>