Shades of Torch Red #ED052E
Tints of Torch Red #ED052E
RGB
CMYK
RGB Variations
Color information
#ED052E (or 0xED052E) is known color: Torch Red. HEX triplet: ED, 05 and 2E. RGB value is (237,5,46). Sum of RGB (Red+Green+Blue) = 237+5+46=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052E is #12FAD1. Grayscale: #4F4F4F. Windows color (decimal): -1243858 or 3016173. OLE color: 3016173.
HSL color Cylindrical-coordinate representation of color #ED052E: hue angle of 349.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED052E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.07 |
| HSL | 349.4º | 0.96% | 0.47% | - |
| HSV(B) | 349.4º | 0.98% | 0.93% | - |
| XYZ | 35.47 | 18.31 | 4.25 | - |
| YUV | 79.04 | 109.36 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 46 | 0 | 0.98 | 0.81 | 0.07 | 349.4 | 0.96 | 0.47 |
| Hex | ED | 5 | 2E | 0 | 62 | 51 | 7 | 15D | 60 | 2F |
| Octal | 355 | 5 | 56 | 0 | 142 | 121 | 7 | 535 | 140 | 57 |
| Binary | 11101101 | 101 | 101110 | 0 | 1100010 | 1010001 | 111 | 101011101 | 1100000 | 101111 |
Color Harmonies of #ED052E
Complementary color
Monochromatic Colors of #ED052E
Black with #ED052E
Text Example
Text Example
White with #ED052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED052E; }
p { color: rgb(237,5,46); }
H1.HeaderClassName
{
color: #ED052E;
}
.AnyTagClassName
{
color: #ED052E;
}
</style>
background-color css
<style>
a { background-color: #ED052E; }
a { background-color: rgb(237,5,46); }
div.DivClassName
{
background-color: #ED052E;
}
.BgClassName
{
background-color: #ED052E;
}
</style>
border-color css
<style>
span { border-color: #ED052E; }
span { border-color: rgb(237,5,46); }
td.TdClassName
{
border-color: #ED052E;
}
.TagClassName
{
border-color: #ED052E;
}
</style>