Shades of Torch Red #EC052D
Tints of Torch Red #EC052D
RGB
CMYK
RGB Variations
Color information
#EC052D (or 0xEC052D) is known color: Torch Red. HEX triplet: EC, 05 and 2D. RGB value is (236,5,45). Sum of RGB (Red+Green+Blue) = 236+5+45=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC052D is #13FAD2. Grayscale: #4E4E4E. Windows color (decimal): -1309395 or 2950636. OLE color: 2950636.
HSL color Cylindrical-coordinate representation of color #EC052D: hue angle of 349.61º 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 #EC052D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.07 |
| HSL | 349.61º | 0.96% | 0.47% | - |
| HSV(B) | 349.61º | 0.98% | 0.93% | - |
| XYZ | 35.12 | 18.13 | 4.13 | - |
| YUV | 78.63 | 109.03 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 45 | 0 | 0.98 | 0.81 | 0.07 | 349.61 | 0.96 | 0.47 |
| Hex | EC | 5 | 2D | 0 | 62 | 51 | 7 | 15E | 60 | 2F |
| Octal | 354 | 5 | 55 | 0 | 142 | 121 | 7 | 536 | 140 | 57 |
| Binary | 11101100 | 101 | 101101 | 0 | 1100010 | 1010001 | 111 | 101011110 | 1100000 | 101111 |
Color Harmonies of #EC052D
Complementary color
Monochromatic Colors of #EC052D
Black with #EC052D
Text Example
Text Example
White with #EC052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC052D; }
p { color: rgb(236,5,45); }
H1.HeaderClassName
{
color: #EC052D;
}
.AnyTagClassName
{
color: #EC052D;
}
</style>
background-color css
<style>
a { background-color: #EC052D; }
a { background-color: rgb(236,5,45); }
div.DivClassName
{
background-color: #EC052D;
}
.BgClassName
{
background-color: #EC052D;
}
</style>
border-color css
<style>
span { border-color: #EC052D; }
span { border-color: rgb(236,5,45); }
td.TdClassName
{
border-color: #EC052D;
}
.TagClassName
{
border-color: #EC052D;
}
</style>