Shades of Torch Red #FF171A
Tints of Torch Red #FF171A
RGB
CMYK
RGB Variations
Color information
#FF171A (or 0xFF171A) is known color: Torch Red. HEX triplet: FF, 17 and 1A. RGB value is (255,23,26). Sum of RGB (Red+Green+Blue) = 255+23+26=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF171A is #00E8E5. Grayscale: #5C5C5C. Windows color (decimal): -59622 or 1710079. OLE color: 1710079.
HSL color Cylindrical-coordinate representation of color #FF171A: hue angle of 359.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF171A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 26 | - |
| CMYK | 0 | 0.91 | 0.90 | 0 |
| HSL | 359.22º | 1% | 0.55% | - |
| HSV(B) | 359.22º | 0.91% | 1% | - |
| XYZ | 41.73 | 21.95 | 3.01 | - |
| YUV | 92.71 | 90.36 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 26 | 0 | 0.91 | 0.90 | 0 | 359.22 | 1 | 0.55 |
| Hex | FF | 17 | 1A | 0 | 5B | 5A | 0 | 167 | 64 | 37 |
| Octal | 377 | 27 | 32 | 0 | 133 | 132 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 10111 | 11010 | 0 | 1011011 | 1011010 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF171A
Complementary color
Monochromatic Colors of #FF171A
Black with #FF171A
Text Example
Text Example
White with #FF171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF171A; }
p { color: rgb(255,23,26); }
H1.HeaderClassName
{
color: #FF171A;
}
.AnyTagClassName
{
color: #FF171A;
}
</style>
background-color css
<style>
a { background-color: #FF171A; }
a { background-color: rgb(255,23,26); }
div.DivClassName
{
background-color: #FF171A;
}
.BgClassName
{
background-color: #FF171A;
}
</style>
border-color css
<style>
span { border-color: #FF171A; }
span { border-color: rgb(255,23,26); }
td.TdClassName
{
border-color: #FF171A;
}
.TagClassName
{
border-color: #FF171A;
}
</style>