Shades of Cinnabar #EC3219
Tints of Cinnabar #EC3219
RGB
CMYK
RGB Variations
Color information
#EC3219 (or 0xEC3219) is known color: Cinnabar. HEX triplet: EC, 32 and 19. RGB value is (236,50,25). Sum of RGB (Red+Green+Blue) = 236+50+25=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3219 is #13CDE6. Grayscale: #676767. Windows color (decimal): -1297895 or 1651436. OLE color: 1651436.
HSL color Cylindrical-coordinate representation of color #EC3219: hue angle of 7.11º 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 #EC3219 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 25 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.07 |
| HSL | 7.11º | 0.85% | 0.51% | - |
| HSV(B) | 7.11º | 0.89% | 0.93% | - |
| XYZ | 35.91 | 20.18 | 2.92 | - |
| YUV | 102.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 25 | 0 | 0.79 | 0.89 | 0.07 | 7.11 | 0.85 | 0.51 |
| Hex | EC | 32 | 19 | 0 | 4F | 59 | 7 | 7 | 55 | 33 |
| Octal | 354 | 62 | 31 | 0 | 117 | 131 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110010 | 11001 | 0 | 1001111 | 1011001 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC3219
Complementary color
Monochromatic Colors of #EC3219
Black with #EC3219
Text Example
Text Example
White with #EC3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3219; }
p { color: rgb(236,50,25); }
H1.HeaderClassName
{
color: #EC3219;
}
.AnyTagClassName
{
color: #EC3219;
}
</style>
background-color css
<style>
a { background-color: #EC3219; }
a { background-color: rgb(236,50,25); }
div.DivClassName
{
background-color: #EC3219;
}
.BgClassName
{
background-color: #EC3219;
}
</style>
border-color css
<style>
span { border-color: #EC3219; }
span { border-color: rgb(236,50,25); }
td.TdClassName
{
border-color: #EC3219;
}
.TagClassName
{
border-color: #EC3219;
}
</style>