Shades of Torch Red #FD164B
Tints of Torch Red #FD164B
RGB
CMYK
RGB Variations
Color information
#FD164B (or 0xFD164B) is known color: Torch Red. HEX triplet: FD, 16 and 4B. RGB value is (253,22,75). Sum of RGB (Red+Green+Blue) = 253+22+75=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD164B is #02E9B4. Grayscale: #616161. Windows color (decimal): -190901 or 4921085. OLE color: 4921085.
HSL color Cylindrical-coordinate representation of color #FD164B: hue angle of 346.23º 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 #FD164B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 75 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.01 |
| HSL | 346.23º | 0.98% | 0.54% | - |
| HSV(B) | 346.23º | 0.91% | 0.99% | - |
| XYZ | 42.06 | 21.96 | 8.68 | - |
| YUV | 97.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 75 | 0 | 0.91 | 0.70 | 0.01 | 346.23 | 0.98 | 0.54 |
| Hex | FD | 16 | 4B | 0 | 5B | 46 | 1 | 15A | 62 | 36 |
| Octal | 375 | 26 | 113 | 0 | 133 | 106 | 1 | 532 | 142 | 66 |
| Binary | 11111101 | 10110 | 1001011 | 0 | 1011011 | 1000110 | 1 | 101011010 | 1100010 | 110110 |
Color Harmonies of #FD164B
Complementary color
Monochromatic Colors of #FD164B
Black with #FD164B
Text Example
Text Example
White with #FD164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD164B; }
p { color: rgb(253,22,75); }
H1.HeaderClassName
{
color: #FD164B;
}
.AnyTagClassName
{
color: #FD164B;
}
</style>
background-color css
<style>
a { background-color: #FD164B; }
a { background-color: rgb(253,22,75); }
div.DivClassName
{
background-color: #FD164B;
}
.BgClassName
{
background-color: #FD164B;
}
</style>
border-color css
<style>
span { border-color: #FD164B; }
span { border-color: rgb(253,22,75); }
td.TdClassName
{
border-color: #FD164B;
}
.TagClassName
{
border-color: #FD164B;
}
</style>