Shades of Cinnabar #EC2E1C
Tints of Cinnabar #EC2E1C
RGB
CMYK
RGB Variations
Color information
#EC2E1C (or 0xEC2E1C) is known color: Cinnabar. HEX triplet: EC, 2E and 1C. RGB value is (236,46,28). Sum of RGB (Red+Green+Blue) = 236+46+28=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E1C is #13D1E3. Grayscale: #656565. Windows color (decimal): -1298916 or 1847020. OLE color: 1847020.
HSL color Cylindrical-coordinate representation of color #EC2E1C: hue angle of 5.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC2E1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.07 |
| HSL | 5.19º | 0.85% | 0.52% | - |
| HSV(B) | 5.19º | 0.88% | 0.93% | - |
| XYZ | 35.78 | 19.87 | 3.05 | - |
| YUV | 100.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 28 | 0 | 0.81 | 0.88 | 0.07 | 5.19 | 0.85 | 0.52 |
| Hex | EC | 2E | 1C | 0 | 51 | 58 | 7 | 5 | 55 | 34 |
| Octal | 354 | 56 | 34 | 0 | 121 | 130 | 7 | 5 | 125 | 64 |
| Binary | 11101100 | 101110 | 11100 | 0 | 1010001 | 1011000 | 111 | 101 | 1010101 | 110100 |
Color Harmonies of #EC2E1C
Complementary color
Monochromatic Colors of #EC2E1C
Black with #EC2E1C
Text Example
Text Example
White with #EC2E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E1C; }
p { color: rgb(236,46,28); }
H1.HeaderClassName
{
color: #EC2E1C;
}
.AnyTagClassName
{
color: #EC2E1C;
}
</style>
background-color css
<style>
a { background-color: #EC2E1C; }
a { background-color: rgb(236,46,28); }
div.DivClassName
{
background-color: #EC2E1C;
}
.BgClassName
{
background-color: #EC2E1C;
}
</style>
border-color css
<style>
span { border-color: #EC2E1C; }
span { border-color: rgb(236,46,28); }
td.TdClassName
{
border-color: #EC2E1C;
}
.TagClassName
{
border-color: #EC2E1C;
}
</style>