Shades of Torch Red #ED131D
Tints of Torch Red #ED131D
RGB
CMYK
RGB Variations
Color information
#ED131D (or 0xED131D) is known color: Torch Red. HEX triplet: ED, 13 and 1D. RGB value is (237,19,29). Sum of RGB (Red+Green+Blue) = 237+19+29=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED131D is #12ECE2. Grayscale: #555555. Windows color (decimal): -1240291 or 1905645. OLE color: 1905645.
HSL color Cylindrical-coordinate representation of color #ED131D: hue angle of 357.25º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.07 |
| HSL | 357.25º | 0.86% | 0.5% | - |
| HSV(B) | 357.25º | 0.92% | 0.93% | - |
| XYZ | 35.38 | 18.56 | 2.88 | - |
| YUV | 85.32 | 96.22 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 29 | 0 | 0.92 | 0.88 | 0.07 | 357.25 | 0.86 | 0.5 |
| Hex | ED | 13 | 1D | 0 | 5C | 58 | 7 | 165 | 56 | 32 |
| Octal | 355 | 23 | 35 | 0 | 134 | 130 | 7 | 545 | 126 | 62 |
| Binary | 11101101 | 10011 | 11101 | 0 | 1011100 | 1011000 | 111 | 101100101 | 1010110 | 110010 |
Color Harmonies of #ED131D
Complementary color
Monochromatic Colors of #ED131D
Black with #ED131D
Text Example
Text Example
White with #ED131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED131D; }
p { color: rgb(237,19,29); }
H1.HeaderClassName
{
color: #ED131D;
}
.AnyTagClassName
{
color: #ED131D;
}
</style>
background-color css
<style>
a { background-color: #ED131D; }
a { background-color: rgb(237,19,29); }
div.DivClassName
{
background-color: #ED131D;
}
.BgClassName
{
background-color: #ED131D;
}
</style>
border-color css
<style>
span { border-color: #ED131D; }
span { border-color: rgb(237,19,29); }
td.TdClassName
{
border-color: #ED131D;
}
.TagClassName
{
border-color: #ED131D;
}
</style>