Shades of Torch Red #EC141F
Tints of Torch Red #EC141F
RGB
CMYK
RGB Variations
Color information
#EC141F (or 0xEC141F) is known color: Torch Red. HEX triplet: EC, 14 and 1F. RGB value is (236,20,31). Sum of RGB (Red+Green+Blue) = 236+20+31=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC141F is #13EBE0. Grayscale: #565656. Windows color (decimal): -1305569 or 2036972. OLE color: 2036972.
HSL color Cylindrical-coordinate representation of color #EC141F: hue angle of 356.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC141F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 31 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.94º | 0.85% | 0.5% | - |
| HSV(B) | 356.94º | 0.92% | 0.93% | - |
| XYZ | 35.09 | 18.43 | 3 | - |
| YUV | 85.84 | 97.06 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 31 | 0 | 0.92 | 0.87 | 0.07 | 356.94 | 0.85 | 0.5 |
| Hex | EC | 14 | 1F | 0 | 5C | 57 | 7 | 165 | 55 | 32 |
| Octal | 354 | 24 | 37 | 0 | 134 | 127 | 7 | 545 | 125 | 62 |
| Binary | 11101100 | 10100 | 11111 | 0 | 1011100 | 1010111 | 111 | 101100101 | 1010101 | 110010 |
Color Harmonies of #EC141F
Complementary color
Monochromatic Colors of #EC141F
Black with #EC141F
Text Example
Text Example
White with #EC141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC141F; }
p { color: rgb(236,20,31); }
H1.HeaderClassName
{
color: #EC141F;
}
.AnyTagClassName
{
color: #EC141F;
}
</style>
background-color css
<style>
a { background-color: #EC141F; }
a { background-color: rgb(236,20,31); }
div.DivClassName
{
background-color: #EC141F;
}
.BgClassName
{
background-color: #EC141F;
}
</style>
border-color css
<style>
span { border-color: #EC141F; }
span { border-color: rgb(236,20,31); }
td.TdClassName
{
border-color: #EC141F;
}
.TagClassName
{
border-color: #EC141F;
}
</style>