Shades of Torch Red #ED1631
Tints of Torch Red #ED1631
RGB
CMYK
RGB Variations
Color information
#ED1631 (or 0xED1631) is known color: Torch Red. HEX triplet: ED, 16 and 31. RGB value is (237,22,49). Sum of RGB (Red+Green+Blue) = 237+22+49=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1631 is #12E9CE. Grayscale: #595959. Windows color (decimal): -1239503 or 3217133. OLE color: 3217133.
HSL color Cylindrical-coordinate representation of color #ED1631: hue angle of 352.47º 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 #ED1631 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 49 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.07 |
| HSL | 352.47º | 0.86% | 0.51% | - |
| HSV(B) | 352.47º | 0.91% | 0.93% | - |
| XYZ | 35.77 | 18.8 | 4.65 | - |
| YUV | 89.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 49 | 0 | 0.91 | 0.79 | 0.07 | 352.47 | 0.86 | 0.51 |
| Hex | ED | 16 | 31 | 0 | 5B | 4F | 7 | 160 | 56 | 33 |
| Octal | 355 | 26 | 61 | 0 | 133 | 117 | 7 | 540 | 126 | 63 |
| Binary | 11101101 | 10110 | 110001 | 0 | 1011011 | 1001111 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #ED1631
Complementary color
Monochromatic Colors of #ED1631
Black with #ED1631
Text Example
Text Example
White with #ED1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1631; }
p { color: rgb(237,22,49); }
H1.HeaderClassName
{
color: #ED1631;
}
.AnyTagClassName
{
color: #ED1631;
}
</style>
background-color css
<style>
a { background-color: #ED1631; }
a { background-color: rgb(237,22,49); }
div.DivClassName
{
background-color: #ED1631;
}
.BgClassName
{
background-color: #ED1631;
}
</style>
border-color css
<style>
span { border-color: #ED1631; }
span { border-color: rgb(237,22,49); }
td.TdClassName
{
border-color: #ED1631;
}
.TagClassName
{
border-color: #ED1631;
}
</style>