Shades of Cinnabar #EC3E23
Tints of Cinnabar #EC3E23
RGB
CMYK
RGB Variations
Color information
#EC3E23 (or 0xEC3E23) is known color: Cinnabar. HEX triplet: EC, 3E and 23. RGB value is (236,62,35). Sum of RGB (Red+Green+Blue) = 236+62+35=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E23 is #13C1DC. Grayscale: #6F6F6F. Windows color (decimal): -1294813 or 2309868. OLE color: 2309868.
HSL color Cylindrical-coordinate representation of color #EC3E23: hue angle of 8.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3E23 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 35 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.07 |
| HSL | 8.06º | 0.84% | 0.53% | - |
| HSV(B) | 8.06º | 0.85% | 0.93% | - |
| XYZ | 36.62 | 21.4 | 3.79 | - |
| YUV | 110.95 | 85.15 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 35 | 0 | 0.74 | 0.85 | 0.07 | 8.06 | 0.84 | 0.53 |
| Hex | EC | 3E | 23 | 0 | 4A | 55 | 7 | 8 | 54 | 35 |
| Octal | 354 | 76 | 43 | 0 | 112 | 125 | 7 | 10 | 124 | 65 |
| Binary | 11101100 | 111110 | 100011 | 0 | 1001010 | 1010101 | 111 | 1000 | 1010100 | 110101 |
Color Harmonies of #EC3E23
Complementary color
Monochromatic Colors of #EC3E23
Black with #EC3E23
Text Example
Text Example
White with #EC3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E23; }
p { color: rgb(236,62,35); }
H1.HeaderClassName
{
color: #EC3E23;
}
.AnyTagClassName
{
color: #EC3E23;
}
</style>
background-color css
<style>
a { background-color: #EC3E23; }
a { background-color: rgb(236,62,35); }
div.DivClassName
{
background-color: #EC3E23;
}
.BgClassName
{
background-color: #EC3E23;
}
</style>
border-color css
<style>
span { border-color: #EC3E23; }
span { border-color: rgb(236,62,35); }
td.TdClassName
{
border-color: #EC3E23;
}
.TagClassName
{
border-color: #EC3E23;
}
</style>