Shades of Torch Red #FF121E
Tints of Torch Red #FF121E
RGB
CMYK
RGB Variations
Color information
#FF121E (or 0xFF121E) is known color: Torch Red. HEX triplet: FF, 12 and 1E. RGB value is (255,18,30). Sum of RGB (Red+Green+Blue) = 255+18+30=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121E is #00EDE1. Grayscale: #5A5A5A. Windows color (decimal): -60898 or 1970943. OLE color: 1970943.
HSL color Cylindrical-coordinate representation of color #FF121E: hue angle of 356.96º 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 #FF121E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0 |
| HSL | 356.96º | 1% | 0.54% | - |
| HSV(B) | 356.96º | 0.93% | 1% | - |
| XYZ | 41.69 | 21.79 | 3.24 | - |
| YUV | 90.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 30 | 0 | 0.93 | 0.88 | 0 | 356.96 | 1 | 0.54 |
| Hex | FF | 12 | 1E | 0 | 5D | 58 | 0 | 165 | 64 | 36 |
| Octal | 377 | 22 | 36 | 0 | 135 | 130 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10010 | 11110 | 0 | 1011101 | 1011000 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF121E
Complementary color
Monochromatic Colors of #FF121E
Black with #FF121E
Text Example
Text Example
White with #FF121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF121E; }
p { color: rgb(255,18,30); }
H1.HeaderClassName
{
color: #FF121E;
}
.AnyTagClassName
{
color: #FF121E;
}
</style>
background-color css
<style>
a { background-color: #FF121E; }
a { background-color: rgb(255,18,30); }
div.DivClassName
{
background-color: #FF121E;
}
.BgClassName
{
background-color: #FF121E;
}
</style>
border-color css
<style>
span { border-color: #FF121E; }
span { border-color: rgb(255,18,30); }
td.TdClassName
{
border-color: #FF121E;
}
.TagClassName
{
border-color: #FF121E;
}
</style>