Shades of Torch Red #FF1431
Tints of Torch Red #FF1431
RGB
CMYK
RGB Variations
Color information
#FF1431 (or 0xFF1431) is known color: Torch Red. HEX triplet: FF, 14 and 31. RGB value is (255,20,49). Sum of RGB (Red+Green+Blue) = 255+20+49=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1431 is #00EBCE. Grayscale: #5D5D5D. Windows color (decimal): -60367 or 3216639. OLE color: 3216639.
HSL color Cylindrical-coordinate representation of color #FF1431: hue angle of 352.6º 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 #FF1431 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 49 | - |
| CMYK | 0 | 0.92 | 0.81 | 0 |
| HSL | 352.6º | 1% | 0.54% | - |
| HSV(B) | 352.6º | 0.92% | 1% | - |
| XYZ | 42.04 | 21.98 | 4.93 | - |
| YUV | 93.57 | 102.86 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 49 | 0 | 0.92 | 0.81 | 0 | 352.6 | 1 | 0.54 |
| Hex | FF | 14 | 31 | 0 | 5C | 51 | 0 | 161 | 64 | 36 |
| Octal | 377 | 24 | 61 | 0 | 134 | 121 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10100 | 110001 | 0 | 1011100 | 1010001 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF1431
Complementary color
Monochromatic Colors of #FF1431
Black with #FF1431
Text Example
Text Example
White with #FF1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1431; }
p { color: rgb(255,20,49); }
H1.HeaderClassName
{
color: #FF1431;
}
.AnyTagClassName
{
color: #FF1431;
}
</style>
background-color css
<style>
a { background-color: #FF1431; }
a { background-color: rgb(255,20,49); }
div.DivClassName
{
background-color: #FF1431;
}
.BgClassName
{
background-color: #FF1431;
}
</style>
border-color css
<style>
span { border-color: #FF1431; }
span { border-color: rgb(255,20,49); }
td.TdClassName
{
border-color: #FF1431;
}
.TagClassName
{
border-color: #FF1431;
}
</style>