Shades of Torch Red #FF121A
Tints of Torch Red #FF121A
RGB
CMYK
RGB Variations
Color information
#FF121A (or 0xFF121A) is known color: Torch Red. HEX triplet: FF, 12 and 1A. RGB value is (255,18,26). Sum of RGB (Red+Green+Blue) = 255+18+26=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121A is #00EDE5. Grayscale: #595959. Windows color (decimal): -60902 or 1708799. OLE color: 1708799.
HSL color Cylindrical-coordinate representation of color #FF121A: hue angle of 357.97º 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 #FF121A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0 |
| HSL | 357.97º | 1% | 0.54% | - |
| HSV(B) | 357.97º | 0.93% | 1% | - |
| XYZ | 41.64 | 21.77 | 2.98 | - |
| YUV | 89.78 | 92.02 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 26 | 0 | 0.93 | 0.90 | 0 | 357.97 | 1 | 0.54 |
| Hex | FF | 12 | 1A | 0 | 5D | 5A | 0 | 166 | 64 | 36 |
| Octal | 377 | 22 | 32 | 0 | 135 | 132 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10010 | 11010 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF121A
Complementary color
Monochromatic Colors of #FF121A
Black with #FF121A
Text Example
Text Example
White with #FF121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF121A; }
p { color: rgb(255,18,26); }
H1.HeaderClassName
{
color: #FF121A;
}
.AnyTagClassName
{
color: #FF121A;
}
</style>
background-color css
<style>
a { background-color: #FF121A; }
a { background-color: rgb(255,18,26); }
div.DivClassName
{
background-color: #FF121A;
}
.BgClassName
{
background-color: #FF121A;
}
</style>
border-color css
<style>
span { border-color: #FF121A; }
span { border-color: rgb(255,18,26); }
td.TdClassName
{
border-color: #FF121A;
}
.TagClassName
{
border-color: #FF121A;
}
</style>