Shades of Torch Red #ED1034
Tints of Torch Red #ED1034
RGB
CMYK
RGB Variations
Color information
#ED1034 (or 0xED1034) is known color: Torch Red. HEX triplet: ED, 10 and 34. RGB value is (237,16,52). Sum of RGB (Red+Green+Blue) = 237+16+52=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1034 is #12EFCB. Grayscale: #565656. Windows color (decimal): -1241036 or 3412205. OLE color: 3412205.
HSL color Cylindrical-coordinate representation of color #ED1034: hue angle of 350.23º 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 #ED1034 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 52 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.07 |
| HSL | 350.23º | 0.87% | 0.5% | - |
| HSV(B) | 350.23º | 0.93% | 0.93% | - |
| XYZ | 35.73 | 18.62 | 4.96 | - |
| YUV | 86.18 | 108.72 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 52 | 0 | 0.93 | 0.78 | 0.07 | 350.23 | 0.87 | 0.5 |
| Hex | ED | 10 | 34 | 0 | 5D | 4E | 7 | 15E | 57 | 32 |
| Octal | 355 | 20 | 64 | 0 | 135 | 116 | 7 | 536 | 127 | 62 |
| Binary | 11101101 | 10000 | 110100 | 0 | 1011101 | 1001110 | 111 | 101011110 | 1010111 | 110010 |
Color Harmonies of #ED1034
Complementary color
Monochromatic Colors of #ED1034
Black with #ED1034
Text Example
Text Example
White with #ED1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1034; }
p { color: rgb(237,16,52); }
H1.HeaderClassName
{
color: #ED1034;
}
.AnyTagClassName
{
color: #ED1034;
}
</style>
background-color css
<style>
a { background-color: #ED1034; }
a { background-color: rgb(237,16,52); }
div.DivClassName
{
background-color: #ED1034;
}
.BgClassName
{
background-color: #ED1034;
}
</style>
border-color css
<style>
span { border-color: #ED1034; }
span { border-color: rgb(237,16,52); }
td.TdClassName
{
border-color: #ED1034;
}
.TagClassName
{
border-color: #ED1034;
}
</style>