Shades of Cinnabar #EC2F20
Tints of Cinnabar #EC2F20
RGB
CMYK
RGB Variations
Color information
#EC2F20 (or 0xEC2F20) is known color: Cinnabar. HEX triplet: EC, 2F and 20. RGB value is (236,47,32). Sum of RGB (Red+Green+Blue) = 236+47+32=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F20 is #13D0DF. Grayscale: #666666. Windows color (decimal): -1298656 or 2109420. OLE color: 2109420.
HSL color Cylindrical-coordinate representation of color #EC2F20: hue angle of 4.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2F20 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 32 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.07 |
| HSL | 4.41º | 0.84% | 0.53% | - |
| HSV(B) | 4.41º | 0.86% | 0.93% | - |
| XYZ | 35.87 | 19.97 | 3.33 | - |
| YUV | 101.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 32 | 0 | 0.80 | 0.86 | 0.07 | 4.41 | 0.84 | 0.53 |
| Hex | EC | 2F | 20 | 0 | 50 | 56 | 7 | 4 | 54 | 35 |
| Octal | 354 | 57 | 40 | 0 | 120 | 126 | 7 | 4 | 124 | 65 |
| Binary | 11101100 | 101111 | 100000 | 0 | 1010000 | 1010110 | 111 | 100 | 1010100 | 110101 |
Color Harmonies of #EC2F20
Complementary color
Monochromatic Colors of #EC2F20
Black with #EC2F20
Text Example
Text Example
White with #EC2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F20; }
p { color: rgb(236,47,32); }
H1.HeaderClassName
{
color: #EC2F20;
}
.AnyTagClassName
{
color: #EC2F20;
}
</style>
background-color css
<style>
a { background-color: #EC2F20; }
a { background-color: rgb(236,47,32); }
div.DivClassName
{
background-color: #EC2F20;
}
.BgClassName
{
background-color: #EC2F20;
}
</style>
border-color css
<style>
span { border-color: #EC2F20; }
span { border-color: rgb(236,47,32); }
td.TdClassName
{
border-color: #EC2F20;
}
.TagClassName
{
border-color: #EC2F20;
}
</style>