Shades of Cinnabar #EC3417
Tints of Cinnabar #EC3417
RGB
CMYK
RGB Variations
Color information
#EC3417 (or 0xEC3417) is known color: Cinnabar. HEX triplet: EC, 34 and 17. RGB value is (236,52,23). Sum of RGB (Red+Green+Blue) = 236+52+23=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3417 is #13CBE8. Grayscale: #686868. Windows color (decimal): -1297385 or 1520876. OLE color: 1520876.
HSL color Cylindrical-coordinate representation of color #EC3417: hue angle of 8.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC3417 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.07 |
| HSL | 8.17º | 0.85% | 0.51% | - |
| HSV(B) | 8.17º | 0.9% | 0.93% | - |
| XYZ | 35.97 | 20.35 | 2.84 | - |
| YUV | 103.71 | 82.46 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 23 | 0 | 0.78 | 0.90 | 0.07 | 8.17 | 0.85 | 0.51 |
| Hex | EC | 34 | 17 | 0 | 4E | 5A | 7 | 8 | 55 | 33 |
| Octal | 354 | 64 | 27 | 0 | 116 | 132 | 7 | 10 | 125 | 63 |
| Binary | 11101100 | 110100 | 10111 | 0 | 1001110 | 1011010 | 111 | 1000 | 1010101 | 110011 |
Color Harmonies of #EC3417
Complementary color
Monochromatic Colors of #EC3417
Black with #EC3417
Text Example
Text Example
White with #EC3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3417; }
p { color: rgb(236,52,23); }
H1.HeaderClassName
{
color: #EC3417;
}
.AnyTagClassName
{
color: #EC3417;
}
</style>
background-color css
<style>
a { background-color: #EC3417; }
a { background-color: rgb(236,52,23); }
div.DivClassName
{
background-color: #EC3417;
}
.BgClassName
{
background-color: #EC3417;
}
</style>
border-color css
<style>
span { border-color: #EC3417; }
span { border-color: rgb(236,52,23); }
td.TdClassName
{
border-color: #EC3417;
}
.TagClassName
{
border-color: #EC3417;
}
</style>