Shades of Torch Red #ED151E
Tints of Torch Red #ED151E
RGB
CMYK
RGB Variations
Color information
#ED151E (or 0xED151E) is known color: Torch Red. HEX triplet: ED, 15 and 1E. RGB value is (237,21,30). Sum of RGB (Red+Green+Blue) = 237+21+30=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED151E is #12EAE1. Grayscale: #565656. Windows color (decimal): -1239778 or 1971693. OLE color: 1971693.
HSL color Cylindrical-coordinate representation of color #ED151E: hue angle of 357.5º 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 #ED151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.07 |
| HSL | 357.5º | 0.86% | 0.51% | - |
| HSV(B) | 357.5º | 0.91% | 0.93% | - |
| XYZ | 35.43 | 18.63 | 2.96 | - |
| YUV | 86.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 30 | 0 | 0.91 | 0.87 | 0.07 | 357.5 | 0.86 | 0.51 |
| Hex | ED | 15 | 1E | 0 | 5B | 57 | 7 | 166 | 56 | 33 |
| Octal | 355 | 25 | 36 | 0 | 133 | 127 | 7 | 546 | 126 | 63 |
| Binary | 11101101 | 10101 | 11110 | 0 | 1011011 | 1010111 | 111 | 101100110 | 1010110 | 110011 |
Color Harmonies of #ED151E
Complementary color
Monochromatic Colors of #ED151E
Black with #ED151E
Text Example
Text Example
White with #ED151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED151E; }
p { color: rgb(237,21,30); }
H1.HeaderClassName
{
color: #ED151E;
}
.AnyTagClassName
{
color: #ED151E;
}
</style>
background-color css
<style>
a { background-color: #ED151E; }
a { background-color: rgb(237,21,30); }
div.DivClassName
{
background-color: #ED151E;
}
.BgClassName
{
background-color: #ED151E;
}
</style>
border-color css
<style>
span { border-color: #ED151E; }
span { border-color: rgb(237,21,30); }
td.TdClassName
{
border-color: #ED151E;
}
.TagClassName
{
border-color: #ED151E;
}
</style>