Shades of Cinnabar #EC5139
Tints of Cinnabar #EC5139
RGB
CMYK
RGB Variations
Color information
#EC5139 (or 0xEC5139) is known color: Cinnabar. HEX triplet: EC, 51 and 39. RGB value is (236,81,57). Sum of RGB (Red+Green+Blue) = 236+81+57=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5139 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5139 is #13AEC6. Grayscale: #7C7C7C. Windows color (decimal): -1289927 or 3756524. OLE color: 3756524.
HSL color Cylindrical-coordinate representation of color #EC5139: hue angle of 8.04º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC5139 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 57 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.07 |
| HSL | 8.04º | 0.82% | 0.57% | - |
| HSV(B) | 8.04º | 0.76% | 0.93% | - |
| XYZ | 38.27 | 24.01 | 6.49 | - |
| YUV | 124.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 57 | 0 | 0.66 | 0.76 | 0.07 | 8.04 | 0.82 | 0.57 |
| Hex | EC | 51 | 39 | 0 | 42 | 4C | 7 | 8 | 52 | 39 |
| Octal | 354 | 121 | 71 | 0 | 102 | 114 | 7 | 10 | 122 | 71 |
| Binary | 11101100 | 1010001 | 111001 | 0 | 1000010 | 1001100 | 111 | 1000 | 1010010 | 111001 |
Color Harmonies of #EC5139
Complementary color
Monochromatic Colors of #EC5139
Black with #EC5139
Text Example
Text Example
White with #EC5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5139; }
p { color: rgb(236,81,57); }
H1.HeaderClassName
{
color: #EC5139;
}
.AnyTagClassName
{
color: #EC5139;
}
</style>
background-color css
<style>
a { background-color: #EC5139; }
a { background-color: rgb(236,81,57); }
div.DivClassName
{
background-color: #EC5139;
}
.BgClassName
{
background-color: #EC5139;
}
</style>
border-color css
<style>
span { border-color: #EC5139; }
span { border-color: rgb(236,81,57); }
td.TdClassName
{
border-color: #EC5139;
}
.TagClassName
{
border-color: #EC5139;
}
</style>