Shades of Cinnabar #EC2624
Tints of Cinnabar #EC2624
RGB
CMYK
RGB Variations
Color information
#EC2624 (or 0xEC2624) is known color: Cinnabar. HEX triplet: EC, 26 and 24. RGB value is (236,38,36). Sum of RGB (Red+Green+Blue) = 236+38+36=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2624 is #13D9DB. Grayscale: #616161. Windows color (decimal): -1300956 or 2369260. OLE color: 2369260.
HSL color Cylindrical-coordinate representation of color #EC2624: hue angle of 0.6º 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 #EC2624 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 36 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.07 |
| HSL | 0.6º | 0.84% | 0.53% | - |
| HSV(B) | 0.6º | 0.85% | 0.93% | - |
| XYZ | 35.6 | 19.35 | 3.53 | - |
| YUV | 96.97 | 93.6 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 36 | 0 | 0.84 | 0.85 | 0.07 | 0.6 | 0.84 | 0.53 |
| Hex | EC | 26 | 24 | 0 | 54 | 55 | 7 | 1 | 54 | 35 |
| Octal | 354 | 46 | 44 | 0 | 124 | 125 | 7 | 1 | 124 | 65 |
| Binary | 11101100 | 100110 | 100100 | 0 | 1010100 | 1010101 | 111 | 1 | 1010100 | 110101 |
Color Harmonies of #EC2624
Complementary color
Monochromatic Colors of #EC2624
Black with #EC2624
Text Example
Text Example
White with #EC2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2624; }
p { color: rgb(236,38,36); }
H1.HeaderClassName
{
color: #EC2624;
}
.AnyTagClassName
{
color: #EC2624;
}
</style>
background-color css
<style>
a { background-color: #EC2624; }
a { background-color: rgb(236,38,36); }
div.DivClassName
{
background-color: #EC2624;
}
.BgClassName
{
background-color: #EC2624;
}
</style>
border-color css
<style>
span { border-color: #EC2624; }
span { border-color: rgb(236,38,36); }
td.TdClassName
{
border-color: #EC2624;
}
.TagClassName
{
border-color: #EC2624;
}
</style>