Shades of Cinnabar #EC2724
Tints of Cinnabar #EC2724
RGB
CMYK
RGB Variations
Color information
#EC2724 (or 0xEC2724) is known color: Cinnabar. HEX triplet: EC, 27 and 24. RGB value is (236,39,36). Sum of RGB (Red+Green+Blue) = 236+39+36=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2724 is #13D8DB. Grayscale: #616161. Windows color (decimal): -1300700 or 2369516. OLE color: 2369516.
HSL color Cylindrical-coordinate representation of color #EC2724: hue angle of 0.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 #EC2724 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 36 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.07 |
| HSL | 0.9º | 0.84% | 0.53% | - |
| HSV(B) | 0.9º | 0.85% | 0.93% | - |
| XYZ | 35.64 | 19.41 | 3.54 | - |
| YUV | 97.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 36 | 0 | 0.83 | 0.85 | 0.07 | 0.9 | 0.84 | 0.53 |
| Hex | EC | 27 | 24 | 0 | 53 | 55 | 7 | 1 | 54 | 35 |
| Octal | 354 | 47 | 44 | 0 | 123 | 125 | 7 | 1 | 124 | 65 |
| Binary | 11101100 | 100111 | 100100 | 0 | 1010011 | 1010101 | 111 | 1 | 1010100 | 110101 |
Color Harmonies of #EC2724
Complementary color
Monochromatic Colors of #EC2724
Black with #EC2724
Text Example
Text Example
White with #EC2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2724; }
p { color: rgb(236,39,36); }
H1.HeaderClassName
{
color: #EC2724;
}
.AnyTagClassName
{
color: #EC2724;
}
</style>
background-color css
<style>
a { background-color: #EC2724; }
a { background-color: rgb(236,39,36); }
div.DivClassName
{
background-color: #EC2724;
}
.BgClassName
{
background-color: #EC2724;
}
</style>
border-color css
<style>
span { border-color: #EC2724; }
span { border-color: rgb(236,39,36); }
td.TdClassName
{
border-color: #EC2724;
}
.TagClassName
{
border-color: #EC2724;
}
</style>