Shades of Torch Red #FF1315
Tints of Torch Red #FF1315
RGB
CMYK
RGB Variations
Color information
#FF1315 (or 0xFF1315) is known color: Torch Red. HEX triplet: FF, 13 and 15. RGB value is (255,19,21). Sum of RGB (Red+Green+Blue) = 255+19+21=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1315 is #00ECEA. Grayscale: #5A5A5A. Windows color (decimal): -60651 or 1381375. OLE color: 1381375.
HSL color Cylindrical-coordinate representation of color #FF1315: hue angle of 359.49º 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 #FF1315 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0 |
| HSL | 359.49º | 1% | 0.54% | - |
| HSV(B) | 359.49º | 0.93% | 1% | - |
| XYZ | 41.61 | 21.78 | 2.72 | - |
| YUV | 89.79 | 89.19 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 21 | 0 | 0.93 | 0.92 | 0 | 359.49 | 1 | 0.54 |
| Hex | FF | 13 | 15 | 0 | 5D | 5C | 0 | 167 | 64 | 36 |
| Octal | 377 | 23 | 25 | 0 | 135 | 134 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10011 | 10101 | 0 | 1011101 | 1011100 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF1315
Complementary color
Monochromatic Colors of #FF1315
Black with #FF1315
Text Example
Text Example
White with #FF1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1315; }
p { color: rgb(255,19,21); }
H1.HeaderClassName
{
color: #FF1315;
}
.AnyTagClassName
{
color: #FF1315;
}
</style>
background-color css
<style>
a { background-color: #FF1315; }
a { background-color: rgb(255,19,21); }
div.DivClassName
{
background-color: #FF1315;
}
.BgClassName
{
background-color: #FF1315;
}
</style>
border-color css
<style>
span { border-color: #FF1315; }
span { border-color: rgb(255,19,21); }
td.TdClassName
{
border-color: #FF1315;
}
.TagClassName
{
border-color: #FF1315;
}
</style>