Shades of Torch Red #FF141A
Tints of Torch Red #FF141A
RGB
CMYK
RGB Variations
Color information
#FF141A (or 0xFF141A) is known color: Torch Red. HEX triplet: FF, 14 and 1A. RGB value is (255,20,26). Sum of RGB (Red+Green+Blue) = 255+20+26=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF141A is #00EBE5. Grayscale: #5B5B5B. Windows color (decimal): -60390 or 1709311. OLE color: 1709311.
HSL color Cylindrical-coordinate representation of color #FF141A: hue angle of 358.47º 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 #FF141A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0 |
| HSL | 358.47º | 1% | 0.54% | - |
| HSV(B) | 358.47º | 0.92% | 1% | - |
| XYZ | 41.68 | 21.83 | 3 | - |
| YUV | 90.95 | 91.36 | 245.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 26 | 0 | 0.92 | 0.90 | 0 | 358.47 | 1 | 0.54 |
| Hex | FF | 14 | 1A | 0 | 5C | 5A | 0 | 166 | 64 | 36 |
| Octal | 377 | 24 | 32 | 0 | 134 | 132 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10100 | 11010 | 0 | 1011100 | 1011010 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF141A
Complementary color
Monochromatic Colors of #FF141A
Black with #FF141A
Text Example
Text Example
White with #FF141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF141A; }
p { color: rgb(255,20,26); }
H1.HeaderClassName
{
color: #FF141A;
}
.AnyTagClassName
{
color: #FF141A;
}
</style>
background-color css
<style>
a { background-color: #FF141A; }
a { background-color: rgb(255,20,26); }
div.DivClassName
{
background-color: #FF141A;
}
.BgClassName
{
background-color: #FF141A;
}
</style>
border-color css
<style>
span { border-color: #FF141A; }
span { border-color: rgb(255,20,26); }
td.TdClassName
{
border-color: #FF141A;
}
.TagClassName
{
border-color: #FF141A;
}
</style>