Shades of Torch Red #FF1531
Tints of Torch Red #FF1531
RGB
CMYK
RGB Variations
Color information
#FF1531 (or 0xFF1531) is known color: Torch Red. HEX triplet: FF, 15 and 31. RGB value is (255,21,49). Sum of RGB (Red+Green+Blue) = 255+21+49=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1531 is #00EACE. Grayscale: #5E5E5E. Windows color (decimal): -60111 or 3216895. OLE color: 3216895.
HSL color Cylindrical-coordinate representation of color #FF1531: hue angle of 352.82º 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 #FF1531 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 49 | - |
| CMYK | 0 | 0.92 | 0.81 | 0 |
| HSL | 352.82º | 1% | 0.54% | - |
| HSV(B) | 352.82º | 0.92% | 1% | - |
| XYZ | 42.06 | 22.02 | 4.94 | - |
| YUV | 94.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 49 | 0 | 0.92 | 0.81 | 0 | 352.82 | 1 | 0.54 |
| Hex | FF | 15 | 31 | 0 | 5C | 51 | 0 | 161 | 64 | 36 |
| Octal | 377 | 25 | 61 | 0 | 134 | 121 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10101 | 110001 | 0 | 1011100 | 1010001 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF1531
Complementary color
Monochromatic Colors of #FF1531
Black with #FF1531
Text Example
Text Example
White with #FF1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1531; }
p { color: rgb(255,21,49); }
H1.HeaderClassName
{
color: #FF1531;
}
.AnyTagClassName
{
color: #FF1531;
}
</style>
background-color css
<style>
a { background-color: #FF1531; }
a { background-color: rgb(255,21,49); }
div.DivClassName
{
background-color: #FF1531;
}
.BgClassName
{
background-color: #FF1531;
}
</style>
border-color css
<style>
span { border-color: #FF1531; }
span { border-color: rgb(255,21,49); }
td.TdClassName
{
border-color: #FF1531;
}
.TagClassName
{
border-color: #FF1531;
}
</style>