Shades of Cinnabar #EC462E
Tints of Cinnabar #EC462E
RGB
CMYK
RGB Variations
Color information
#EC462E (or 0xEC462E) is known color: Cinnabar. HEX triplet: EC, 46 and 2E. RGB value is (236,70,46). Sum of RGB (Red+Green+Blue) = 236+70+46=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC462E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC462E is #13B9D1. Grayscale: #757575. Windows color (decimal): -1292754 or 3032812. OLE color: 3032812.
HSL color Cylindrical-coordinate representation of color #EC462E: hue angle of 7.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC462E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 46 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.07 |
| HSL | 7.58º | 0.83% | 0.55% | - |
| HSV(B) | 7.58º | 0.81% | 0.93% | - |
| XYZ | 37.28 | 22.41 | 4.95 | - |
| YUV | 116.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 46 | 0 | 0.70 | 0.81 | 0.07 | 7.58 | 0.83 | 0.55 |
| Hex | EC | 46 | 2E | 0 | 46 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 106 | 56 | 0 | 106 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1000110 | 101110 | 0 | 1000110 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC462E
Complementary color
Monochromatic Colors of #EC462E
Black with #EC462E
Text Example
Text Example
White with #EC462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC462E; }
p { color: rgb(236,70,46); }
H1.HeaderClassName
{
color: #EC462E;
}
.AnyTagClassName
{
color: #EC462E;
}
</style>
background-color css
<style>
a { background-color: #EC462E; }
a { background-color: rgb(236,70,46); }
div.DivClassName
{
background-color: #EC462E;
}
.BgClassName
{
background-color: #EC462E;
}
</style>
border-color css
<style>
span { border-color: #EC462E; }
span { border-color: rgb(236,70,46); }
td.TdClassName
{
border-color: #EC462E;
}
.TagClassName
{
border-color: #EC462E;
}
</style>