Shades of Torch Red #EC0A1F
Tints of Torch Red #EC0A1F
RGB
CMYK
RGB Variations
Color information
#EC0A1F (or 0xEC0A1F) is known color: Torch Red. HEX triplet: EC, 0A and 1F. RGB value is (236,10,31). Sum of RGB (Red+Green+Blue) = 236+10+31=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A1F is #13F5E0. Grayscale: #505050. Windows color (decimal): -1308129 or 2034412. OLE color: 2034412.
HSL color Cylindrical-coordinate representation of color #EC0A1F: hue angle of 354.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A1F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.07 |
| HSL | 354.42º | 0.92% | 0.48% | - |
| HSV(B) | 354.42º | 0.96% | 0.93% | - |
| XYZ | 34.95 | 18.15 | 2.96 | - |
| YUV | 79.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 31 | 0 | 0.96 | 0.87 | 0.07 | 354.42 | 0.92 | 0.48 |
| Hex | EC | A | 1F | 0 | 60 | 57 | 7 | 162 | 5C | 30 |
| Octal | 354 | 12 | 37 | 0 | 140 | 127 | 7 | 542 | 134 | 60 |
| Binary | 11101100 | 1010 | 11111 | 0 | 1100000 | 1010111 | 111 | 101100010 | 1011100 | 110000 |
Color Harmonies of #EC0A1F
Complementary color
Monochromatic Colors of #EC0A1F
Black with #EC0A1F
Text Example
Text Example
White with #EC0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A1F; }
p { color: rgb(236,10,31); }
H1.HeaderClassName
{
color: #EC0A1F;
}
.AnyTagClassName
{
color: #EC0A1F;
}
</style>
background-color css
<style>
a { background-color: #EC0A1F; }
a { background-color: rgb(236,10,31); }
div.DivClassName
{
background-color: #EC0A1F;
}
.BgClassName
{
background-color: #EC0A1F;
}
</style>
border-color css
<style>
span { border-color: #EC0A1F; }
span { border-color: rgb(236,10,31); }
td.TdClassName
{
border-color: #EC0A1F;
}
.TagClassName
{
border-color: #EC0A1F;
}
</style>