Shades of Cinnabar #EE5237
Tints of Cinnabar #EE5237
RGB
CMYK
RGB Variations
Color information
#EE5237 (or 0xEE5237) is known color: Cinnabar. HEX triplet: EE, 52 and 37. RGB value is (238,82,55). Sum of RGB (Red+Green+Blue) = 238+82+55=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5237 is #11ADC8. Grayscale: #7D7D7D. Windows color (decimal): -1158601 or 3625710. OLE color: 3625710.
HSL color Cylindrical-coordinate representation of color #EE5237: hue angle of 8.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE5237 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 55 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.07 |
| HSL | 8.85º | 0.84% | 0.57% | - |
| HSV(B) | 8.85º | 0.77% | 0.93% | - |
| XYZ | 38.97 | 24.49 | 6.29 | - |
| YUV | 125.57 | 88.18 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 55 | 0 | 0.66 | 0.77 | 0.07 | 8.85 | 0.84 | 0.57 |
| Hex | EE | 52 | 37 | 0 | 42 | 4D | 7 | 9 | 54 | 39 |
| Octal | 356 | 122 | 67 | 0 | 102 | 115 | 7 | 11 | 124 | 71 |
| Binary | 11101110 | 1010010 | 110111 | 0 | 1000010 | 1001101 | 111 | 1001 | 1010100 | 111001 |
Color Harmonies of #EE5237
Complementary color
Monochromatic Colors of #EE5237
Black with #EE5237
Text Example
Text Example
White with #EE5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5237; }
p { color: rgb(238,82,55); }
H1.HeaderClassName
{
color: #EE5237;
}
.AnyTagClassName
{
color: #EE5237;
}
</style>
background-color css
<style>
a { background-color: #EE5237; }
a { background-color: rgb(238,82,55); }
div.DivClassName
{
background-color: #EE5237;
}
.BgClassName
{
background-color: #EE5237;
}
</style>
border-color css
<style>
span { border-color: #EE5237; }
span { border-color: rgb(238,82,55); }
td.TdClassName
{
border-color: #EE5237;
}
.TagClassName
{
border-color: #EE5237;
}
</style>