Shades of Cinnabar #EC4F26
Tints of Cinnabar #EC4F26
RGB
CMYK
RGB Variations
Color information
#EC4F26 (or 0xEC4F26) is known color: Cinnabar. HEX triplet: EC, 4F and 26. RGB value is (236,79,38). Sum of RGB (Red+Green+Blue) = 236+79+38=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F26 is #13B0D9. Grayscale: #797979. Windows color (decimal): -1290458 or 2510828. OLE color: 2510828.
HSL color Cylindrical-coordinate representation of color #EC4F26: hue angle of 12.42º 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 #EC4F26 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 38 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.07 |
| HSL | 12.42º | 0.84% | 0.54% | - |
| HSV(B) | 12.42º | 0.84% | 0.93% | - |
| XYZ | 37.74 | 23.56 | 4.39 | - |
| YUV | 121.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 38 | 0 | 0.67 | 0.84 | 0.07 | 12.42 | 0.84 | 0.54 |
| Hex | EC | 4F | 26 | 0 | 43 | 54 | 7 | C | 54 | 36 |
| Octal | 354 | 117 | 46 | 0 | 103 | 124 | 7 | 14 | 124 | 66 |
| Binary | 11101100 | 1001111 | 100110 | 0 | 1000011 | 1010100 | 111 | 1100 | 1010100 | 110110 |
Color Harmonies of #EC4F26
Complementary color
Monochromatic Colors of #EC4F26
Black with #EC4F26
Text Example
Text Example
White with #EC4F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F26; }
p { color: rgb(236,79,38); }
H1.HeaderClassName
{
color: #EC4F26;
}
.AnyTagClassName
{
color: #EC4F26;
}
</style>
background-color css
<style>
a { background-color: #EC4F26; }
a { background-color: rgb(236,79,38); }
div.DivClassName
{
background-color: #EC4F26;
}
.BgClassName
{
background-color: #EC4F26;
}
</style>
border-color css
<style>
span { border-color: #EC4F26; }
span { border-color: rgb(236,79,38); }
td.TdClassName
{
border-color: #EC4F26;
}
.TagClassName
{
border-color: #EC4F26;
}
</style>