Shades of Torch Red #FD174A
Tints of Torch Red #FD174A
RGB
CMYK
RGB Variations
Color information
#FD174A (or 0xFD174A) is known color: Torch Red. HEX triplet: FD, 17 and 4A. RGB value is (253,23,74). Sum of RGB (Red+Green+Blue) = 253+23+74=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD174A is #02E8B5. Grayscale: #616161. Windows color (decimal): -190646 or 4855805. OLE color: 4855805.
HSL color Cylindrical-coordinate representation of color #FD174A: hue angle of 346.7º 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 #FD174A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 74 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.01 |
| HSL | 346.7º | 0.98% | 0.54% | - |
| HSV(B) | 346.7º | 0.91% | 0.99% | - |
| XYZ | 42.05 | 21.99 | 8.51 | - |
| YUV | 97.58 | 114.7 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 74 | 0 | 0.91 | 0.71 | 0.01 | 346.7 | 0.98 | 0.54 |
| Hex | FD | 17 | 4A | 0 | 5B | 47 | 1 | 15B | 62 | 36 |
| Octal | 375 | 27 | 112 | 0 | 133 | 107 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 10111 | 1001010 | 0 | 1011011 | 1000111 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD174A
Complementary color
Monochromatic Colors of #FD174A
Black with #FD174A
Text Example
Text Example
White with #FD174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD174A; }
p { color: rgb(253,23,74); }
H1.HeaderClassName
{
color: #FD174A;
}
.AnyTagClassName
{
color: #FD174A;
}
</style>
background-color css
<style>
a { background-color: #FD174A; }
a { background-color: rgb(253,23,74); }
div.DivClassName
{
background-color: #FD174A;
}
.BgClassName
{
background-color: #FD174A;
}
</style>
border-color css
<style>
span { border-color: #FD174A; }
span { border-color: rgb(253,23,74); }
td.TdClassName
{
border-color: #FD174A;
}
.TagClassName
{
border-color: #FD174A;
}
</style>