Shades of Torch Red #EC051D
Tints of Torch Red #EC051D
RGB
CMYK
RGB Variations
Color information
#EC051D (or 0xEC051D) is known color: Torch Red. HEX triplet: EC, 05 and 1D. RGB value is (236,5,29). Sum of RGB (Red+Green+Blue) = 236+5+29=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051D is #13FAE2. Grayscale: #4C4C4C. Windows color (decimal): -1309411 or 1902060. OLE color: 1902060.
HSL color Cylindrical-coordinate representation of color #EC051D: hue angle of 353.77º 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 #EC051D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.07 |
| HSL | 353.77º | 0.96% | 0.47% | - |
| HSV(B) | 353.77º | 0.98% | 0.93% | - |
| XYZ | 34.87 | 18.03 | 2.8 | - |
| YUV | 76.81 | 101.03 | 241.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 29 | 0 | 0.98 | 0.88 | 0.07 | 353.77 | 0.96 | 0.47 |
| Hex | EC | 5 | 1D | 0 | 62 | 58 | 7 | 162 | 60 | 2F |
| Octal | 354 | 5 | 35 | 0 | 142 | 130 | 7 | 542 | 140 | 57 |
| Binary | 11101100 | 101 | 11101 | 0 | 1100010 | 1011000 | 111 | 101100010 | 1100000 | 101111 |
Color Harmonies of #EC051D
Complementary color
Monochromatic Colors of #EC051D
Black with #EC051D
Text Example
Text Example
White with #EC051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC051D; }
p { color: rgb(236,5,29); }
H1.HeaderClassName
{
color: #EC051D;
}
.AnyTagClassName
{
color: #EC051D;
}
</style>
background-color css
<style>
a { background-color: #EC051D; }
a { background-color: rgb(236,5,29); }
div.DivClassName
{
background-color: #EC051D;
}
.BgClassName
{
background-color: #EC051D;
}
</style>
border-color css
<style>
span { border-color: #EC051D; }
span { border-color: rgb(236,5,29); }
td.TdClassName
{
border-color: #EC051D;
}
.TagClassName
{
border-color: #EC051D;
}
</style>