Shades of Torch Red #ED1531
Tints of Torch Red #ED1531
RGB
CMYK
RGB Variations
Color information
#ED1531 (or 0xED1531) is known color: Torch Red. HEX triplet: ED, 15 and 31. RGB value is (237,21,49). Sum of RGB (Red+Green+Blue) = 237+21+49=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1531 is #12EACE. Grayscale: #585858. Windows color (decimal): -1239759 or 3216877. OLE color: 3216877.
HSL color Cylindrical-coordinate representation of color #ED1531: hue angle of 352.22º 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 #ED1531 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 49 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.07 |
| HSL | 352.22º | 0.86% | 0.51% | - |
| HSV(B) | 352.22º | 0.91% | 0.93% | - |
| XYZ | 35.75 | 18.76 | 4.64 | - |
| YUV | 88.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 49 | 0 | 0.91 | 0.79 | 0.07 | 352.22 | 0.86 | 0.51 |
| Hex | ED | 15 | 31 | 0 | 5B | 4F | 7 | 160 | 56 | 33 |
| Octal | 355 | 25 | 61 | 0 | 133 | 117 | 7 | 540 | 126 | 63 |
| Binary | 11101101 | 10101 | 110001 | 0 | 1011011 | 1001111 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #ED1531
Complementary color
Monochromatic Colors of #ED1531
Black with #ED1531
Text Example
Text Example
White with #ED1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1531; }
p { color: rgb(237,21,49); }
H1.HeaderClassName
{
color: #ED1531;
}
.AnyTagClassName
{
color: #ED1531;
}
</style>
background-color css
<style>
a { background-color: #ED1531; }
a { background-color: rgb(237,21,49); }
div.DivClassName
{
background-color: #ED1531;
}
.BgClassName
{
background-color: #ED1531;
}
</style>
border-color css
<style>
span { border-color: #ED1531; }
span { border-color: rgb(237,21,49); }
td.TdClassName
{
border-color: #ED1531;
}
.TagClassName
{
border-color: #ED1531;
}
</style>