Shades of Torch Red #FD171A
Tints of Torch Red #FD171A
RGB
CMYK
RGB Variations
Color information
#FD171A (or 0xFD171A) is known color: Torch Red. HEX triplet: FD, 17 and 1A. RGB value is (253,23,26). Sum of RGB (Red+Green+Blue) = 253+23+26=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD171A is #02E8E5. Grayscale: #5C5C5C. Windows color (decimal): -190694 or 1710077. OLE color: 1710077.
HSL color Cylindrical-coordinate representation of color #FD171A: hue angle of 359.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD171A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 26 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.22º | 0.98% | 0.54% | - |
| HSV(B) | 359.22º | 0.91% | 0.99% | - |
| XYZ | 41 | 21.57 | 2.98 | - |
| YUV | 92.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 26 | 0 | 0.91 | 0.90 | 0.01 | 359.22 | 0.98 | 0.54 |
| Hex | FD | 17 | 1A | 0 | 5B | 5A | 1 | 167 | 62 | 36 |
| Octal | 375 | 27 | 32 | 0 | 133 | 132 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10111 | 11010 | 0 | 1011011 | 1011010 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD171A
Complementary color
Monochromatic Colors of #FD171A
Black with #FD171A
Text Example
Text Example
White with #FD171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD171A; }
p { color: rgb(253,23,26); }
H1.HeaderClassName
{
color: #FD171A;
}
.AnyTagClassName
{
color: #FD171A;
}
</style>
background-color css
<style>
a { background-color: #FD171A; }
a { background-color: rgb(253,23,26); }
div.DivClassName
{
background-color: #FD171A;
}
.BgClassName
{
background-color: #FD171A;
}
</style>
border-color css
<style>
span { border-color: #FD171A; }
span { border-color: rgb(253,23,26); }
td.TdClassName
{
border-color: #FD171A;
}
.TagClassName
{
border-color: #FD171A;
}
</style>