Shades of Torch Red #EC0530
Tints of Torch Red #EC0530
RGB
CMYK
RGB Variations
Color information
#EC0530 (or 0xEC0530) is known color: Torch Red. HEX triplet: EC, 05 and 30. RGB value is (236,5,48). Sum of RGB (Red+Green+Blue) = 236+5+48=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0530 is #13FACF. Grayscale: #4F4F4F. Windows color (decimal): -1309392 or 3147244. OLE color: 3147244.
HSL color Cylindrical-coordinate representation of color #EC0530: hue angle of 348.83º 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 #EC0530 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.07 |
| HSL | 348.83º | 0.96% | 0.47% | - |
| HSV(B) | 348.83º | 0.98% | 0.93% | - |
| XYZ | 35.18 | 18.15 | 4.45 | - |
| YUV | 78.97 | 110.53 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 48 | 0 | 0.98 | 0.80 | 0.07 | 348.83 | 0.96 | 0.47 |
| Hex | EC | 5 | 30 | 0 | 62 | 50 | 7 | 15D | 60 | 2F |
| Octal | 354 | 5 | 60 | 0 | 142 | 120 | 7 | 535 | 140 | 57 |
| Binary | 11101100 | 101 | 110000 | 0 | 1100010 | 1010000 | 111 | 101011101 | 1100000 | 101111 |
Color Harmonies of #EC0530
Complementary color
Monochromatic Colors of #EC0530
Black with #EC0530
Text Example
Text Example
White with #EC0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0530; }
p { color: rgb(236,5,48); }
H1.HeaderClassName
{
color: #EC0530;
}
.AnyTagClassName
{
color: #EC0530;
}
</style>
background-color css
<style>
a { background-color: #EC0530; }
a { background-color: rgb(236,5,48); }
div.DivClassName
{
background-color: #EC0530;
}
.BgClassName
{
background-color: #EC0530;
}
</style>
border-color css
<style>
span { border-color: #EC0530; }
span { border-color: rgb(236,5,48); }
td.TdClassName
{
border-color: #EC0530;
}
.TagClassName
{
border-color: #EC0530;
}
</style>