Shades of Cinnabar #EC3C19
Tints of Cinnabar #EC3C19
RGB
CMYK
RGB Variations
Color information
#EC3C19 (or 0xEC3C19) is known color: Cinnabar. HEX triplet: EC, 3C and 19. RGB value is (236,60,25). Sum of RGB (Red+Green+Blue) = 236+60+25=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C19 is #13C3E6. Grayscale: #6C6C6C. Windows color (decimal): -1295335 or 1653996. OLE color: 1653996.
HSL color Cylindrical-coordinate representation of color #EC3C19: hue angle of 9.95º 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 #EC3C19 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.07 |
| HSL | 9.95º | 0.85% | 0.51% | - |
| HSV(B) | 9.95º | 0.89% | 0.93% | - |
| XYZ | 36.38 | 21.13 | 3.08 | - |
| YUV | 108.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 25 | 0 | 0.75 | 0.89 | 0.07 | 9.95 | 0.85 | 0.51 |
| Hex | EC | 3C | 19 | 0 | 4B | 59 | 7 | A | 55 | 33 |
| Octal | 354 | 74 | 31 | 0 | 113 | 131 | 7 | 12 | 125 | 63 |
| Binary | 11101100 | 111100 | 11001 | 0 | 1001011 | 1011001 | 111 | 1010 | 1010101 | 110011 |
Color Harmonies of #EC3C19
Complementary color
Monochromatic Colors of #EC3C19
Black with #EC3C19
Text Example
Text Example
White with #EC3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C19; }
p { color: rgb(236,60,25); }
H1.HeaderClassName
{
color: #EC3C19;
}
.AnyTagClassName
{
color: #EC3C19;
}
</style>
background-color css
<style>
a { background-color: #EC3C19; }
a { background-color: rgb(236,60,25); }
div.DivClassName
{
background-color: #EC3C19;
}
.BgClassName
{
background-color: #EC3C19;
}
</style>
border-color css
<style>
span { border-color: #EC3C19; }
span { border-color: rgb(236,60,25); }
td.TdClassName
{
border-color: #EC3C19;
}
.TagClassName
{
border-color: #EC3C19;
}
</style>