Shades of Torch Red #EC0030
Tints of Torch Red #EC0030
RGB
CMYK
RGB Variations
Color information
#EC0030 (or 0xEC0030) is known color: Torch Red. HEX triplet: EC, 00 and 30. RGB value is (236,0,48). Sum of RGB (Red+Green+Blue) = 236+0+48=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0030 is #13FFCF. Grayscale: #4C4C4C. Windows color (decimal): -1310672 or 3145964. OLE color: 3145964.
HSL color Cylindrical-coordinate representation of color #EC0030: hue angle of 347.8º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0030 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.80 | 0.07 |
| HSL | 347.8º | 1% | 0.46% | - |
| HSV(B) | 347.8º | 1% | 0.93% | - |
| XYZ | 35.13 | 18.05 | 4.43 | - |
| YUV | 76.04 | 112.19 | 242.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 48 | 0 | 1 | 0.80 | 0.07 | 347.8 | 1 | 0.46 |
| Hex | EC | 0 | 30 | 0 | 64 | 50 | 7 | 15C | 64 | 2E |
| Octal | 354 | 0 | 60 | 0 | 144 | 120 | 7 | 534 | 144 | 56 |
| Binary | 11101100 | 0 | 110000 | 0 | 1100100 | 1010000 | 111 | 101011100 | 1100100 | 101110 |
Color Harmonies of #EC0030
Complementary color
Monochromatic Colors of #EC0030
Black with #EC0030
Text Example
Text Example
White with #EC0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0030; }
p { color: rgb(236,0,48); }
H1.HeaderClassName
{
color: #EC0030;
}
.AnyTagClassName
{
color: #EC0030;
}
</style>
background-color css
<style>
a { background-color: #EC0030; }
a { background-color: rgb(236,0,48); }
div.DivClassName
{
background-color: #EC0030;
}
.BgClassName
{
background-color: #EC0030;
}
</style>
border-color css
<style>
span { border-color: #EC0030; }
span { border-color: rgb(236,0,48); }
td.TdClassName
{
border-color: #EC0030;
}
.TagClassName
{
border-color: #EC0030;
}
</style>