Shades of Torch Red #FF1617
Tints of Torch Red #FF1617
RGB
CMYK
RGB Variations
Color information
#FF1617 (or 0xFF1617) is known color: Torch Red. HEX triplet: FF, 16 and 17. RGB value is (255,22,23). Sum of RGB (Red+Green+Blue) = 255+22+23=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1617 is #00E9E8. Grayscale: #5C5C5C. Windows color (decimal): -59881 or 1513215. OLE color: 1513215.
HSL color Cylindrical-coordinate representation of color #FF1617: hue angle of 359.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1617 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.91 | 0 |
| HSL | 359.74º | 1% | 0.54% | - |
| HSV(B) | 359.74º | 0.91% | 1% | - |
| XYZ | 41.68 | 21.9 | 2.84 | - |
| YUV | 91.78 | 89.19 | 244.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 23 | 0 | 0.91 | 0.91 | 0 | 359.74 | 1 | 0.54 |
| Hex | FF | 16 | 17 | 0 | 5B | 5B | 0 | 168 | 64 | 36 |
| Octal | 377 | 26 | 27 | 0 | 133 | 133 | 0 | 550 | 144 | 66 |
| Binary | 11111111 | 10110 | 10111 | 0 | 1011011 | 1011011 | 0 | 101101000 | 1100100 | 110110 |
Color Harmonies of #FF1617
Complementary color
Monochromatic Colors of #FF1617
Black with #FF1617
Text Example
Text Example
White with #FF1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1617; }
p { color: rgb(255,22,23); }
H1.HeaderClassName
{
color: #FF1617;
}
.AnyTagClassName
{
color: #FF1617;
}
</style>
background-color css
<style>
a { background-color: #FF1617; }
a { background-color: rgb(255,22,23); }
div.DivClassName
{
background-color: #FF1617;
}
.BgClassName
{
background-color: #FF1617;
}
</style>
border-color css
<style>
span { border-color: #FF1617; }
span { border-color: rgb(255,22,23); }
td.TdClassName
{
border-color: #FF1617;
}
.TagClassName
{
border-color: #FF1617;
}
</style>