Shades of Cinnabar #EC2E2C
Tints of Cinnabar #EC2E2C
RGB
CMYK
RGB Variations
Color information
#EC2E2C (or 0xEC2E2C) is known color: Cinnabar. HEX triplet: EC, 2E and 2C. RGB value is (236,46,44). Sum of RGB (Red+Green+Blue) = 236+46+44=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E2C is #13D1D3. Grayscale: #666666. Windows color (decimal): -1298900 or 2895596. OLE color: 2895596.
HSL color Cylindrical-coordinate representation of color #EC2E2C: hue angle of 0.62º 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 #EC2E2C is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 44 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.07 |
| HSL | 0.63º | 0.83% | 0.55% | - |
| HSV(B) | 0.63º | 0.81% | 0.93% | - |
| XYZ | 36.02 | 19.97 | 4.34 | - |
| YUV | 102.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 44 | 0 | 0.81 | 0.81 | 0.07 | 0.63 | 0.83 | 0.55 |
| Hex | EC | 2E | 2C | 0 | 51 | 51 | 7 | 1 | 53 | 37 |
| Octal | 354 | 56 | 54 | 0 | 121 | 121 | 7 | 1 | 123 | 67 |
| Binary | 11101100 | 101110 | 101100 | 0 | 1010001 | 1010001 | 111 | 1 | 1010011 | 110111 |
Color Harmonies of #EC2E2C
Complementary color
Monochromatic Colors of #EC2E2C
Black with #EC2E2C
Text Example
Text Example
White with #EC2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E2C; }
p { color: rgb(236,46,44); }
H1.HeaderClassName
{
color: #EC2E2C;
}
.AnyTagClassName
{
color: #EC2E2C;
}
</style>
background-color css
<style>
a { background-color: #EC2E2C; }
a { background-color: rgb(236,46,44); }
div.DivClassName
{
background-color: #EC2E2C;
}
.BgClassName
{
background-color: #EC2E2C;
}
</style>
border-color css
<style>
span { border-color: #EC2E2C; }
span { border-color: rgb(236,46,44); }
td.TdClassName
{
border-color: #EC2E2C;
}
.TagClassName
{
border-color: #EC2E2C;
}
</style>