Shades of Torch Red #EC011F
Tints of Torch Red #EC011F
RGB
CMYK
RGB Variations
Color information
#EC011F (or 0xEC011F) is known color: Torch Red. HEX triplet: EC, 01 and 1F. RGB value is (236,1,31). Sum of RGB (Red+Green+Blue) = 236+1+31=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011F is #13FEE0. Grayscale: #4A4A4A. Windows color (decimal): -1310433 or 2032108. OLE color: 2032108.
HSL color Cylindrical-coordinate representation of color #EC011F: hue angle of 352.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.07 |
| HSL | 352.34º | 0.99% | 0.46% | - |
| HSV(B) | 352.34º | 1% | 0.93% | - |
| XYZ | 34.85 | 17.95 | 2.92 | - |
| YUV | 74.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 31 | 0 | 1.00 | 0.87 | 0.07 | 352.34 | 0.99 | 0.46 |
| Hex | EC | 1 | 1F | 0 | 64 | 57 | 7 | 160 | 63 | 2E |
| Octal | 354 | 1 | 37 | 0 | 144 | 127 | 7 | 540 | 143 | 56 |
| Binary | 11101100 | 1 | 11111 | 0 | 1100100 | 1010111 | 111 | 101100000 | 1100011 | 101110 |
Color Harmonies of #EC011F
Complementary color
Monochromatic Colors of #EC011F
Black with #EC011F
Text Example
Text Example
White with #EC011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC011F; }
p { color: rgb(236,1,31); }
H1.HeaderClassName
{
color: #EC011F;
}
.AnyTagClassName
{
color: #EC011F;
}
</style>
background-color css
<style>
a { background-color: #EC011F; }
a { background-color: rgb(236,1,31); }
div.DivClassName
{
background-color: #EC011F;
}
.BgClassName
{
background-color: #EC011F;
}
</style>
border-color css
<style>
span { border-color: #EC011F; }
span { border-color: rgb(236,1,31); }
td.TdClassName
{
border-color: #EC011F;
}
.TagClassName
{
border-color: #EC011F;
}
</style>