Shades of Cinnabar #EC542F
Tints of Cinnabar #EC542F
RGB
CMYK
RGB Variations
Color information
#EC542F (or 0xEC542F) is known color: Cinnabar. HEX triplet: EC, 54 and 2F. RGB value is (236,84,47). Sum of RGB (Red+Green+Blue) = 236+84+47=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC542F is #13ABD0. Grayscale: #7D7D7D. Windows color (decimal): -1289169 or 3101932. OLE color: 3101932.
HSL color Cylindrical-coordinate representation of color #EC542F: hue angle of 11.75º 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 #EC542F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 47 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.07 |
| HSL | 11.75º | 0.83% | 0.55% | - |
| HSV(B) | 11.75º | 0.8% | 0.93% | - |
| XYZ | 38.28 | 24.38 | 5.38 | - |
| YUV | 125.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 47 | 0 | 0.64 | 0.80 | 0.07 | 11.75 | 0.83 | 0.55 |
| Hex | EC | 54 | 2F | 0 | 40 | 50 | 7 | C | 53 | 37 |
| Octal | 354 | 124 | 57 | 0 | 100 | 120 | 7 | 14 | 123 | 67 |
| Binary | 11101100 | 1010100 | 101111 | 0 | 1000000 | 1010000 | 111 | 1100 | 1010011 | 110111 |
Color Harmonies of #EC542F
Complementary color
Monochromatic Colors of #EC542F
Black with #EC542F
Text Example
Text Example
White with #EC542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC542F; }
p { color: rgb(236,84,47); }
H1.HeaderClassName
{
color: #EC542F;
}
.AnyTagClassName
{
color: #EC542F;
}
</style>
background-color css
<style>
a { background-color: #EC542F; }
a { background-color: rgb(236,84,47); }
div.DivClassName
{
background-color: #EC542F;
}
.BgClassName
{
background-color: #EC542F;
}
</style>
border-color css
<style>
span { border-color: #EC542F; }
span { border-color: rgb(236,84,47); }
td.TdClassName
{
border-color: #EC542F;
}
.TagClassName
{
border-color: #EC542F;
}
</style>