Shades of Torch Red #EC051E
Tints of Torch Red #EC051E
RGB
CMYK
RGB Variations
Color information
#EC051E (or 0xEC051E) is known color: Torch Red. HEX triplet: EC, 05 and 1E. RGB value is (236,5,30). Sum of RGB (Red+Green+Blue) = 236+5+30=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051E is #13FAE1. Grayscale: #4D4D4D. Windows color (decimal): -1309410 or 1967596. OLE color: 1967596.
HSL color Cylindrical-coordinate representation of color #EC051E: hue angle of 353.51º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC051E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.07 |
| HSL | 353.51º | 0.96% | 0.47% | - |
| HSV(B) | 353.51º | 0.98% | 0.93% | - |
| XYZ | 34.88 | 18.04 | 2.87 | - |
| YUV | 76.92 | 101.53 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 30 | 0 | 0.98 | 0.87 | 0.07 | 353.51 | 0.96 | 0.47 |
| Hex | EC | 5 | 1E | 0 | 62 | 57 | 7 | 162 | 60 | 2F |
| Octal | 354 | 5 | 36 | 0 | 142 | 127 | 7 | 542 | 140 | 57 |
| Binary | 11101100 | 101 | 11110 | 0 | 1100010 | 1010111 | 111 | 101100010 | 1100000 | 101111 |
Color Harmonies of #EC051E
Complementary color
Monochromatic Colors of #EC051E
Black with #EC051E
Text Example
Text Example
White with #EC051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC051E; }
p { color: rgb(236,5,30); }
H1.HeaderClassName
{
color: #EC051E;
}
.AnyTagClassName
{
color: #EC051E;
}
</style>
background-color css
<style>
a { background-color: #EC051E; }
a { background-color: rgb(236,5,30); }
div.DivClassName
{
background-color: #EC051E;
}
.BgClassName
{
background-color: #EC051E;
}
</style>
border-color css
<style>
span { border-color: #EC051E; }
span { border-color: rgb(236,5,30); }
td.TdClassName
{
border-color: #EC051E;
}
.TagClassName
{
border-color: #EC051E;
}
</style>