Shades of Cinnabar #EC3E19
Tints of Cinnabar #EC3E19
RGB
CMYK
RGB Variations
Color information
#EC3E19 (or 0xEC3E19) is known color: Cinnabar. HEX triplet: EC, 3E and 19. RGB value is (236,62,25). Sum of RGB (Red+Green+Blue) = 236+62+25=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E19 is #13C1E6. Grayscale: #6E6E6E. Windows color (decimal): -1294823 or 1654508. OLE color: 1654508.
HSL color Cylindrical-coordinate representation of color #EC3E19: hue angle of 10.52º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3E19 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.07 |
| HSL | 10.52º | 0.85% | 0.51% | - |
| HSV(B) | 10.52º | 0.89% | 0.93% | - |
| XYZ | 36.49 | 21.35 | 3.12 | - |
| YUV | 109.81 | 80.15 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 25 | 0 | 0.74 | 0.89 | 0.07 | 10.52 | 0.85 | 0.51 |
| Hex | EC | 3E | 19 | 0 | 4A | 59 | 7 | B | 55 | 33 |
| Octal | 354 | 76 | 31 | 0 | 112 | 131 | 7 | 13 | 125 | 63 |
| Binary | 11101100 | 111110 | 11001 | 0 | 1001010 | 1011001 | 111 | 1011 | 1010101 | 110011 |
Color Harmonies of #EC3E19
Complementary color
Monochromatic Colors of #EC3E19
Black with #EC3E19
Text Example
Text Example
White with #EC3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E19; }
p { color: rgb(236,62,25); }
H1.HeaderClassName
{
color: #EC3E19;
}
.AnyTagClassName
{
color: #EC3E19;
}
</style>
background-color css
<style>
a { background-color: #EC3E19; }
a { background-color: rgb(236,62,25); }
div.DivClassName
{
background-color: #EC3E19;
}
.BgClassName
{
background-color: #EC3E19;
}
</style>
border-color css
<style>
span { border-color: #EC3E19; }
span { border-color: rgb(236,62,25); }
td.TdClassName
{
border-color: #EC3E19;
}
.TagClassName
{
border-color: #EC3E19;
}
</style>