Shades of Cinnabar #EC3121
Tints of Cinnabar #EC3121
RGB
CMYK
RGB Variations
Color information
#EC3121 (or 0xEC3121) is known color: Cinnabar. HEX triplet: EC, 31 and 21. RGB value is (236,49,33). Sum of RGB (Red+Green+Blue) = 236+49+33=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3121 is #13CEDE. Grayscale: #676767. Windows color (decimal): -1298143 or 2175468. OLE color: 2175468.
HSL color Cylindrical-coordinate representation of color #EC3121: hue angle of 4.73º 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 #EC3121 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 33 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.07 |
| HSL | 4.73º | 0.84% | 0.53% | - |
| HSV(B) | 4.73º | 0.86% | 0.93% | - |
| XYZ | 35.96 | 20.14 | 3.43 | - |
| YUV | 103.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 33 | 0 | 0.79 | 0.86 | 0.07 | 4.73 | 0.84 | 0.53 |
| Hex | EC | 31 | 21 | 0 | 4F | 56 | 7 | 5 | 54 | 35 |
| Octal | 354 | 61 | 41 | 0 | 117 | 126 | 7 | 5 | 124 | 65 |
| Binary | 11101100 | 110001 | 100001 | 0 | 1001111 | 1010110 | 111 | 101 | 1010100 | 110101 |
Color Harmonies of #EC3121
Complementary color
Monochromatic Colors of #EC3121
Black with #EC3121
Text Example
Text Example
White with #EC3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3121; }
p { color: rgb(236,49,33); }
H1.HeaderClassName
{
color: #EC3121;
}
.AnyTagClassName
{
color: #EC3121;
}
</style>
background-color css
<style>
a { background-color: #EC3121; }
a { background-color: rgb(236,49,33); }
div.DivClassName
{
background-color: #EC3121;
}
.BgClassName
{
background-color: #EC3121;
}
</style>
border-color css
<style>
span { border-color: #EC3121; }
span { border-color: rgb(236,49,33); }
td.TdClassName
{
border-color: #EC3121;
}
.TagClassName
{
border-color: #EC3121;
}
</style>