Shades of Torch Red #EC051A
Tints of Torch Red #EC051A
RGB
CMYK
RGB Variations
Color information
#EC051A (or 0xEC051A) is known color: Torch Red. HEX triplet: EC, 05 and 1A. RGB value is (236,5,26). Sum of RGB (Red+Green+Blue) = 236+5+26=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051A is #13FAE5. Grayscale: #4C4C4C. Windows color (decimal): -1309414 or 1705452. OLE color: 1705452.
HSL color Cylindrical-coordinate representation of color #EC051A: hue angle of 354.55º 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 #EC051A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 26 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.07 |
| HSL | 354.55º | 0.96% | 0.47% | - |
| HSV(B) | 354.55º | 0.98% | 0.93% | - |
| XYZ | 34.83 | 18.02 | 2.62 | - |
| YUV | 76.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 26 | 0 | 0.98 | 0.89 | 0.07 | 354.55 | 0.96 | 0.47 |
| Hex | EC | 5 | 1A | 0 | 62 | 59 | 7 | 163 | 60 | 2F |
| Octal | 354 | 5 | 32 | 0 | 142 | 131 | 7 | 543 | 140 | 57 |
| Binary | 11101100 | 101 | 11010 | 0 | 1100010 | 1011001 | 111 | 101100011 | 1100000 | 101111 |
Color Harmonies of #EC051A
Complementary color
Monochromatic Colors of #EC051A
Black with #EC051A
Text Example
Text Example
White with #EC051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC051A; }
p { color: rgb(236,5,26); }
H1.HeaderClassName
{
color: #EC051A;
}
.AnyTagClassName
{
color: #EC051A;
}
</style>
background-color css
<style>
a { background-color: #EC051A; }
a { background-color: rgb(236,5,26); }
div.DivClassName
{
background-color: #EC051A;
}
.BgClassName
{
background-color: #EC051A;
}
</style>
border-color css
<style>
span { border-color: #EC051A; }
span { border-color: rgb(236,5,26); }
td.TdClassName
{
border-color: #EC051A;
}
.TagClassName
{
border-color: #EC051A;
}
</style>