Shades of Cinnabar #EC3218
Tints of Cinnabar #EC3218
RGB
CMYK
RGB Variations
Color information
#EC3218 (or 0xEC3218) is known color: Cinnabar. HEX triplet: EC, 32 and 18. RGB value is (236,50,24). Sum of RGB (Red+Green+Blue) = 236+50+24=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3218 is #13CDE7. Grayscale: #666666. Windows color (decimal): -1297896 or 1585900. OLE color: 1585900.
HSL color Cylindrical-coordinate representation of color #EC3218: hue angle of 7.36º 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 #EC3218 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.07 |
| HSL | 7.36º | 0.85% | 0.51% | - |
| HSV(B) | 7.36º | 0.9% | 0.93% | - |
| XYZ | 35.9 | 20.18 | 2.87 | - |
| YUV | 102.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 24 | 0 | 0.79 | 0.90 | 0.07 | 7.36 | 0.85 | 0.51 |
| Hex | EC | 32 | 18 | 0 | 4F | 5A | 7 | 7 | 55 | 33 |
| Octal | 354 | 62 | 30 | 0 | 117 | 132 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110010 | 11000 | 0 | 1001111 | 1011010 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC3218
Complementary color
Monochromatic Colors of #EC3218
Black with #EC3218
Text Example
Text Example
White with #EC3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3218; }
p { color: rgb(236,50,24); }
H1.HeaderClassName
{
color: #EC3218;
}
.AnyTagClassName
{
color: #EC3218;
}
</style>
background-color css
<style>
a { background-color: #EC3218; }
a { background-color: rgb(236,50,24); }
div.DivClassName
{
background-color: #EC3218;
}
.BgClassName
{
background-color: #EC3218;
}
</style>
border-color css
<style>
span { border-color: #EC3218; }
span { border-color: rgb(236,50,24); }
td.TdClassName
{
border-color: #EC3218;
}
.TagClassName
{
border-color: #EC3218;
}
</style>