Shades of Cinnabar #EC2B24
Tints of Cinnabar #EC2B24
RGB
CMYK
RGB Variations
Color information
#EC2B24 (or 0xEC2B24) is known color: Cinnabar. HEX triplet: EC, 2B and 24. RGB value is (236,43,36). Sum of RGB (Red+Green+Blue) = 236+43+36=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B24 is #13D4DB. Grayscale: #646464. Windows color (decimal): -1299676 or 2370540. OLE color: 2370540.
HSL color Cylindrical-coordinate representation of color #EC2B24: hue angle of 2.1º 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 #EC2B24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 36 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.07 |
| HSL | 2.1º | 0.84% | 0.53% | - |
| HSV(B) | 2.1º | 0.85% | 0.93% | - |
| XYZ | 35.77 | 19.69 | 3.58 | - |
| YUV | 99.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 36 | 0 | 0.82 | 0.85 | 0.07 | 2.1 | 0.84 | 0.53 |
| Hex | EC | 2B | 24 | 0 | 52 | 55 | 7 | 2 | 54 | 35 |
| Octal | 354 | 53 | 44 | 0 | 122 | 125 | 7 | 2 | 124 | 65 |
| Binary | 11101100 | 101011 | 100100 | 0 | 1010010 | 1010101 | 111 | 10 | 1010100 | 110101 |
Color Harmonies of #EC2B24
Complementary color
Monochromatic Colors of #EC2B24
Black with #EC2B24
Text Example
Text Example
White with #EC2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B24; }
p { color: rgb(236,43,36); }
H1.HeaderClassName
{
color: #EC2B24;
}
.AnyTagClassName
{
color: #EC2B24;
}
</style>
background-color css
<style>
a { background-color: #EC2B24; }
a { background-color: rgb(236,43,36); }
div.DivClassName
{
background-color: #EC2B24;
}
.BgClassName
{
background-color: #EC2B24;
}
</style>
border-color css
<style>
span { border-color: #EC2B24; }
span { border-color: rgb(236,43,36); }
td.TdClassName
{
border-color: #EC2B24;
}
.TagClassName
{
border-color: #EC2B24;
}
</style>