Shades of Torch Red #ED1022
Tints of Torch Red #ED1022
RGB
CMYK
RGB Variations
Color information
#ED1022 (or 0xED1022) is known color: Torch Red. HEX triplet: ED, 10 and 22. RGB value is (237,16,34). Sum of RGB (Red+Green+Blue) = 237+16+34=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1022 is #12EFDD. Grayscale: #545454. Windows color (decimal): -1241054 or 2232557. OLE color: 2232557.
HSL color Cylindrical-coordinate representation of color #ED1022: hue angle of 355.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1022 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.11º | 0.87% | 0.5% | - |
| HSV(B) | 355.11º | 0.93% | 0.93% | - |
| XYZ | 35.4 | 18.49 | 3.22 | - |
| YUV | 84.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 34 | 0 | 0.93 | 0.86 | 0.07 | 355.11 | 0.87 | 0.5 |
| Hex | ED | 10 | 22 | 0 | 5D | 56 | 7 | 163 | 57 | 32 |
| Octal | 355 | 20 | 42 | 0 | 135 | 126 | 7 | 543 | 127 | 62 |
| Binary | 11101101 | 10000 | 100010 | 0 | 1011101 | 1010110 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #ED1022
Complementary color
Monochromatic Colors of #ED1022
Black with #ED1022
Text Example
Text Example
White with #ED1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1022; }
p { color: rgb(237,16,34); }
H1.HeaderClassName
{
color: #ED1022;
}
.AnyTagClassName
{
color: #ED1022;
}
</style>
background-color css
<style>
a { background-color: #ED1022; }
a { background-color: rgb(237,16,34); }
div.DivClassName
{
background-color: #ED1022;
}
.BgClassName
{
background-color: #ED1022;
}
</style>
border-color css
<style>
span { border-color: #ED1022; }
span { border-color: rgb(237,16,34); }
td.TdClassName
{
border-color: #ED1022;
}
.TagClassName
{
border-color: #ED1022;
}
</style>