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