Shades of Cinnabar #EC3F20
Tints of Cinnabar #EC3F20
RGB
CMYK
RGB Variations
Color information
#EC3F20 (or 0xEC3F20) is known color: Cinnabar. HEX triplet: EC, 3F and 20. RGB value is (236,63,32). Sum of RGB (Red+Green+Blue) = 236+63+32=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F20 is #13C0DF. Grayscale: #6F6F6F. Windows color (decimal): -1294560 or 2113516. OLE color: 2113516.
HSL color Cylindrical-coordinate representation of color #EC3F20: hue angle of 9.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3F20 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 32 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 9.12º | 0.84% | 0.53% | - |
| HSV(B) | 9.12º | 0.86% | 0.93% | - |
| XYZ | 36.63 | 21.49 | 3.58 | - |
| YUV | 111.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 32 | 0 | 0.73 | 0.86 | 0.07 | 9.12 | 0.84 | 0.53 |
| Hex | EC | 3F | 20 | 0 | 49 | 56 | 7 | 9 | 54 | 35 |
| Octal | 354 | 77 | 40 | 0 | 111 | 126 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 111111 | 100000 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC3F20
Complementary color
Monochromatic Colors of #EC3F20
Black with #EC3F20
Text Example
Text Example
White with #EC3F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F20; }
p { color: rgb(236,63,32); }
H1.HeaderClassName
{
color: #EC3F20;
}
.AnyTagClassName
{
color: #EC3F20;
}
</style>
background-color css
<style>
a { background-color: #EC3F20; }
a { background-color: rgb(236,63,32); }
div.DivClassName
{
background-color: #EC3F20;
}
.BgClassName
{
background-color: #EC3F20;
}
</style>
border-color css
<style>
span { border-color: #EC3F20; }
span { border-color: rgb(236,63,32); }
td.TdClassName
{
border-color: #EC3F20;
}
.TagClassName
{
border-color: #EC3F20;
}
</style>