Shades of Torch Red #EC1330
Tints of Torch Red #EC1330
RGB
CMYK
RGB Variations
Color information
#EC1330 (or 0xEC1330) is known color: Torch Red. HEX triplet: EC, 13 and 30. RGB value is (236,19,48). Sum of RGB (Red+Green+Blue) = 236+19+48=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1330 is #13ECCF. Grayscale: #575757. Windows color (decimal): -1305808 or 3150828. OLE color: 3150828.
HSL color Cylindrical-coordinate representation of color #EC1330: hue angle of 351.98º 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 #EC1330 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 48 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 351.98º | 0.85% | 0.5% | - |
| HSV(B) | 351.98º | 0.92% | 0.93% | - |
| XYZ | 35.36 | 18.51 | 4.51 | - |
| YUV | 87.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 48 | 0 | 0.92 | 0.80 | 0.07 | 351.98 | 0.85 | 0.5 |
| Hex | EC | 13 | 30 | 0 | 5C | 50 | 7 | 160 | 55 | 32 |
| Octal | 354 | 23 | 60 | 0 | 134 | 120 | 7 | 540 | 125 | 62 |
| Binary | 11101100 | 10011 | 110000 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010101 | 110010 |
Color Harmonies of #EC1330
Complementary color
Monochromatic Colors of #EC1330
Black with #EC1330
Text Example
Text Example
White with #EC1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1330; }
p { color: rgb(236,19,48); }
H1.HeaderClassName
{
color: #EC1330;
}
.AnyTagClassName
{
color: #EC1330;
}
</style>
background-color css
<style>
a { background-color: #EC1330; }
a { background-color: rgb(236,19,48); }
div.DivClassName
{
background-color: #EC1330;
}
.BgClassName
{
background-color: #EC1330;
}
</style>
border-color css
<style>
span { border-color: #EC1330; }
span { border-color: rgb(236,19,48); }
td.TdClassName
{
border-color: #EC1330;
}
.TagClassName
{
border-color: #EC1330;
}
</style>