Shades of Cinnabar #EC3619
Tints of Cinnabar #EC3619
RGB
CMYK
RGB Variations
Color information
#EC3619 (or 0xEC3619) is known color: Cinnabar. HEX triplet: EC, 36 and 19. RGB value is (236,54,25). Sum of RGB (Red+Green+Blue) = 236+54+25=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3619 is #13C9E6. Grayscale: #696969. Windows color (decimal): -1296871 or 1652460. OLE color: 1652460.
HSL color Cylindrical-coordinate representation of color #EC3619: hue angle of 8.25º 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 #EC3619 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 25 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.07 |
| HSL | 8.25º | 0.85% | 0.51% | - |
| HSV(B) | 8.25º | 0.89% | 0.93% | - |
| XYZ | 36.09 | 20.54 | 2.98 | - |
| YUV | 105.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 25 | 0 | 0.77 | 0.89 | 0.07 | 8.25 | 0.85 | 0.51 |
| Hex | EC | 36 | 19 | 0 | 4D | 59 | 7 | 8 | 55 | 33 |
| Octal | 354 | 66 | 31 | 0 | 115 | 131 | 7 | 10 | 125 | 63 |
| Binary | 11101100 | 110110 | 11001 | 0 | 1001101 | 1011001 | 111 | 1000 | 1010101 | 110011 |
Color Harmonies of #EC3619
Complementary color
Monochromatic Colors of #EC3619
Black with #EC3619
Text Example
Text Example
White with #EC3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3619; }
p { color: rgb(236,54,25); }
H1.HeaderClassName
{
color: #EC3619;
}
.AnyTagClassName
{
color: #EC3619;
}
</style>
background-color css
<style>
a { background-color: #EC3619; }
a { background-color: rgb(236,54,25); }
div.DivClassName
{
background-color: #EC3619;
}
.BgClassName
{
background-color: #EC3619;
}
</style>
border-color css
<style>
span { border-color: #EC3619; }
span { border-color: rgb(236,54,25); }
td.TdClassName
{
border-color: #EC3619;
}
.TagClassName
{
border-color: #EC3619;
}
</style>