Shades of Cinnabar #EC4C25
Tints of Cinnabar #EC4C25
RGB
CMYK
RGB Variations
Color information
#EC4C25 (or 0xEC4C25) is known color: Cinnabar. HEX triplet: EC, 4C and 25. RGB value is (236,76,37). Sum of RGB (Red+Green+Blue) = 236+76+37=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C25 is #13B3DA. Grayscale: #777777. Windows color (decimal): -1291227 or 2444524. OLE color: 2444524.
HSL color Cylindrical-coordinate representation of color #EC4C25: hue angle of 11.76º 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 #EC4C25 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 37 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.07 |
| HSL | 11.76º | 0.84% | 0.54% | - |
| HSV(B) | 11.76º | 0.84% | 0.93% | - |
| XYZ | 37.51 | 23.14 | 4.24 | - |
| YUV | 119.39 | 81.51 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 37 | 0 | 0.68 | 0.84 | 0.07 | 11.76 | 0.84 | 0.54 |
| Hex | EC | 4C | 25 | 0 | 44 | 54 | 7 | C | 54 | 36 |
| Octal | 354 | 114 | 45 | 0 | 104 | 124 | 7 | 14 | 124 | 66 |
| Binary | 11101100 | 1001100 | 100101 | 0 | 1000100 | 1010100 | 111 | 1100 | 1010100 | 110110 |
Color Harmonies of #EC4C25
Complementary color
Monochromatic Colors of #EC4C25
Black with #EC4C25
Text Example
Text Example
White with #EC4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C25; }
p { color: rgb(236,76,37); }
H1.HeaderClassName
{
color: #EC4C25;
}
.AnyTagClassName
{
color: #EC4C25;
}
</style>
background-color css
<style>
a { background-color: #EC4C25; }
a { background-color: rgb(236,76,37); }
div.DivClassName
{
background-color: #EC4C25;
}
.BgClassName
{
background-color: #EC4C25;
}
</style>
border-color css
<style>
span { border-color: #EC4C25; }
span { border-color: rgb(236,76,37); }
td.TdClassName
{
border-color: #EC4C25;
}
.TagClassName
{
border-color: #EC4C25;
}
</style>