Shades of Cinnabar #EC2F2E
Tints of Cinnabar #EC2F2E
RGB
CMYK
RGB Variations
Color information
#EC2F2E (or 0xEC2F2E) is known color: Cinnabar. HEX triplet: EC, 2F and 2E. RGB value is (236,47,46). Sum of RGB (Red+Green+Blue) = 236+47+46=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F2E is #13D0D1. Grayscale: #676767. Windows color (decimal): -1298642 or 3026924. OLE color: 3026924.
HSL color Cylindrical-coordinate representation of color #EC2F2E: hue angle of 0.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2F2E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 46 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.07 |
| HSL | 0.32º | 0.83% | 0.55% | - |
| HSV(B) | 0.32º | 0.81% | 0.93% | - |
| XYZ | 36.1 | 20.06 | 4.55 | - |
| YUV | 103.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 46 | 0 | 0.80 | 0.81 | 0.07 | 0.32 | 0.83 | 0.55 |
| Hex | EC | 2F | 2E | 0 | 50 | 51 | 7 | 0 | 53 | 37 |
| Octal | 354 | 57 | 56 | 0 | 120 | 121 | 7 | 0 | 123 | 67 |
| Binary | 11101100 | 101111 | 101110 | 0 | 1010000 | 1010001 | 111 | 0 | 1010011 | 110111 |
Color Harmonies of #EC2F2E
Complementary color
Monochromatic Colors of #EC2F2E
Black with #EC2F2E
Text Example
Text Example
White with #EC2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F2E; }
p { color: rgb(236,47,46); }
H1.HeaderClassName
{
color: #EC2F2E;
}
.AnyTagClassName
{
color: #EC2F2E;
}
</style>
background-color css
<style>
a { background-color: #EC2F2E; }
a { background-color: rgb(236,47,46); }
div.DivClassName
{
background-color: #EC2F2E;
}
.BgClassName
{
background-color: #EC2F2E;
}
</style>
border-color css
<style>
span { border-color: #EC2F2E; }
span { border-color: rgb(236,47,46); }
td.TdClassName
{
border-color: #EC2F2E;
}
.TagClassName
{
border-color: #EC2F2E;
}
</style>