Shades of Torch Red #ED062D
Tints of Torch Red #ED062D
RGB
CMYK
RGB Variations
Color information
#ED062D (or 0xED062D) is known color: Torch Red. HEX triplet: ED, 06 and 2D. RGB value is (237,6,45). Sum of RGB (Red+Green+Blue) = 237+6+45=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED062D is #12F9D2. Grayscale: #4F4F4F. Windows color (decimal): -1243603 or 2950893. OLE color: 2950893.
HSL color Cylindrical-coordinate representation of color #ED062D: hue angle of 349.87º degrees, saturation: 0.95, 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 #ED062D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.07 |
| HSL | 349.87º | 0.95% | 0.48% | - |
| HSV(B) | 349.87º | 0.97% | 0.93% | - |
| XYZ | 35.46 | 18.32 | 4.15 | - |
| YUV | 79.52 | 108.53 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 45 | 0 | 0.97 | 0.81 | 0.07 | 349.87 | 0.95 | 0.48 |
| Hex | ED | 6 | 2D | 0 | 61 | 51 | 7 | 15E | 5F | 30 |
| Octal | 355 | 6 | 55 | 0 | 141 | 121 | 7 | 536 | 137 | 60 |
| Binary | 11101101 | 110 | 101101 | 0 | 1100001 | 1010001 | 111 | 101011110 | 1011111 | 110000 |
Color Harmonies of #ED062D
Complementary color
Monochromatic Colors of #ED062D
Black with #ED062D
Text Example
Text Example
White with #ED062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED062D; }
p { color: rgb(237,6,45); }
H1.HeaderClassName
{
color: #ED062D;
}
.AnyTagClassName
{
color: #ED062D;
}
</style>
background-color css
<style>
a { background-color: #ED062D; }
a { background-color: rgb(237,6,45); }
div.DivClassName
{
background-color: #ED062D;
}
.BgClassName
{
background-color: #ED062D;
}
</style>
border-color css
<style>
span { border-color: #ED062D; }
span { border-color: rgb(237,6,45); }
td.TdClassName
{
border-color: #ED062D;
}
.TagClassName
{
border-color: #ED062D;
}
</style>