Shades of Cinnabar #EC471B
Tints of Cinnabar #EC471B
RGB
CMYK
RGB Variations
Color information
#EC471B (or 0xEC471B) is known color: Cinnabar. HEX triplet: EC, 47 and 1B. RGB value is (236,71,27). Sum of RGB (Red+Green+Blue) = 236+71+27=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471B is #13B8E4. Grayscale: #737373. Windows color (decimal): -1292517 or 1787884. OLE color: 1787884.
HSL color Cylindrical-coordinate representation of color #EC471B: hue angle of 12.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC471B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 12.63º | 0.85% | 0.52% | - |
| HSV(B) | 12.63º | 0.89% | 0.93% | - |
| XYZ | 37.04 | 22.42 | 3.41 | - |
| YUV | 115.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 27 | 0 | 0.70 | 0.89 | 0.07 | 12.63 | 0.85 | 0.52 |
| Hex | EC | 47 | 1B | 0 | 46 | 59 | 7 | D | 55 | 34 |
| Octal | 354 | 107 | 33 | 0 | 106 | 131 | 7 | 15 | 125 | 64 |
| Binary | 11101100 | 1000111 | 11011 | 0 | 1000110 | 1011001 | 111 | 1101 | 1010101 | 110100 |
Color Harmonies of #EC471B
Complementary color
Monochromatic Colors of #EC471B
Black with #EC471B
Text Example
Text Example
White with #EC471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC471B; }
p { color: rgb(236,71,27); }
H1.HeaderClassName
{
color: #EC471B;
}
.AnyTagClassName
{
color: #EC471B;
}
</style>
background-color css
<style>
a { background-color: #EC471B; }
a { background-color: rgb(236,71,27); }
div.DivClassName
{
background-color: #EC471B;
}
.BgClassName
{
background-color: #EC471B;
}
</style>
border-color css
<style>
span { border-color: #EC471B; }
span { border-color: rgb(236,71,27); }
td.TdClassName
{
border-color: #EC471B;
}
.TagClassName
{
border-color: #EC471B;
}
</style>