Shades of Cinnabar #EC3818
Tints of Cinnabar #EC3818
RGB
CMYK
RGB Variations
Color information
#EC3818 (or 0xEC3818) is known color: Cinnabar. HEX triplet: EC, 38 and 18. RGB value is (236,56,24). Sum of RGB (Red+Green+Blue) = 236+56+24=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3818 is #13C7E7. Grayscale: #6A6A6A. Windows color (decimal): -1296360 or 1587436. OLE color: 1587436.
HSL color Cylindrical-coordinate representation of color #EC3818: hue angle of 9.06º 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 #EC3818 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 24 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.07 |
| HSL | 9.06º | 0.85% | 0.51% | - |
| HSV(B) | 9.06º | 0.9% | 0.93% | - |
| XYZ | 36.17 | 20.73 | 2.96 | - |
| YUV | 106.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 24 | 0 | 0.76 | 0.90 | 0.07 | 9.06 | 0.85 | 0.51 |
| Hex | EC | 38 | 18 | 0 | 4C | 5A | 7 | 9 | 55 | 33 |
| Octal | 354 | 70 | 30 | 0 | 114 | 132 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 111000 | 11000 | 0 | 1001100 | 1011010 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC3818
Complementary color
Monochromatic Colors of #EC3818
Black with #EC3818
Text Example
Text Example
White with #EC3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3818; }
p { color: rgb(236,56,24); }
H1.HeaderClassName
{
color: #EC3818;
}
.AnyTagClassName
{
color: #EC3818;
}
</style>
background-color css
<style>
a { background-color: #EC3818; }
a { background-color: rgb(236,56,24); }
div.DivClassName
{
background-color: #EC3818;
}
.BgClassName
{
background-color: #EC3818;
}
</style>
border-color css
<style>
span { border-color: #EC3818; }
span { border-color: rgb(236,56,24); }
td.TdClassName
{
border-color: #EC3818;
}
.TagClassName
{
border-color: #EC3818;
}
</style>