Shades of Cinnabar #EC3528
Tints of Cinnabar #EC3528
RGB
CMYK
RGB Variations
Color information
#EC3528 (or 0xEC3528) is known color: Cinnabar. HEX triplet: EC, 35 and 28. RGB value is (236,53,40). Sum of RGB (Red+Green+Blue) = 236+53+40=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3528 is #13CAD7. Grayscale: #6A6A6A. Windows color (decimal): -1297112 or 2635244. OLE color: 2635244.
HSL color Cylindrical-coordinate representation of color #EC3528: hue angle of 3.98º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC3528 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 40 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.07 |
| HSL | 3.98º | 0.84% | 0.54% | - |
| HSV(B) | 3.98º | 0.83% | 0.93% | - |
| XYZ | 36.25 | 20.53 | 4.06 | - |
| YUV | 106.24 | 90.63 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 40 | 0 | 0.78 | 0.83 | 0.07 | 3.98 | 0.84 | 0.54 |
| Hex | EC | 35 | 28 | 0 | 4E | 53 | 7 | 4 | 54 | 36 |
| Octal | 354 | 65 | 50 | 0 | 116 | 123 | 7 | 4 | 124 | 66 |
| Binary | 11101100 | 110101 | 101000 | 0 | 1001110 | 1010011 | 111 | 100 | 1010100 | 110110 |
Color Harmonies of #EC3528
Complementary color
Monochromatic Colors of #EC3528
Black with #EC3528
Text Example
Text Example
White with #EC3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3528; }
p { color: rgb(236,53,40); }
H1.HeaderClassName
{
color: #EC3528;
}
.AnyTagClassName
{
color: #EC3528;
}
</style>
background-color css
<style>
a { background-color: #EC3528; }
a { background-color: rgb(236,53,40); }
div.DivClassName
{
background-color: #EC3528;
}
.BgClassName
{
background-color: #EC3528;
}
</style>
border-color css
<style>
span { border-color: #EC3528; }
span { border-color: rgb(236,53,40); }
td.TdClassName
{
border-color: #EC3528;
}
.TagClassName
{
border-color: #EC3528;
}
</style>