Shades of Torch Red #ED1632
Tints of Torch Red #ED1632
RGB
CMYK
RGB Variations
Color information
#ED1632 (or 0xED1632) is known color: Torch Red. HEX triplet: ED, 16 and 32. RGB value is (237,22,50). Sum of RGB (Red+Green+Blue) = 237+22+50=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1632 is #12E9CD. Grayscale: #595959. Windows color (decimal): -1239502 or 3282669. OLE color: 3282669.
HSL color Cylindrical-coordinate representation of color #ED1632: hue angle of 352.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1632 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.07 |
| HSL | 352.19º | 0.86% | 0.51% | - |
| HSV(B) | 352.19º | 0.91% | 0.93% | - |
| XYZ | 35.79 | 18.81 | 4.76 | - |
| YUV | 89.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 50 | 0 | 0.91 | 0.79 | 0.07 | 352.19 | 0.86 | 0.51 |
| Hex | ED | 16 | 32 | 0 | 5B | 4F | 7 | 160 | 56 | 33 |
| Octal | 355 | 26 | 62 | 0 | 133 | 117 | 7 | 540 | 126 | 63 |
| Binary | 11101101 | 10110 | 110010 | 0 | 1011011 | 1001111 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #ED1632
Complementary color
Monochromatic Colors of #ED1632
Black with #ED1632
Text Example
Text Example
White with #ED1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1632; }
p { color: rgb(237,22,50); }
H1.HeaderClassName
{
color: #ED1632;
}
.AnyTagClassName
{
color: #ED1632;
}
</style>
background-color css
<style>
a { background-color: #ED1632; }
a { background-color: rgb(237,22,50); }
div.DivClassName
{
background-color: #ED1632;
}
.BgClassName
{
background-color: #ED1632;
}
</style>
border-color css
<style>
span { border-color: #ED1632; }
span { border-color: rgb(237,22,50); }
td.TdClassName
{
border-color: #ED1632;
}
.TagClassName
{
border-color: #ED1632;
}
</style>