Shades of Cinnabar #EE5136
Tints of Cinnabar #EE5136
RGB
CMYK
RGB Variations
Color information
#EE5136 (or 0xEE5136) is known color: Cinnabar. HEX triplet: EE, 51 and 36. RGB value is (238,81,54). Sum of RGB (Red+Green+Blue) = 238+81+54=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5136 is #11AEC9. Grayscale: #7D7D7D. Windows color (decimal): -1158858 or 3559918. OLE color: 3559918.
HSL color Cylindrical-coordinate representation of color #EE5136: hue angle of 8.8º 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 #EE5136 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 54 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.07 |
| HSL | 8.8º | 0.84% | 0.57% | - |
| HSV(B) | 8.8º | 0.77% | 0.93% | - |
| XYZ | 38.87 | 24.33 | 6.14 | - |
| YUV | 124.87 | 88.01 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 54 | 0 | 0.66 | 0.77 | 0.07 | 8.8 | 0.84 | 0.57 |
| Hex | EE | 51 | 36 | 0 | 42 | 4D | 7 | 9 | 54 | 39 |
| Octal | 356 | 121 | 66 | 0 | 102 | 115 | 7 | 11 | 124 | 71 |
| Binary | 11101110 | 1010001 | 110110 | 0 | 1000010 | 1001101 | 111 | 1001 | 1010100 | 111001 |
Color Harmonies of #EE5136
Complementary color
Monochromatic Colors of #EE5136
Black with #EE5136
Text Example
Text Example
White with #EE5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5136; }
p { color: rgb(238,81,54); }
H1.HeaderClassName
{
color: #EE5136;
}
.AnyTagClassName
{
color: #EE5136;
}
</style>
background-color css
<style>
a { background-color: #EE5136; }
a { background-color: rgb(238,81,54); }
div.DivClassName
{
background-color: #EE5136;
}
.BgClassName
{
background-color: #EE5136;
}
</style>
border-color css
<style>
span { border-color: #EE5136; }
span { border-color: rgb(238,81,54); }
td.TdClassName
{
border-color: #EE5136;
}
.TagClassName
{
border-color: #EE5136;
}
</style>