Shades of Torch Red #ED092F
Tints of Torch Red #ED092F
RGB
CMYK
RGB Variations
Color information
#ED092F (or 0xED092F) is known color: Torch Red. HEX triplet: ED, 09 and 2F. RGB value is (237,9,47). Sum of RGB (Red+Green+Blue) = 237+9+47=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED092F is #12F6D0. Grayscale: #515151. Windows color (decimal): -1242833 or 3082733. OLE color: 3082733.
HSL color Cylindrical-coordinate representation of color #ED092F: hue angle of 350º 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 #ED092F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.07 |
| HSL | 350º | 0.93% | 0.48% | - |
| HSV(B) | 350º | 0.96% | 0.93% | - |
| XYZ | 35.54 | 18.41 | 4.37 | - |
| YUV | 81.5 | 108.54 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 47 | 0 | 0.96 | 0.80 | 0.07 | 350 | 0.93 | 0.48 |
| Hex | ED | 9 | 2F | 0 | 60 | 50 | 7 | 15E | 5D | 30 |
| Octal | 355 | 11 | 57 | 0 | 140 | 120 | 7 | 536 | 135 | 60 |
| Binary | 11101101 | 1001 | 101111 | 0 | 1100000 | 1010000 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #ED092F
Complementary color
Monochromatic Colors of #ED092F
Black with #ED092F
Text Example
Text Example
White with #ED092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED092F; }
p { color: rgb(237,9,47); }
H1.HeaderClassName
{
color: #ED092F;
}
.AnyTagClassName
{
color: #ED092F;
}
</style>
background-color css
<style>
a { background-color: #ED092F; }
a { background-color: rgb(237,9,47); }
div.DivClassName
{
background-color: #ED092F;
}
.BgClassName
{
background-color: #ED092F;
}
</style>
border-color css
<style>
span { border-color: #ED092F; }
span { border-color: rgb(237,9,47); }
td.TdClassName
{
border-color: #ED092F;
}
.TagClassName
{
border-color: #ED092F;
}
</style>