Shades of Torch Red #ED091D
Tints of Torch Red #ED091D
RGB
CMYK
RGB Variations
Color information
#ED091D (or 0xED091D) is known color: Torch Red. HEX triplet: ED, 09 and 1D. RGB value is (237,9,29). Sum of RGB (Red+Green+Blue) = 237+9+29=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED091D is #12F6E2. Grayscale: #4F4F4F. Windows color (decimal): -1242851 or 1903085. OLE color: 1903085.
HSL color Cylindrical-coordinate representation of color #ED091D: hue angle of 354.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.07 |
| HSL | 354.74º | 0.93% | 0.48% | - |
| HSV(B) | 354.74º | 0.96% | 0.93% | - |
| XYZ | 35.24 | 18.29 | 2.83 | - |
| YUV | 79.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 29 | 0 | 0.96 | 0.88 | 0.07 | 354.74 | 0.93 | 0.48 |
| Hex | ED | 9 | 1D | 0 | 60 | 58 | 7 | 163 | 5D | 30 |
| Octal | 355 | 11 | 35 | 0 | 140 | 130 | 7 | 543 | 135 | 60 |
| Binary | 11101101 | 1001 | 11101 | 0 | 1100000 | 1011000 | 111 | 101100011 | 1011101 | 110000 |
Color Harmonies of #ED091D
Complementary color
Monochromatic Colors of #ED091D
Black with #ED091D
Text Example
Text Example
White with #ED091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED091D; }
p { color: rgb(237,9,29); }
H1.HeaderClassName
{
color: #ED091D;
}
.AnyTagClassName
{
color: #ED091D;
}
</style>
background-color css
<style>
a { background-color: #ED091D; }
a { background-color: rgb(237,9,29); }
div.DivClassName
{
background-color: #ED091D;
}
.BgClassName
{
background-color: #ED091D;
}
</style>
border-color css
<style>
span { border-color: #ED091D; }
span { border-color: rgb(237,9,29); }
td.TdClassName
{
border-color: #ED091D;
}
.TagClassName
{
border-color: #ED091D;
}
</style>