Shades of Torch Red #FD164E
Tints of Torch Red #FD164E
RGB
CMYK
RGB Variations
Color information
#FD164E (or 0xFD164E) is known color: Torch Red. HEX triplet: FD, 16 and 4E. RGB value is (253,22,78). Sum of RGB (Red+Green+Blue) = 253+22+78=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD164E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD164E is #02E9B1. Grayscale: #616161. Windows color (decimal): -190898 or 5117693. OLE color: 5117693.
HSL color Cylindrical-coordinate representation of color #FD164E: hue angle of 345.45º 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 #FD164E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 78 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.01 |
| HSL | 345.45º | 0.98% | 0.54% | - |
| HSV(B) | 345.45º | 0.91% | 0.99% | - |
| XYZ | 42.17 | 22.01 | 9.23 | - |
| YUV | 97.45 | 117.03 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 78 | 0 | 0.91 | 0.69 | 0.01 | 345.45 | 0.98 | 0.54 |
| Hex | FD | 16 | 4E | 0 | 5B | 45 | 1 | 159 | 62 | 36 |
| Octal | 375 | 26 | 116 | 0 | 133 | 105 | 1 | 531 | 142 | 66 |
| Binary | 11111101 | 10110 | 1001110 | 0 | 1011011 | 1000101 | 1 | 101011001 | 1100010 | 110110 |
Color Harmonies of #FD164E
Complementary color
Monochromatic Colors of #FD164E
Black with #FD164E
Text Example
Text Example
White with #FD164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD164E; }
p { color: rgb(253,22,78); }
H1.HeaderClassName
{
color: #FD164E;
}
.AnyTagClassName
{
color: #FD164E;
}
</style>
background-color css
<style>
a { background-color: #FD164E; }
a { background-color: rgb(253,22,78); }
div.DivClassName
{
background-color: #FD164E;
}
.BgClassName
{
background-color: #FD164E;
}
</style>
border-color css
<style>
span { border-color: #FD164E; }
span { border-color: rgb(253,22,78); }
td.TdClassName
{
border-color: #FD164E;
}
.TagClassName
{
border-color: #FD164E;
}
</style>