Shades of Torch Red #EC1129
Tints of Torch Red #EC1129
RGB
CMYK
RGB Variations
Color information
#EC1129 (or 0xEC1129) is known color: Torch Red. HEX triplet: EC, 11 and 29. RGB value is (236,17,41). Sum of RGB (Red+Green+Blue) = 236+17+41=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1129 is #13EED6. Grayscale: #555555. Windows color (decimal): -1306327 or 2691564. OLE color: 2691564.
HSL color Cylindrical-coordinate representation of color #EC1129: hue angle of 353.42º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1129 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.07 |
| HSL | 353.42º | 0.87% | 0.5% | - |
| HSV(B) | 353.42º | 0.93% | 0.93% | - |
| XYZ | 35.19 | 18.39 | 3.79 | - |
| YUV | 85.22 | 103.05 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 41 | 0 | 0.93 | 0.83 | 0.07 | 353.42 | 0.87 | 0.5 |
| Hex | EC | 11 | 29 | 0 | 5D | 53 | 7 | 161 | 57 | 32 |
| Octal | 354 | 21 | 51 | 0 | 135 | 123 | 7 | 541 | 127 | 62 |
| Binary | 11101100 | 10001 | 101001 | 0 | 1011101 | 1010011 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #EC1129
Complementary color
Monochromatic Colors of #EC1129
Black with #EC1129
Text Example
Text Example
White with #EC1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1129; }
p { color: rgb(236,17,41); }
H1.HeaderClassName
{
color: #EC1129;
}
.AnyTagClassName
{
color: #EC1129;
}
</style>
background-color css
<style>
a { background-color: #EC1129; }
a { background-color: rgb(236,17,41); }
div.DivClassName
{
background-color: #EC1129;
}
.BgClassName
{
background-color: #EC1129;
}
</style>
border-color css
<style>
span { border-color: #EC1129; }
span { border-color: rgb(236,17,41); }
td.TdClassName
{
border-color: #EC1129;
}
.TagClassName
{
border-color: #EC1129;
}
</style>