Shades of Cinnabar #EC3C27
Tints of Cinnabar #EC3C27
RGB
CMYK
RGB Variations
Color information
#EC3C27 (or 0xEC3C27) is known color: Cinnabar. HEX triplet: EC, 3C and 27. RGB value is (236,60,39). Sum of RGB (Red+Green+Blue) = 236+60+39=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C27 is #13C3D8. Grayscale: #6E6E6E. Windows color (decimal): -1295321 or 2571500. OLE color: 2571500.
HSL color Cylindrical-coordinate representation of color #EC3C27: hue angle of 6.4º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC3C27 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 39 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.07 |
| HSL | 6.4º | 0.84% | 0.54% | - |
| HSV(B) | 6.4º | 0.83% | 0.93% | - |
| XYZ | 36.57 | 21.21 | 4.09 | - |
| YUV | 110.23 | 87.81 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 39 | 0 | 0.75 | 0.83 | 0.07 | 6.4 | 0.84 | 0.54 |
| Hex | EC | 3C | 27 | 0 | 4B | 53 | 7 | 6 | 54 | 36 |
| Octal | 354 | 74 | 47 | 0 | 113 | 123 | 7 | 6 | 124 | 66 |
| Binary | 11101100 | 111100 | 100111 | 0 | 1001011 | 1010011 | 111 | 110 | 1010100 | 110110 |
Color Harmonies of #EC3C27
Complementary color
Monochromatic Colors of #EC3C27
Black with #EC3C27
Text Example
Text Example
White with #EC3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C27; }
p { color: rgb(236,60,39); }
H1.HeaderClassName
{
color: #EC3C27;
}
.AnyTagClassName
{
color: #EC3C27;
}
</style>
background-color css
<style>
a { background-color: #EC3C27; }
a { background-color: rgb(236,60,39); }
div.DivClassName
{
background-color: #EC3C27;
}
.BgClassName
{
background-color: #EC3C27;
}
</style>
border-color css
<style>
span { border-color: #EC3C27; }
span { border-color: rgb(236,60,39); }
td.TdClassName
{
border-color: #EC3C27;
}
.TagClassName
{
border-color: #EC3C27;
}
</style>