Shades of Torch Red #ED0922
Tints of Torch Red #ED0922
RGB
CMYK
RGB Variations
Color information
#ED0922 (or 0xED0922) is known color: Torch Red. HEX triplet: ED, 09 and 22. RGB value is (237,9,34). Sum of RGB (Red+Green+Blue) = 237+9+34=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0922 is #12F6DD. Grayscale: #505050. Windows color (decimal): -1242846 or 2230765. OLE color: 2230765.
HSL color Cylindrical-coordinate representation of color #ED0922: hue angle of 353.42º 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 #ED0922 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.07 |
| HSL | 353.42º | 0.93% | 0.48% | - |
| HSV(B) | 353.42º | 0.96% | 0.93% | - |
| XYZ | 35.31 | 18.32 | 3.19 | - |
| YUV | 80.02 | 102.04 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 34 | 0 | 0.96 | 0.86 | 0.07 | 353.42 | 0.93 | 0.48 |
| Hex | ED | 9 | 22 | 0 | 60 | 56 | 7 | 161 | 5D | 30 |
| Octal | 355 | 11 | 42 | 0 | 140 | 126 | 7 | 541 | 135 | 60 |
| Binary | 11101101 | 1001 | 100010 | 0 | 1100000 | 1010110 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #ED0922
Complementary color
Monochromatic Colors of #ED0922
Black with #ED0922
Text Example
Text Example
White with #ED0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0922; }
p { color: rgb(237,9,34); }
H1.HeaderClassName
{
color: #ED0922;
}
.AnyTagClassName
{
color: #ED0922;
}
</style>
background-color css
<style>
a { background-color: #ED0922; }
a { background-color: rgb(237,9,34); }
div.DivClassName
{
background-color: #ED0922;
}
.BgClassName
{
background-color: #ED0922;
}
</style>
border-color css
<style>
span { border-color: #ED0922; }
span { border-color: rgb(237,9,34); }
td.TdClassName
{
border-color: #ED0922;
}
.TagClassName
{
border-color: #ED0922;
}
</style>