Shades of Torch Red #FF131D
Tints of Torch Red #FF131D
RGB
CMYK
RGB Variations
Color information
#FF131D (or 0xFF131D) is known color: Torch Red. HEX triplet: FF, 13 and 1D. RGB value is (255,19,29). Sum of RGB (Red+Green+Blue) = 255+19+29=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF131D is #00ECE2. Grayscale: #5A5A5A. Windows color (decimal): -60643 or 1905663. OLE color: 1905663.
HSL color Cylindrical-coordinate representation of color #FF131D: hue angle of 357.46º 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 #FF131D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 29 | - |
| CMYK | 0 | 0.93 | 0.89 | 0 |
| HSL | 357.46º | 1% | 0.54% | - |
| HSV(B) | 357.46º | 0.93% | 1% | - |
| XYZ | 41.69 | 21.81 | 3.18 | - |
| YUV | 90.7 | 93.19 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 29 | 0 | 0.93 | 0.89 | 0 | 357.46 | 1 | 0.54 |
| Hex | FF | 13 | 1D | 0 | 5D | 59 | 0 | 165 | 64 | 36 |
| Octal | 377 | 23 | 35 | 0 | 135 | 131 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10011 | 11101 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF131D
Complementary color
Monochromatic Colors of #FF131D
Black with #FF131D
Text Example
Text Example
White with #FF131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF131D; }
p { color: rgb(255,19,29); }
H1.HeaderClassName
{
color: #FF131D;
}
.AnyTagClassName
{
color: #FF131D;
}
</style>
background-color css
<style>
a { background-color: #FF131D; }
a { background-color: rgb(255,19,29); }
div.DivClassName
{
background-color: #FF131D;
}
.BgClassName
{
background-color: #FF131D;
}
</style>
border-color css
<style>
span { border-color: #FF131D; }
span { border-color: rgb(255,19,29); }
td.TdClassName
{
border-color: #FF131D;
}
.TagClassName
{
border-color: #FF131D;
}
</style>