Shades of Cinnabar #EC4A25
Tints of Cinnabar #EC4A25
RGB
CMYK
RGB Variations
Color information
#EC4A25 (or 0xEC4A25) is known color: Cinnabar. HEX triplet: EC, 4A and 25. RGB value is (236,74,37). Sum of RGB (Red+Green+Blue) = 236+74+37=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A25 is #13B5DA. Grayscale: #767676. Windows color (decimal): -1291739 or 2444012. OLE color: 2444012.
HSL color Cylindrical-coordinate representation of color #EC4A25: hue angle of 11.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC4A25 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 37 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.07 |
| HSL | 11.16º | 0.84% | 0.54% | - |
| HSV(B) | 11.16º | 0.84% | 0.93% | - |
| XYZ | 37.37 | 22.86 | 4.19 | - |
| YUV | 118.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 37 | 0 | 0.69 | 0.84 | 0.07 | 11.16 | 0.84 | 0.54 |
| Hex | EC | 4A | 25 | 0 | 45 | 54 | 7 | B | 54 | 36 |
| Octal | 354 | 112 | 45 | 0 | 105 | 124 | 7 | 13 | 124 | 66 |
| Binary | 11101100 | 1001010 | 100101 | 0 | 1000101 | 1010100 | 111 | 1011 | 1010100 | 110110 |
Color Harmonies of #EC4A25
Complementary color
Monochromatic Colors of #EC4A25
Black with #EC4A25
Text Example
Text Example
White with #EC4A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A25; }
p { color: rgb(236,74,37); }
H1.HeaderClassName
{
color: #EC4A25;
}
.AnyTagClassName
{
color: #EC4A25;
}
</style>
background-color css
<style>
a { background-color: #EC4A25; }
a { background-color: rgb(236,74,37); }
div.DivClassName
{
background-color: #EC4A25;
}
.BgClassName
{
background-color: #EC4A25;
}
</style>
border-color css
<style>
span { border-color: #EC4A25; }
span { border-color: rgb(236,74,37); }
td.TdClassName
{
border-color: #EC4A25;
}
.TagClassName
{
border-color: #EC4A25;
}
</style>