Shades of Cinnabar #EC491F
Tints of Cinnabar #EC491F
RGB
CMYK
RGB Variations
Color information
#EC491F (or 0xEC491F) is known color: Cinnabar. HEX triplet: EC, 49 and 1F. RGB value is (236,73,31). Sum of RGB (Red+Green+Blue) = 236+73+31=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC491F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC491F is #13B6E0. Grayscale: #757575. Windows color (decimal): -1292001 or 2050540. OLE color: 2050540.
HSL color Cylindrical-coordinate representation of color #EC491F: hue angle of 12.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC491F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 31 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.07 |
| HSL | 12.29º | 0.84% | 0.52% | - |
| HSV(B) | 12.29º | 0.87% | 0.93% | - |
| XYZ | 37.22 | 22.7 | 3.72 | - |
| YUV | 116.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 31 | 0 | 0.69 | 0.87 | 0.07 | 12.29 | 0.84 | 0.52 |
| Hex | EC | 49 | 1F | 0 | 45 | 57 | 7 | C | 54 | 34 |
| Octal | 354 | 111 | 37 | 0 | 105 | 127 | 7 | 14 | 124 | 64 |
| Binary | 11101100 | 1001001 | 11111 | 0 | 1000101 | 1010111 | 111 | 1100 | 1010100 | 110100 |
Color Harmonies of #EC491F
Complementary color
Monochromatic Colors of #EC491F
Black with #EC491F
Text Example
Text Example
White with #EC491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC491F; }
p { color: rgb(236,73,31); }
H1.HeaderClassName
{
color: #EC491F;
}
.AnyTagClassName
{
color: #EC491F;
}
</style>
background-color css
<style>
a { background-color: #EC491F; }
a { background-color: rgb(236,73,31); }
div.DivClassName
{
background-color: #EC491F;
}
.BgClassName
{
background-color: #EC491F;
}
</style>
border-color css
<style>
span { border-color: #EC491F; }
span { border-color: rgb(236,73,31); }
td.TdClassName
{
border-color: #EC491F;
}
.TagClassName
{
border-color: #EC491F;
}
</style>