Shades of Torch Red #ED1129
Tints of Torch Red #ED1129
RGB
CMYK
RGB Variations
Color information
#ED1129 (or 0xED1129) is known color: Torch Red. HEX triplet: ED, 11 and 29. RGB value is (237,17,41). Sum of RGB (Red+Green+Blue) = 237+17+41=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1129 is #12EED6. Grayscale: #555555. Windows color (decimal): -1240791 or 2691565. OLE color: 2691565.
HSL color Cylindrical-coordinate representation of color #ED1129: hue angle of 353.45º 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 #ED1129 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.07 |
| HSL | 353.45º | 0.87% | 0.5% | - |
| HSV(B) | 353.45º | 0.93% | 0.93% | - |
| XYZ | 35.53 | 18.57 | 3.81 | - |
| YUV | 85.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 41 | 0 | 0.93 | 0.83 | 0.07 | 353.45 | 0.87 | 0.5 |
| Hex | ED | 11 | 29 | 0 | 5D | 53 | 7 | 161 | 57 | 32 |
| Octal | 355 | 21 | 51 | 0 | 135 | 123 | 7 | 541 | 127 | 62 |
| Binary | 11101101 | 10001 | 101001 | 0 | 1011101 | 1010011 | 111 | 101100001 | 1010111 | 110010 |
Color Harmonies of #ED1129
Complementary color
Monochromatic Colors of #ED1129
Black with #ED1129
Text Example
Text Example
White with #ED1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1129; }
p { color: rgb(237,17,41); }
H1.HeaderClassName
{
color: #ED1129;
}
.AnyTagClassName
{
color: #ED1129;
}
</style>
background-color css
<style>
a { background-color: #ED1129; }
a { background-color: rgb(237,17,41); }
div.DivClassName
{
background-color: #ED1129;
}
.BgClassName
{
background-color: #ED1129;
}
</style>
border-color css
<style>
span { border-color: #ED1129; }
span { border-color: rgb(237,17,41); }
td.TdClassName
{
border-color: #ED1129;
}
.TagClassName
{
border-color: #ED1129;
}
</style>