Shades of Torch Red #ED082D
Tints of Torch Red #ED082D
RGB
CMYK
RGB Variations
Color information
#ED082D (or 0xED082D) is known color: Torch Red. HEX triplet: ED, 08 and 2D. RGB value is (237,8,45). Sum of RGB (Red+Green+Blue) = 237+8+45=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED082D is #12F7D2. Grayscale: #505050. Windows color (decimal): -1243091 or 2951405. OLE color: 2951405.
HSL color Cylindrical-coordinate representation of color #ED082D: hue angle of 350.31º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED082D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 350.31º | 0.93% | 0.48% | - |
| HSV(B) | 350.31º | 0.97% | 0.93% | - |
| XYZ | 35.49 | 18.37 | 4.16 | - |
| YUV | 80.69 | 107.87 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 45 | 0 | 0.97 | 0.81 | 0.07 | 350.31 | 0.93 | 0.48 |
| Hex | ED | 8 | 2D | 0 | 61 | 51 | 7 | 15E | 5D | 30 |
| Octal | 355 | 10 | 55 | 0 | 141 | 121 | 7 | 536 | 135 | 60 |
| Binary | 11101101 | 1000 | 101101 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #ED082D
Complementary color
Monochromatic Colors of #ED082D
Black with #ED082D
Text Example
Text Example
White with #ED082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED082D; }
p { color: rgb(237,8,45); }
H1.HeaderClassName
{
color: #ED082D;
}
.AnyTagClassName
{
color: #ED082D;
}
</style>
background-color css
<style>
a { background-color: #ED082D; }
a { background-color: rgb(237,8,45); }
div.DivClassName
{
background-color: #ED082D;
}
.BgClassName
{
background-color: #ED082D;
}
</style>
border-color css
<style>
span { border-color: #ED082D; }
span { border-color: rgb(237,8,45); }
td.TdClassName
{
border-color: #ED082D;
}
.TagClassName
{
border-color: #ED082D;
}
</style>