Shades of Torch Red #FD173A
Tints of Torch Red #FD173A
RGB
CMYK
RGB Variations
Color information
#FD173A (or 0xFD173A) is known color: Torch Red. HEX triplet: FD, 17 and 3A. RGB value is (253,23,58). Sum of RGB (Red+Green+Blue) = 253+23+58=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD173A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD173A is #02E8C5. Grayscale: #5F5F5F. Windows color (decimal): -190662 or 3807229. OLE color: 3807229.
HSL color Cylindrical-coordinate representation of color #FD173A: hue angle of 350.87º 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 #FD173A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 58 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.87º | 0.98% | 0.54% | - |
| HSV(B) | 350.87º | 0.91% | 0.99% | - |
| XYZ | 41.58 | 21.8 | 6.02 | - |
| YUV | 95.76 | 106.7 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 58 | 0 | 0.91 | 0.77 | 0.01 | 350.87 | 0.98 | 0.54 |
| Hex | FD | 17 | 3A | 0 | 5B | 4D | 1 | 15F | 62 | 36 |
| Octal | 375 | 27 | 72 | 0 | 133 | 115 | 1 | 537 | 142 | 66 |
| Binary | 11111101 | 10111 | 111010 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100010 | 110110 |
Color Harmonies of #FD173A
Complementary color
Monochromatic Colors of #FD173A
Black with #FD173A
Text Example
Text Example
White with #FD173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD173A; }
p { color: rgb(253,23,58); }
H1.HeaderClassName
{
color: #FD173A;
}
.AnyTagClassName
{
color: #FD173A;
}
</style>
background-color css
<style>
a { background-color: #FD173A; }
a { background-color: rgb(253,23,58); }
div.DivClassName
{
background-color: #FD173A;
}
.BgClassName
{
background-color: #FD173A;
}
</style>
border-color css
<style>
span { border-color: #FD173A; }
span { border-color: rgb(253,23,58); }
td.TdClassName
{
border-color: #FD173A;
}
.TagClassName
{
border-color: #FD173A;
}
</style>