Shades of Torch Red #EC021F
Tints of Torch Red #EC021F
RGB
CMYK
RGB Variations
Color information
#EC021F (or 0xEC021F) is known color: Torch Red. HEX triplet: EC, 02 and 1F. RGB value is (236,2,31). Sum of RGB (Red+Green+Blue) = 236+2+31=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021F is #13FDE0. Grayscale: #4B4B4B. Windows color (decimal): -1310177 or 2032364. OLE color: 2032364.
HSL color Cylindrical-coordinate representation of color #EC021F: hue angle of 352.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC021F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 352.56º | 0.98% | 0.47% | - |
| HSV(B) | 352.56º | 0.99% | 0.93% | - |
| XYZ | 34.86 | 17.98 | 2.93 | - |
| YUV | 75.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 31 | 0 | 0.99 | 0.87 | 0.07 | 352.56 | 0.98 | 0.47 |
| Hex | EC | 2 | 1F | 0 | 63 | 57 | 7 | 161 | 62 | 2F |
| Octal | 354 | 2 | 37 | 0 | 143 | 127 | 7 | 541 | 142 | 57 |
| Binary | 11101100 | 10 | 11111 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100010 | 101111 |
Color Harmonies of #EC021F
Complementary color
Monochromatic Colors of #EC021F
Black with #EC021F
Text Example
Text Example
White with #EC021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC021F; }
p { color: rgb(236,2,31); }
H1.HeaderClassName
{
color: #EC021F;
}
.AnyTagClassName
{
color: #EC021F;
}
</style>
background-color css
<style>
a { background-color: #EC021F; }
a { background-color: rgb(236,2,31); }
div.DivClassName
{
background-color: #EC021F;
}
.BgClassName
{
background-color: #EC021F;
}
</style>
border-color css
<style>
span { border-color: #EC021F; }
span { border-color: rgb(236,2,31); }
td.TdClassName
{
border-color: #EC021F;
}
.TagClassName
{
border-color: #EC021F;
}
</style>