Shades of Torch Red #FD164C
Tints of Torch Red #FD164C
RGB
CMYK
RGB Variations
Color information
#FD164C (or 0xFD164C) is known color: Torch Red. HEX triplet: FD, 16 and 4C. RGB value is (253,22,76). Sum of RGB (Red+Green+Blue) = 253+22+76=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD164C is #02E9B3. Grayscale: #616161. Windows color (decimal): -190900 or 4986621. OLE color: 4986621.
HSL color Cylindrical-coordinate representation of color #FD164C: hue angle of 345.97º 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 #FD164C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 76 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.01 |
| HSL | 345.97º | 0.98% | 0.54% | - |
| HSV(B) | 345.97º | 0.91% | 0.99% | - |
| XYZ | 42.1 | 21.98 | 8.86 | - |
| YUV | 97.23 | 116.03 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 76 | 0 | 0.91 | 0.70 | 0.01 | 345.97 | 0.98 | 0.54 |
| Hex | FD | 16 | 4C | 0 | 5B | 46 | 1 | 15A | 62 | 36 |
| Octal | 375 | 26 | 114 | 0 | 133 | 106 | 1 | 532 | 142 | 66 |
| Binary | 11111101 | 10110 | 1001100 | 0 | 1011011 | 1000110 | 1 | 101011010 | 1100010 | 110110 |
Color Harmonies of #FD164C
Complementary color
Monochromatic Colors of #FD164C
Black with #FD164C
Text Example
Text Example
White with #FD164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD164C; }
p { color: rgb(253,22,76); }
H1.HeaderClassName
{
color: #FD164C;
}
.AnyTagClassName
{
color: #FD164C;
}
</style>
background-color css
<style>
a { background-color: #FD164C; }
a { background-color: rgb(253,22,76); }
div.DivClassName
{
background-color: #FD164C;
}
.BgClassName
{
background-color: #FD164C;
}
</style>
border-color css
<style>
span { border-color: #FD164C; }
span { border-color: rgb(253,22,76); }
td.TdClassName
{
border-color: #FD164C;
}
.TagClassName
{
border-color: #FD164C;
}
</style>