Shades of Cinnabar #EC472E
Tints of Cinnabar #EC472E
RGB
CMYK
RGB Variations
Color information
#EC472E (or 0xEC472E) is known color: Cinnabar. HEX triplet: EC, 47 and 2E. RGB value is (236,71,46). Sum of RGB (Red+Green+Blue) = 236+71+46=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC472E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC472E is #13B8D1. Grayscale: #757575. Windows color (decimal): -1292498 or 3033068. OLE color: 3033068.
HSL color Cylindrical-coordinate representation of color #EC472E: hue angle of 7.89º 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 #EC472E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 46 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.07 |
| HSL | 7.89º | 0.83% | 0.55% | - |
| HSV(B) | 7.89º | 0.81% | 0.93% | - |
| XYZ | 37.34 | 22.54 | 4.97 | - |
| YUV | 117.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 46 | 0 | 0.70 | 0.81 | 0.07 | 7.89 | 0.83 | 0.55 |
| Hex | EC | 47 | 2E | 0 | 46 | 51 | 7 | 8 | 53 | 37 |
| Octal | 354 | 107 | 56 | 0 | 106 | 121 | 7 | 10 | 123 | 67 |
| Binary | 11101100 | 1000111 | 101110 | 0 | 1000110 | 1010001 | 111 | 1000 | 1010011 | 110111 |
Color Harmonies of #EC472E
Complementary color
Monochromatic Colors of #EC472E
Black with #EC472E
Text Example
Text Example
White with #EC472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC472E; }
p { color: rgb(236,71,46); }
H1.HeaderClassName
{
color: #EC472E;
}
.AnyTagClassName
{
color: #EC472E;
}
</style>
background-color css
<style>
a { background-color: #EC472E; }
a { background-color: rgb(236,71,46); }
div.DivClassName
{
background-color: #EC472E;
}
.BgClassName
{
background-color: #EC472E;
}
</style>
border-color css
<style>
span { border-color: #EC472E; }
span { border-color: rgb(236,71,46); }
td.TdClassName
{
border-color: #EC472E;
}
.TagClassName
{
border-color: #EC472E;
}
</style>