Shades of Torch Red #ED121D
Tints of Torch Red #ED121D
RGB
CMYK
RGB Variations
Color information
#ED121D (or 0xED121D) is known color: Torch Red. HEX triplet: ED, 12 and 1D. RGB value is (237,18,29). Sum of RGB (Red+Green+Blue) = 237+18+29=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED121D is #12EDE2. Grayscale: #545454. Windows color (decimal): -1240547 or 1905389. OLE color: 1905389.
HSL color Cylindrical-coordinate representation of color #ED121D: hue angle of 356.99º 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 #ED121D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.07 |
| HSL | 356.99º | 0.86% | 0.5% | - |
| HSV(B) | 356.99º | 0.92% | 0.93% | - |
| XYZ | 35.36 | 18.53 | 2.87 | - |
| YUV | 84.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 29 | 0 | 0.92 | 0.88 | 0.07 | 356.99 | 0.86 | 0.5 |
| Hex | ED | 12 | 1D | 0 | 5C | 58 | 7 | 165 | 56 | 32 |
| Octal | 355 | 22 | 35 | 0 | 134 | 130 | 7 | 545 | 126 | 62 |
| Binary | 11101101 | 10010 | 11101 | 0 | 1011100 | 1011000 | 111 | 101100101 | 1010110 | 110010 |
Color Harmonies of #ED121D
Complementary color
Monochromatic Colors of #ED121D
Black with #ED121D
Text Example
Text Example
White with #ED121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED121D; }
p { color: rgb(237,18,29); }
H1.HeaderClassName
{
color: #ED121D;
}
.AnyTagClassName
{
color: #ED121D;
}
</style>
background-color css
<style>
a { background-color: #ED121D; }
a { background-color: rgb(237,18,29); }
div.DivClassName
{
background-color: #ED121D;
}
.BgClassName
{
background-color: #ED121D;
}
</style>
border-color css
<style>
span { border-color: #ED121D; }
span { border-color: rgb(237,18,29); }
td.TdClassName
{
border-color: #ED121D;
}
.TagClassName
{
border-color: #ED121D;
}
</style>