Shades of Torch Red #FF1517
Tints of Torch Red #FF1517
RGB
CMYK
RGB Variations
Color information
#FF1517 (or 0xFF1517) is known color: Torch Red. HEX triplet: FF, 15 and 17. RGB value is (255,21,23). Sum of RGB (Red+Green+Blue) = 255+21+23=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1517 is #00EAE8. Grayscale: #5B5B5B. Windows color (decimal): -60137 or 1512959. OLE color: 1512959.
HSL color Cylindrical-coordinate representation of color #FF1517: hue angle of 359.49º 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 #FF1517 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 23 | - |
| CMYK | 0 | 0.92 | 0.91 | 0 |
| HSL | 359.49º | 1% | 0.54% | - |
| HSV(B) | 359.49º | 0.92% | 1% | - |
| XYZ | 41.66 | 21.86 | 2.83 | - |
| YUV | 91.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 23 | 0 | 0.92 | 0.91 | 0 | 359.49 | 1 | 0.54 |
| Hex | FF | 15 | 17 | 0 | 5C | 5B | 0 | 167 | 64 | 36 |
| Octal | 377 | 25 | 27 | 0 | 134 | 133 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10101 | 10111 | 0 | 1011100 | 1011011 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF1517
Complementary color
Monochromatic Colors of #FF1517
Black with #FF1517
Text Example
Text Example
White with #FF1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1517; }
p { color: rgb(255,21,23); }
H1.HeaderClassName
{
color: #FF1517;
}
.AnyTagClassName
{
color: #FF1517;
}
</style>
background-color css
<style>
a { background-color: #FF1517; }
a { background-color: rgb(255,21,23); }
div.DivClassName
{
background-color: #FF1517;
}
.BgClassName
{
background-color: #FF1517;
}
</style>
border-color css
<style>
span { border-color: #FF1517; }
span { border-color: rgb(255,21,23); }
td.TdClassName
{
border-color: #FF1517;
}
.TagClassName
{
border-color: #FF1517;
}
</style>