Shades of Torch Red #FD1049
Tints of Torch Red #FD1049
RGB
CMYK
RGB Variations
Color information
#FD1049 (or 0xFD1049) is known color: Torch Red. HEX triplet: FD, 10 and 49. RGB value is (253,16,73). Sum of RGB (Red+Green+Blue) = 253+16+73=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1049 is #02EFB6. Grayscale: #5D5D5D. Windows color (decimal): -192439 or 4788477. OLE color: 4788477.
HSL color Cylindrical-coordinate representation of color #FD1049: hue angle of 345.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1049 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.01 |
| HSL | 345.57º | 0.98% | 0.53% | - |
| HSV(B) | 345.57º | 0.94% | 0.99% | - |
| XYZ | 41.9 | 21.73 | 8.29 | - |
| YUV | 93.36 | 116.52 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 73 | 0 | 0.94 | 0.71 | 0.01 | 345.57 | 0.98 | 0.53 |
| Hex | FD | 10 | 49 | 0 | 5E | 47 | 1 | 15A | 62 | 35 |
| Octal | 375 | 20 | 111 | 0 | 136 | 107 | 1 | 532 | 142 | 65 |
| Binary | 11111101 | 10000 | 1001001 | 0 | 1011110 | 1000111 | 1 | 101011010 | 1100010 | 110101 |
Color Harmonies of #FD1049
Complementary color
Monochromatic Colors of #FD1049
Black with #FD1049
Text Example
Text Example
White with #FD1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1049; }
p { color: rgb(253,16,73); }
H1.HeaderClassName
{
color: #FD1049;
}
.AnyTagClassName
{
color: #FD1049;
}
</style>
background-color css
<style>
a { background-color: #FD1049; }
a { background-color: rgb(253,16,73); }
div.DivClassName
{
background-color: #FD1049;
}
.BgClassName
{
background-color: #FD1049;
}
</style>
border-color css
<style>
span { border-color: #FD1049; }
span { border-color: rgb(253,16,73); }
td.TdClassName
{
border-color: #FD1049;
}
.TagClassName
{
border-color: #FD1049;
}
</style>