Shades of Torch Red #ED092B
Tints of Torch Red #ED092B
RGB
CMYK
RGB Variations
Color information
#ED092B (or 0xED092B) is known color: Torch Red. HEX triplet: ED, 09 and 2B. RGB value is (237,9,43). Sum of RGB (Red+Green+Blue) = 237+9+43=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED092B is #12F6D4. Grayscale: #515151. Windows color (decimal): -1242837 or 2820589. OLE color: 2820589.
HSL color Cylindrical-coordinate representation of color #ED092B: hue angle of 351.05º 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 #ED092B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.07 |
| HSL | 351.05º | 0.93% | 0.48% | - |
| HSV(B) | 351.05º | 0.96% | 0.93% | - |
| XYZ | 35.46 | 18.37 | 3.96 | - |
| YUV | 81.05 | 106.54 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 43 | 0 | 0.96 | 0.82 | 0.07 | 351.05 | 0.93 | 0.48 |
| Hex | ED | 9 | 2B | 0 | 60 | 52 | 7 | 15F | 5D | 30 |
| Octal | 355 | 11 | 53 | 0 | 140 | 122 | 7 | 537 | 135 | 60 |
| Binary | 11101101 | 1001 | 101011 | 0 | 1100000 | 1010010 | 111 | 101011111 | 1011101 | 110000 |
Color Harmonies of #ED092B
Complementary color
Monochromatic Colors of #ED092B
Black with #ED092B
Text Example
Text Example
White with #ED092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED092B; }
p { color: rgb(237,9,43); }
H1.HeaderClassName
{
color: #ED092B;
}
.AnyTagClassName
{
color: #ED092B;
}
</style>
background-color css
<style>
a { background-color: #ED092B; }
a { background-color: rgb(237,9,43); }
div.DivClassName
{
background-color: #ED092B;
}
.BgClassName
{
background-color: #ED092B;
}
</style>
border-color css
<style>
span { border-color: #ED092B; }
span { border-color: rgb(237,9,43); }
td.TdClassName
{
border-color: #ED092B;
}
.TagClassName
{
border-color: #ED092B;
}
</style>