Shades of Torch Red #EC1430
Tints of Torch Red #EC1430
RGB
CMYK
RGB Variations
Color information
#EC1430 (or 0xEC1430) is known color: Torch Red. HEX triplet: EC, 14 and 30. RGB value is (236,20,48). Sum of RGB (Red+Green+Blue) = 236+20+48=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1430 is #13EBCF. Grayscale: #575757. Windows color (decimal): -1305552 or 3151084. OLE color: 3151084.
HSL color Cylindrical-coordinate representation of color #EC1430: hue angle of 352.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1430 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 48 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 352.22º | 0.85% | 0.5% | - |
| HSV(B) | 352.22º | 0.92% | 0.93% | - |
| XYZ | 35.38 | 18.55 | 4.51 | - |
| YUV | 87.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 48 | 0 | 0.92 | 0.80 | 0.07 | 352.22 | 0.85 | 0.5 |
| Hex | EC | 14 | 30 | 0 | 5C | 50 | 7 | 160 | 55 | 32 |
| Octal | 354 | 24 | 60 | 0 | 134 | 120 | 7 | 540 | 125 | 62 |
| Binary | 11101100 | 10100 | 110000 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010101 | 110010 |
Color Harmonies of #EC1430
Complementary color
Monochromatic Colors of #EC1430
Black with #EC1430
Text Example
Text Example
White with #EC1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1430; }
p { color: rgb(236,20,48); }
H1.HeaderClassName
{
color: #EC1430;
}
.AnyTagClassName
{
color: #EC1430;
}
</style>
background-color css
<style>
a { background-color: #EC1430; }
a { background-color: rgb(236,20,48); }
div.DivClassName
{
background-color: #EC1430;
}
.BgClassName
{
background-color: #EC1430;
}
</style>
border-color css
<style>
span { border-color: #EC1430; }
span { border-color: rgb(236,20,48); }
td.TdClassName
{
border-color: #EC1430;
}
.TagClassName
{
border-color: #EC1430;
}
</style>