Shades of Cinnabar #EC2A27
Tints of Cinnabar #EC2A27
RGB
CMYK
RGB Variations
Color information
#EC2A27 (or 0xEC2A27) is known color: Cinnabar. HEX triplet: EC, 2A and 27. RGB value is (236,42,39). Sum of RGB (Red+Green+Blue) = 236+42+39=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A27 is #13D5D8. Grayscale: #636363. Windows color (decimal): -1299929 or 2566892. OLE color: 2566892.
HSL color Cylindrical-coordinate representation of color #EC2A27: hue angle of 0.91º 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 #EC2A27 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 39 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.07 |
| HSL | 0.91º | 0.84% | 0.54% | - |
| HSV(B) | 0.91º | 0.83% | 0.93% | - |
| XYZ | 35.79 | 19.64 | 3.82 | - |
| YUV | 99.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 39 | 0 | 0.82 | 0.83 | 0.07 | 0.91 | 0.84 | 0.54 |
| Hex | EC | 2A | 27 | 0 | 52 | 53 | 7 | 1 | 54 | 36 |
| Octal | 354 | 52 | 47 | 0 | 122 | 123 | 7 | 1 | 124 | 66 |
| Binary | 11101100 | 101010 | 100111 | 0 | 1010010 | 1010011 | 111 | 1 | 1010100 | 110110 |
Color Harmonies of #EC2A27
Complementary color
Monochromatic Colors of #EC2A27
Black with #EC2A27
Text Example
Text Example
White with #EC2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A27; }
p { color: rgb(236,42,39); }
H1.HeaderClassName
{
color: #EC2A27;
}
.AnyTagClassName
{
color: #EC2A27;
}
</style>
background-color css
<style>
a { background-color: #EC2A27; }
a { background-color: rgb(236,42,39); }
div.DivClassName
{
background-color: #EC2A27;
}
.BgClassName
{
background-color: #EC2A27;
}
</style>
border-color css
<style>
span { border-color: #EC2A27; }
span { border-color: rgb(236,42,39); }
td.TdClassName
{
border-color: #EC2A27;
}
.TagClassName
{
border-color: #EC2A27;
}
</style>