Shades of Cinnabar #EC3B24
Tints of Cinnabar #EC3B24
RGB
CMYK
RGB Variations
Color information
#EC3B24 (or 0xEC3B24) is known color: Cinnabar. HEX triplet: EC, 3B and 24. RGB value is (236,59,36). Sum of RGB (Red+Green+Blue) = 236+59+36=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B24 is #13C4DB. Grayscale: #6D6D6D. Windows color (decimal): -1295580 or 2374636. OLE color: 2374636.
HSL color Cylindrical-coordinate representation of color #EC3B24: hue angle of 6.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3B24 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 59 | 36 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.07 |
| HSL | 6.9º | 0.84% | 0.53% | - |
| HSV(B) | 6.9º | 0.85% | 0.93% | - |
| XYZ | 36.47 | 21.09 | 3.82 | - |
| YUV | 109.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 36 | 0 | 0.75 | 0.85 | 0.07 | 6.9 | 0.84 | 0.53 |
| Hex | EC | 3B | 24 | 0 | 4B | 55 | 7 | 7 | 54 | 35 |
| Octal | 354 | 73 | 44 | 0 | 113 | 125 | 7 | 7 | 124 | 65 |
| Binary | 11101100 | 111011 | 100100 | 0 | 1001011 | 1010101 | 111 | 111 | 1010100 | 110101 |
Color Harmonies of #EC3B24
Complementary color
Monochromatic Colors of #EC3B24
Black with #EC3B24
Text Example
Text Example
White with #EC3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3B24; }
p { color: rgb(236,59,36); }
H1.HeaderClassName
{
color: #EC3B24;
}
.AnyTagClassName
{
color: #EC3B24;
}
</style>
background-color css
<style>
a { background-color: #EC3B24; }
a { background-color: rgb(236,59,36); }
div.DivClassName
{
background-color: #EC3B24;
}
.BgClassName
{
background-color: #EC3B24;
}
</style>
border-color css
<style>
span { border-color: #EC3B24; }
span { border-color: rgb(236,59,36); }
td.TdClassName
{
border-color: #EC3B24;
}
.TagClassName
{
border-color: #EC3B24;
}
</style>