Shades of Cinnabar #EE5127
Tints of Cinnabar #EE5127
RGB
CMYK
RGB Variations
Color information
#EE5127 (or 0xEE5127) is known color: Cinnabar. HEX triplet: EE, 51 and 27. RGB value is (238,81,39). Sum of RGB (Red+Green+Blue) = 238+81+39=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5127 is #11AED8. Grayscale: #7B7B7B. Windows color (decimal): -1158873 or 2576878. OLE color: 2576878.
HSL color Cylindrical-coordinate representation of color #EE5127: hue angle of 12.66º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE5127 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 39 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.07 |
| HSL | 12.66º | 0.85% | 0.54% | - |
| HSV(B) | 12.66º | 0.84% | 0.93% | - |
| XYZ | 38.57 | 24.21 | 4.56 | - |
| YUV | 123.16 | 80.51 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 39 | 0 | 0.66 | 0.84 | 0.07 | 12.66 | 0.85 | 0.54 |
| Hex | EE | 51 | 27 | 0 | 42 | 54 | 7 | D | 55 | 36 |
| Octal | 356 | 121 | 47 | 0 | 102 | 124 | 7 | 15 | 125 | 66 |
| Binary | 11101110 | 1010001 | 100111 | 0 | 1000010 | 1010100 | 111 | 1101 | 1010101 | 110110 |
Color Harmonies of #EE5127
Complementary color
Monochromatic Colors of #EE5127
Black with #EE5127
Text Example
Text Example
White with #EE5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5127; }
p { color: rgb(238,81,39); }
H1.HeaderClassName
{
color: #EE5127;
}
.AnyTagClassName
{
color: #EE5127;
}
</style>
background-color css
<style>
a { background-color: #EE5127; }
a { background-color: rgb(238,81,39); }
div.DivClassName
{
background-color: #EE5127;
}
.BgClassName
{
background-color: #EE5127;
}
</style>
border-color css
<style>
span { border-color: #EE5127; }
span { border-color: rgb(238,81,39); }
td.TdClassName
{
border-color: #EE5127;
}
.TagClassName
{
border-color: #EE5127;
}
</style>