Shades of Cinnabar #EC3F21
Tints of Cinnabar #EC3F21
RGB
CMYK
RGB Variations
Color information
#EC3F21 (or 0xEC3F21) is known color: Cinnabar. HEX triplet: EC, 3F and 21. RGB value is (236,63,33). Sum of RGB (Red+Green+Blue) = 236+63+33=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F21 is #13C0DE. Grayscale: #6F6F6F. Windows color (decimal): -1294559 or 2179052. OLE color: 2179052.
HSL color Cylindrical-coordinate representation of color #EC3F21: hue angle of 8.87º 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 #EC3F21 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 33 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.87º | 0.84% | 0.53% | - |
| HSV(B) | 8.87º | 0.86% | 0.93% | - |
| XYZ | 36.64 | 21.5 | 3.66 | - |
| YUV | 111.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 33 | 0 | 0.73 | 0.86 | 0.07 | 8.87 | 0.84 | 0.53 |
| Hex | EC | 3F | 21 | 0 | 49 | 56 | 7 | 9 | 54 | 35 |
| Octal | 354 | 77 | 41 | 0 | 111 | 126 | 7 | 11 | 124 | 65 |
| Binary | 11101100 | 111111 | 100001 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010100 | 110101 |
Color Harmonies of #EC3F21
Complementary color
Monochromatic Colors of #EC3F21
Black with #EC3F21
Text Example
Text Example
White with #EC3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F21; }
p { color: rgb(236,63,33); }
H1.HeaderClassName
{
color: #EC3F21;
}
.AnyTagClassName
{
color: #EC3F21;
}
</style>
background-color css
<style>
a { background-color: #EC3F21; }
a { background-color: rgb(236,63,33); }
div.DivClassName
{
background-color: #EC3F21;
}
.BgClassName
{
background-color: #EC3F21;
}
</style>
border-color css
<style>
span { border-color: #EC3F21; }
span { border-color: rgb(236,63,33); }
td.TdClassName
{
border-color: #EC3F21;
}
.TagClassName
{
border-color: #EC3F21;
}
</style>