Shades of Torch Red #ED071D
Tints of Torch Red #ED071D
RGB
CMYK
RGB Variations
Color information
#ED071D (or 0xED071D) is known color: Torch Red. HEX triplet: ED, 07 and 1D. RGB value is (237,7,29). Sum of RGB (Red+Green+Blue) = 237+7+29=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED071D is #12F8E2. Grayscale: #4E4E4E. Windows color (decimal): -1243363 or 1902573. OLE color: 1902573.
HSL color Cylindrical-coordinate representation of color #ED071D: hue angle of 354.26º degrees, saturation: 0.94, 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 #ED071D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.07 |
| HSL | 354.26º | 0.94% | 0.48% | - |
| HSV(B) | 354.26º | 0.97% | 0.93% | - |
| XYZ | 35.22 | 18.25 | 2.83 | - |
| YUV | 78.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 29 | 0 | 0.97 | 0.88 | 0.07 | 354.26 | 0.94 | 0.48 |
| Hex | ED | 7 | 1D | 0 | 61 | 58 | 7 | 162 | 5E | 30 |
| Octal | 355 | 7 | 35 | 0 | 141 | 130 | 7 | 542 | 136 | 60 |
| Binary | 11101101 | 111 | 11101 | 0 | 1100001 | 1011000 | 111 | 101100010 | 1011110 | 110000 |
Color Harmonies of #ED071D
Complementary color
Monochromatic Colors of #ED071D
Black with #ED071D
Text Example
Text Example
White with #ED071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED071D; }
p { color: rgb(237,7,29); }
H1.HeaderClassName
{
color: #ED071D;
}
.AnyTagClassName
{
color: #ED071D;
}
</style>
background-color css
<style>
a { background-color: #ED071D; }
a { background-color: rgb(237,7,29); }
div.DivClassName
{
background-color: #ED071D;
}
.BgClassName
{
background-color: #ED071D;
}
</style>
border-color css
<style>
span { border-color: #ED071D; }
span { border-color: rgb(237,7,29); }
td.TdClassName
{
border-color: #ED071D;
}
.TagClassName
{
border-color: #ED071D;
}
</style>