Shades of Cinnabar #EC3B17
Tints of Cinnabar #EC3B17
RGB
CMYK
RGB Variations
Color information
#EC3B17 (or 0xEC3B17) is known color: Cinnabar. HEX triplet: EC, 3B and 17. RGB value is (236,59,23). Sum of RGB (Red+Green+Blue) = 236+59+23=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3B17 is #13C4E8. Grayscale: #6C6C6C. Windows color (decimal): -1295593 or 1522668. OLE color: 1522668.
HSL color Cylindrical-coordinate representation of color #EC3B17: hue angle of 10.14º 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 #EC3B17 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 23 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.07 |
| HSL | 10.14º | 0.85% | 0.51% | - |
| HSV(B) | 10.14º | 0.9% | 0.93% | - |
| XYZ | 36.31 | 21.02 | 2.95 | - |
| YUV | 107.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 23 | 0 | 0.75 | 0.90 | 0.07 | 10.14 | 0.85 | 0.51 |
| Hex | EC | 3B | 17 | 0 | 4B | 5A | 7 | A | 55 | 33 |
| Octal | 354 | 73 | 27 | 0 | 113 | 132 | 7 | 12 | 125 | 63 |
| Binary | 11101100 | 111011 | 10111 | 0 | 1001011 | 1011010 | 111 | 1010 | 1010101 | 110011 |
Color Harmonies of #EC3B17
Complementary color
Monochromatic Colors of #EC3B17
Black with #EC3B17
Text Example
Text Example
White with #EC3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B17; }
p { color: rgb(236,59,23); }
H1.HeaderClassName
{
color: #EC3B17;
}
.AnyTagClassName
{
color: #EC3B17;
}
</style>
background-color css
<style>
a { background-color: #EC3B17; }
a { background-color: rgb(236,59,23); }
div.DivClassName
{
background-color: #EC3B17;
}
.BgClassName
{
background-color: #EC3B17;
}
</style>
border-color css
<style>
span { border-color: #EC3B17; }
span { border-color: rgb(236,59,23); }
td.TdClassName
{
border-color: #EC3B17;
}
.TagClassName
{
border-color: #EC3B17;
}
</style>