Shades of Torch Red #EC1325
Tints of Torch Red #EC1325
RGB
CMYK
RGB Variations
Color information
#EC1325 (or 0xEC1325) is known color: Torch Red. HEX triplet: EC, 13 and 25. RGB value is (236,19,37). Sum of RGB (Red+Green+Blue) = 236+19+37=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1325 is #13ECDA. Grayscale: #565656. Windows color (decimal): -1305819 or 2429932. OLE color: 2429932.
HSL color Cylindrical-coordinate representation of color #EC1325: hue angle of 355.02º 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 #EC1325 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.07 |
| HSL | 355.02º | 0.85% | 0.5% | - |
| HSV(B) | 355.02º | 0.92% | 0.93% | - |
| XYZ | 35.16 | 18.43 | 3.45 | - |
| YUV | 85.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 37 | 0 | 0.92 | 0.84 | 0.07 | 355.02 | 0.85 | 0.5 |
| Hex | EC | 13 | 25 | 0 | 5C | 54 | 7 | 163 | 55 | 32 |
| Octal | 354 | 23 | 45 | 0 | 134 | 124 | 7 | 543 | 125 | 62 |
| Binary | 11101100 | 10011 | 100101 | 0 | 1011100 | 1010100 | 111 | 101100011 | 1010101 | 110010 |
Color Harmonies of #EC1325
Complementary color
Monochromatic Colors of #EC1325
Black with #EC1325
Text Example
Text Example
White with #EC1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1325; }
p { color: rgb(236,19,37); }
H1.HeaderClassName
{
color: #EC1325;
}
.AnyTagClassName
{
color: #EC1325;
}
</style>
background-color css
<style>
a { background-color: #EC1325; }
a { background-color: rgb(236,19,37); }
div.DivClassName
{
background-color: #EC1325;
}
.BgClassName
{
background-color: #EC1325;
}
</style>
border-color css
<style>
span { border-color: #EC1325; }
span { border-color: rgb(236,19,37); }
td.TdClassName
{
border-color: #EC1325;
}
.TagClassName
{
border-color: #EC1325;
}
</style>