Shades of Torch Red #FF141F
Tints of Torch Red #FF141F
RGB
CMYK
RGB Variations
Color information
#FF141F (or 0xFF141F) is known color: Torch Red. HEX triplet: FF, 14 and 1F. RGB value is (255,20,31). Sum of RGB (Red+Green+Blue) = 255+20+31=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF141F is #00EBE0. Grayscale: #5B5B5B. Windows color (decimal): -60385 or 2036991. OLE color: 2036991.
HSL color Cylindrical-coordinate representation of color #FF141F: hue angle of 357.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF141F is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 31 | - |
| CMYK | 0 | 0.92 | 0.88 | 0 |
| HSL | 357.19º | 1% | 0.54% | - |
| HSV(B) | 357.19º | 0.92% | 1% | - |
| XYZ | 41.74 | 21.86 | 3.32 | - |
| YUV | 91.52 | 93.86 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 31 | 0 | 0.92 | 0.88 | 0 | 357.19 | 1 | 0.54 |
| Hex | FF | 14 | 1F | 0 | 5C | 58 | 0 | 165 | 64 | 36 |
| Octal | 377 | 24 | 37 | 0 | 134 | 130 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10100 | 11111 | 0 | 1011100 | 1011000 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF141F
Complementary color
Monochromatic Colors of #FF141F
Black with #FF141F
Text Example
Text Example
White with #FF141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF141F; }
p { color: rgb(255,20,31); }
H1.HeaderClassName
{
color: #FF141F;
}
.AnyTagClassName
{
color: #FF141F;
}
</style>
background-color css
<style>
a { background-color: #FF141F; }
a { background-color: rgb(255,20,31); }
div.DivClassName
{
background-color: #FF141F;
}
.BgClassName
{
background-color: #FF141F;
}
</style>
border-color css
<style>
span { border-color: #FF141F; }
span { border-color: rgb(255,20,31); }
td.TdClassName
{
border-color: #FF141F;
}
.TagClassName
{
border-color: #FF141F;
}
</style>