Shades of Torch Red #FD172B
Tints of Torch Red #FD172B
RGB
CMYK
RGB Variations
Color information
#FD172B (or 0xFD172B) is known color: Torch Red. HEX triplet: FD, 17 and 2B. RGB value is (253,23,43). Sum of RGB (Red+Green+Blue) = 253+23+43=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD172B is #02E8D4. Grayscale: #5E5E5E. Windows color (decimal): -190677 or 2824189. OLE color: 2824189.
HSL color Cylindrical-coordinate representation of color #FD172B: hue angle of 354.78º 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 #FD172B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 354.78º | 0.98% | 0.54% | - |
| HSV(B) | 354.78º | 0.91% | 0.99% | - |
| XYZ | 41.25 | 21.67 | 4.29 | - |
| YUV | 94.05 | 99.2 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 43 | 0 | 0.91 | 0.83 | 0.01 | 354.78 | 0.98 | 0.54 |
| Hex | FD | 17 | 2B | 0 | 5B | 53 | 1 | 163 | 62 | 36 |
| Octal | 375 | 27 | 53 | 0 | 133 | 123 | 1 | 543 | 142 | 66 |
| Binary | 11111101 | 10111 | 101011 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100010 | 110110 |
Color Harmonies of #FD172B
Complementary color
Monochromatic Colors of #FD172B
Black with #FD172B
Text Example
Text Example
White with #FD172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD172B; }
p { color: rgb(253,23,43); }
H1.HeaderClassName
{
color: #FD172B;
}
.AnyTagClassName
{
color: #FD172B;
}
</style>
background-color css
<style>
a { background-color: #FD172B; }
a { background-color: rgb(253,23,43); }
div.DivClassName
{
background-color: #FD172B;
}
.BgClassName
{
background-color: #FD172B;
}
</style>
border-color css
<style>
span { border-color: #FD172B; }
span { border-color: rgb(253,23,43); }
td.TdClassName
{
border-color: #FD172B;
}
.TagClassName
{
border-color: #FD172B;
}
</style>