Shades of Cinnabar #EC4F25
Tints of Cinnabar #EC4F25
RGB
CMYK
RGB Variations
Color information
#EC4F25 (or 0xEC4F25) is known color: Cinnabar. HEX triplet: EC, 4F and 25. RGB value is (236,79,37). Sum of RGB (Red+Green+Blue) = 236+79+37=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F25 is #13B0DA. Grayscale: #797979. Windows color (decimal): -1290459 or 2445292. OLE color: 2445292.
HSL color Cylindrical-coordinate representation of color #EC4F25: hue angle of 12.66º 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 #EC4F25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.07 |
| HSL | 12.66º | 0.84% | 0.54% | - |
| HSV(B) | 12.66º | 0.84% | 0.93% | - |
| XYZ | 37.72 | 23.56 | 4.31 | - |
| YUV | 121.16 | 80.51 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 37 | 0 | 0.67 | 0.84 | 0.07 | 12.66 | 0.84 | 0.54 |
| Hex | EC | 4F | 25 | 0 | 43 | 54 | 7 | D | 54 | 36 |
| Octal | 354 | 117 | 45 | 0 | 103 | 124 | 7 | 15 | 124 | 66 |
| Binary | 11101100 | 1001111 | 100101 | 0 | 1000011 | 1010100 | 111 | 1101 | 1010100 | 110110 |
Color Harmonies of #EC4F25
Complementary color
Monochromatic Colors of #EC4F25
Black with #EC4F25
Text Example
Text Example
White with #EC4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F25; }
p { color: rgb(236,79,37); }
H1.HeaderClassName
{
color: #EC4F25;
}
.AnyTagClassName
{
color: #EC4F25;
}
</style>
background-color css
<style>
a { background-color: #EC4F25; }
a { background-color: rgb(236,79,37); }
div.DivClassName
{
background-color: #EC4F25;
}
.BgClassName
{
background-color: #EC4F25;
}
</style>
border-color css
<style>
span { border-color: #EC4F25; }
span { border-color: rgb(236,79,37); }
td.TdClassName
{
border-color: #EC4F25;
}
.TagClassName
{
border-color: #EC4F25;
}
</style>