Shades of Torch Red #FD1047
Tints of Torch Red #FD1047
RGB
CMYK
RGB Variations
Color information
#FD1047 (or 0xFD1047) is known color: Torch Red. HEX triplet: FD, 10 and 47. RGB value is (253,16,71). Sum of RGB (Red+Green+Blue) = 253+16+71=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1047 is #02EFB8. Grayscale: #5D5D5D. Windows color (decimal): -192441 or 4657405. OLE color: 4657405.
HSL color Cylindrical-coordinate representation of color #FD1047: hue angle of 346.08º 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 #FD1047 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.01 |
| HSL | 346.08º | 0.98% | 0.53% | - |
| HSV(B) | 346.08º | 0.94% | 0.99% | - |
| XYZ | 41.83 | 21.71 | 7.95 | - |
| YUV | 93.13 | 115.52 | 242.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 71 | 0 | 0.94 | 0.72 | 0.01 | 346.08 | 0.98 | 0.53 |
| Hex | FD | 10 | 47 | 0 | 5E | 48 | 1 | 15A | 62 | 35 |
| Octal | 375 | 20 | 107 | 0 | 136 | 110 | 1 | 532 | 142 | 65 |
| Binary | 11111101 | 10000 | 1000111 | 0 | 1011110 | 1001000 | 1 | 101011010 | 1100010 | 110101 |
Color Harmonies of #FD1047
Complementary color
Monochromatic Colors of #FD1047
Black with #FD1047
Text Example
Text Example
White with #FD1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1047; }
p { color: rgb(253,16,71); }
H1.HeaderClassName
{
color: #FD1047;
}
.AnyTagClassName
{
color: #FD1047;
}
</style>
background-color css
<style>
a { background-color: #FD1047; }
a { background-color: rgb(253,16,71); }
div.DivClassName
{
background-color: #FD1047;
}
.BgClassName
{
background-color: #FD1047;
}
</style>
border-color css
<style>
span { border-color: #FD1047; }
span { border-color: rgb(253,16,71); }
td.TdClassName
{
border-color: #FD1047;
}
.TagClassName
{
border-color: #FD1047;
}
</style>