Shades of Torch Red #FF131B
Tints of Torch Red #FF131B
RGB
CMYK
RGB Variations
Color information
#FF131B (or 0xFF131B) is known color: Torch Red. HEX triplet: FF, 13 and 1B. RGB value is (255,19,27). Sum of RGB (Red+Green+Blue) = 255+19+27=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF131B is #00ECE4. Grayscale: #5A5A5A. Windows color (decimal): -60645 or 1774591. OLE color: 1774591.
HSL color Cylindrical-coordinate representation of color #FF131B: hue angle of 357.97º 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 #FF131B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0 |
| HSL | 357.97º | 1% | 0.54% | - |
| HSV(B) | 357.97º | 0.93% | 1% | - |
| XYZ | 41.67 | 21.8 | 3.05 | - |
| YUV | 90.48 | 92.19 | 245.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 27 | 0 | 0.93 | 0.89 | 0 | 357.97 | 1 | 0.54 |
| Hex | FF | 13 | 1B | 0 | 5D | 59 | 0 | 166 | 64 | 36 |
| Octal | 377 | 23 | 33 | 0 | 135 | 131 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10011 | 11011 | 0 | 1011101 | 1011001 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF131B
Complementary color
Monochromatic Colors of #FF131B
Black with #FF131B
Text Example
Text Example
White with #FF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF131B; }
p { color: rgb(255,19,27); }
H1.HeaderClassName
{
color: #FF131B;
}
.AnyTagClassName
{
color: #FF131B;
}
</style>
background-color css
<style>
a { background-color: #FF131B; }
a { background-color: rgb(255,19,27); }
div.DivClassName
{
background-color: #FF131B;
}
.BgClassName
{
background-color: #FF131B;
}
</style>
border-color css
<style>
span { border-color: #FF131B; }
span { border-color: rgb(255,19,27); }
td.TdClassName
{
border-color: #FF131B;
}
.TagClassName
{
border-color: #FF131B;
}
</style>