Shades of Cinnabar #EC4E2F
Tints of Cinnabar #EC4E2F
RGB
CMYK
RGB Variations
Color information
#EC4E2F (or 0xEC4E2F) is known color: Cinnabar. HEX triplet: EC, 4E and 2F. RGB value is (236,78,47). Sum of RGB (Red+Green+Blue) = 236+78+47=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4E2F is #13B1D0. Grayscale: #797979. Windows color (decimal): -1290705 or 3100396. OLE color: 3100396.
HSL color Cylindrical-coordinate representation of color #EC4E2F: hue angle of 9.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC4E2F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 47 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.07 |
| HSL | 9.84º | 0.83% | 0.55% | - |
| HSV(B) | 9.84º | 0.8% | 0.93% | - |
| XYZ | 37.83 | 23.49 | 5.23 | - |
| YUV | 121.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 47 | 0 | 0.67 | 0.80 | 0.07 | 9.84 | 0.83 | 0.55 |
| Hex | EC | 4E | 2F | 0 | 43 | 50 | 7 | A | 53 | 37 |
| Octal | 354 | 116 | 57 | 0 | 103 | 120 | 7 | 12 | 123 | 67 |
| Binary | 11101100 | 1001110 | 101111 | 0 | 1000011 | 1010000 | 111 | 1010 | 1010011 | 110111 |
Color Harmonies of #EC4E2F
Complementary color
Monochromatic Colors of #EC4E2F
Black with #EC4E2F
Text Example
Text Example
White with #EC4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E2F; }
p { color: rgb(236,78,47); }
H1.HeaderClassName
{
color: #EC4E2F;
}
.AnyTagClassName
{
color: #EC4E2F;
}
</style>
background-color css
<style>
a { background-color: #EC4E2F; }
a { background-color: rgb(236,78,47); }
div.DivClassName
{
background-color: #EC4E2F;
}
.BgClassName
{
background-color: #EC4E2F;
}
</style>
border-color css
<style>
span { border-color: #EC4E2F; }
span { border-color: rgb(236,78,47); }
td.TdClassName
{
border-color: #EC4E2F;
}
.TagClassName
{
border-color: #EC4E2F;
}
</style>