Shades of Torch Red #FF121D
Tints of Torch Red #FF121D
RGB
CMYK
RGB Variations
Color information
#FF121D (or 0xFF121D) is known color: Torch Red. HEX triplet: FF, 12 and 1D. RGB value is (255,18,29). Sum of RGB (Red+Green+Blue) = 255+18+29=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121D is #00EDE2. Grayscale: #5A5A5A. Windows color (decimal): -60899 or 1905407. OLE color: 1905407.
HSL color Cylindrical-coordinate representation of color #FF121D: hue angle of 357.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF121D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.89 | 0 |
| HSL | 357.22º | 1% | 0.54% | - |
| HSV(B) | 357.22º | 0.93% | 1% | - |
| XYZ | 41.68 | 21.78 | 3.17 | - |
| YUV | 90.12 | 93.52 | 245.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 29 | 0 | 0.93 | 0.89 | 0 | 357.22 | 1 | 0.54 |
| Hex | FF | 12 | 1D | 0 | 5D | 59 | 0 | 165 | 64 | 36 |
| Octal | 377 | 22 | 35 | 0 | 135 | 131 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10010 | 11101 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF121D
Complementary color
Monochromatic Colors of #FF121D
Black with #FF121D
Text Example
Text Example
White with #FF121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF121D; }
p { color: rgb(255,18,29); }
H1.HeaderClassName
{
color: #FF121D;
}
.AnyTagClassName
{
color: #FF121D;
}
</style>
background-color css
<style>
a { background-color: #FF121D; }
a { background-color: rgb(255,18,29); }
div.DivClassName
{
background-color: #FF121D;
}
.BgClassName
{
background-color: #FF121D;
}
</style>
border-color css
<style>
span { border-color: #FF121D; }
span { border-color: rgb(255,18,29); }
td.TdClassName
{
border-color: #FF121D;
}
.TagClassName
{
border-color: #FF121D;
}
</style>