Shades of Cinnabar #EC461B
Tints of Cinnabar #EC461B
RGB
CMYK
RGB Variations
Color information
#EC461B (or 0xEC461B) is known color: Cinnabar. HEX triplet: EC, 46 and 1B. RGB value is (236,70,27). Sum of RGB (Red+Green+Blue) = 236+70+27=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC461B is #13B9E4. Grayscale: #737373. Windows color (decimal): -1292773 or 1787628. OLE color: 1787628.
HSL color Cylindrical-coordinate representation of color #EC461B: hue angle of 12.34º 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 #EC461B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.07 |
| HSL | 12.34º | 0.85% | 0.52% | - |
| HSV(B) | 12.34º | 0.89% | 0.93% | - |
| XYZ | 36.98 | 22.29 | 3.39 | - |
| YUV | 114.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 27 | 0 | 0.70 | 0.89 | 0.07 | 12.34 | 0.85 | 0.52 |
| Hex | EC | 46 | 1B | 0 | 46 | 59 | 7 | C | 55 | 34 |
| Octal | 354 | 106 | 33 | 0 | 106 | 131 | 7 | 14 | 125 | 64 |
| Binary | 11101100 | 1000110 | 11011 | 0 | 1000110 | 1011001 | 111 | 1100 | 1010101 | 110100 |
Color Harmonies of #EC461B
Complementary color
Monochromatic Colors of #EC461B
Black with #EC461B
Text Example
Text Example
White with #EC461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC461B; }
p { color: rgb(236,70,27); }
H1.HeaderClassName
{
color: #EC461B;
}
.AnyTagClassName
{
color: #EC461B;
}
</style>
background-color css
<style>
a { background-color: #EC461B; }
a { background-color: rgb(236,70,27); }
div.DivClassName
{
background-color: #EC461B;
}
.BgClassName
{
background-color: #EC461B;
}
</style>
border-color css
<style>
span { border-color: #EC461B; }
span { border-color: rgb(236,70,27); }
td.TdClassName
{
border-color: #EC461B;
}
.TagClassName
{
border-color: #EC461B;
}
</style>