Shades of Cinnabar #EC3817
Tints of Cinnabar #EC3817
RGB
CMYK
RGB Variations
Color information
#EC3817 (or 0xEC3817) is known color: Cinnabar. HEX triplet: EC, 38 and 17. RGB value is (236,56,23). Sum of RGB (Red+Green+Blue) = 236+56+23=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3817 is #13C7E8. Grayscale: #6A6A6A. Windows color (decimal): -1296361 or 1521900. OLE color: 1521900.
HSL color Cylindrical-coordinate representation of color #EC3817: hue angle of 9.3º 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 #EC3817 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 23 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.07 |
| HSL | 9.3º | 0.85% | 0.51% | - |
| HSV(B) | 9.3º | 0.9% | 0.93% | - |
| XYZ | 36.16 | 20.72 | 2.9 | - |
| YUV | 106.06 | 81.13 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 23 | 0 | 0.76 | 0.90 | 0.07 | 9.3 | 0.85 | 0.51 |
| Hex | EC | 38 | 17 | 0 | 4C | 5A | 7 | 9 | 55 | 33 |
| Octal | 354 | 70 | 27 | 0 | 114 | 132 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 111000 | 10111 | 0 | 1001100 | 1011010 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC3817
Complementary color
Monochromatic Colors of #EC3817
Black with #EC3817
Text Example
Text Example
White with #EC3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3817; }
p { color: rgb(236,56,23); }
H1.HeaderClassName
{
color: #EC3817;
}
.AnyTagClassName
{
color: #EC3817;
}
</style>
background-color css
<style>
a { background-color: #EC3817; }
a { background-color: rgb(236,56,23); }
div.DivClassName
{
background-color: #EC3817;
}
.BgClassName
{
background-color: #EC3817;
}
</style>
border-color css
<style>
span { border-color: #EC3817; }
span { border-color: rgb(236,56,23); }
td.TdClassName
{
border-color: #EC3817;
}
.TagClassName
{
border-color: #EC3817;
}
</style>