Shades of Torch Red #EC1534
Tints of Torch Red #EC1534
RGB
CMYK
RGB Variations
Color information
#EC1534 (or 0xEC1534) is known color: Torch Red. HEX triplet: EC, 15 and 34. RGB value is (236,21,52). Sum of RGB (Red+Green+Blue) = 236+21+52=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1534 is #13EACB. Grayscale: #585858. Windows color (decimal): -1305292 or 3413484. OLE color: 3413484.
HSL color Cylindrical-coordinate representation of color #EC1534: hue angle of 351.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1534 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.07 |
| HSL | 351.35º | 0.85% | 0.5% | - |
| HSV(B) | 351.35º | 0.91% | 0.93% | - |
| XYZ | 35.48 | 18.62 | 4.97 | - |
| YUV | 88.82 | 107.23 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 52 | 0 | 0.91 | 0.78 | 0.07 | 351.35 | 0.85 | 0.5 |
| Hex | EC | 15 | 34 | 0 | 5B | 4E | 7 | 15F | 55 | 32 |
| Octal | 354 | 25 | 64 | 0 | 133 | 116 | 7 | 537 | 125 | 62 |
| Binary | 11101100 | 10101 | 110100 | 0 | 1011011 | 1001110 | 111 | 101011111 | 1010101 | 110010 |
Color Harmonies of #EC1534
Complementary color
Monochromatic Colors of #EC1534
Black with #EC1534
Text Example
Text Example
White with #EC1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1534; }
p { color: rgb(236,21,52); }
H1.HeaderClassName
{
color: #EC1534;
}
.AnyTagClassName
{
color: #EC1534;
}
</style>
background-color css
<style>
a { background-color: #EC1534; }
a { background-color: rgb(236,21,52); }
div.DivClassName
{
background-color: #EC1534;
}
.BgClassName
{
background-color: #EC1534;
}
</style>
border-color css
<style>
span { border-color: #EC1534; }
span { border-color: rgb(236,21,52); }
td.TdClassName
{
border-color: #EC1534;
}
.TagClassName
{
border-color: #EC1534;
}
</style>