Shades of Cinnabar #EC3E2C
Tints of Cinnabar #EC3E2C
RGB
CMYK
RGB Variations
Color information
#EC3E2C (or 0xEC3E2C) is known color: Cinnabar. HEX triplet: EC, 3E and 2C. RGB value is (236,62,44). Sum of RGB (Red+Green+Blue) = 236+62+44=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E2C is #13C1D3. Grayscale: #707070. Windows color (decimal): -1294804 or 2899692. OLE color: 2899692.
HSL color Cylindrical-coordinate representation of color #EC3E2C: hue angle of 5.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 #EC3E2C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 44 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.07 |
| HSL | 5.63º | 0.83% | 0.55% | - |
| HSV(B) | 5.63º | 0.81% | 0.93% | - |
| XYZ | 36.77 | 21.46 | 4.59 | - |
| YUV | 111.97 | 89.65 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 44 | 0 | 0.74 | 0.81 | 0.07 | 5.63 | 0.83 | 0.55 |
| Hex | EC | 3E | 2C | 0 | 4A | 51 | 7 | 6 | 53 | 37 |
| Octal | 354 | 76 | 54 | 0 | 112 | 121 | 7 | 6 | 123 | 67 |
| Binary | 11101100 | 111110 | 101100 | 0 | 1001010 | 1010001 | 111 | 110 | 1010011 | 110111 |
Color Harmonies of #EC3E2C
Complementary color
Monochromatic Colors of #EC3E2C
Black with #EC3E2C
Text Example
Text Example
White with #EC3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E2C; }
p { color: rgb(236,62,44); }
H1.HeaderClassName
{
color: #EC3E2C;
}
.AnyTagClassName
{
color: #EC3E2C;
}
</style>
background-color css
<style>
a { background-color: #EC3E2C; }
a { background-color: rgb(236,62,44); }
div.DivClassName
{
background-color: #EC3E2C;
}
.BgClassName
{
background-color: #EC3E2C;
}
</style>
border-color css
<style>
span { border-color: #EC3E2C; }
span { border-color: rgb(236,62,44); }
td.TdClassName
{
border-color: #EC3E2C;
}
.TagClassName
{
border-color: #EC3E2C;
}
</style>