Shades of Torch Red #FD0247
Tints of Torch Red #FD0247
RGB
CMYK
RGB Variations
Color information
#FD0247 (or 0xFD0247) is known color: Torch Red. HEX triplet: FD, 02 and 47. RGB value is (253,2,71). Sum of RGB (Red+Green+Blue) = 253+2+71=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0247 is #02FDB8. Grayscale: #545454. Windows color (decimal): -196025 or 4653821. OLE color: 4653821.
HSL color Cylindrical-coordinate representation of color #FD0247: hue angle of 343.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0247 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.01 |
| HSL | 343.51º | 0.98% | 0.5% | - |
| HSV(B) | 343.51º | 0.99% | 0.99% | - |
| XYZ | 41.67 | 21.38 | 7.89 | - |
| YUV | 84.92 | 120.16 | 247.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 71 | 0 | 0.99 | 0.72 | 0.01 | 343.51 | 0.98 | 0.5 |
| Hex | FD | 2 | 47 | 0 | 63 | 48 | 1 | 158 | 62 | 32 |
| Octal | 375 | 2 | 107 | 0 | 143 | 110 | 1 | 530 | 142 | 62 |
| Binary | 11111101 | 10 | 1000111 | 0 | 1100011 | 1001000 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FD0247
Complementary color
Monochromatic Colors of #FD0247
Black with #FD0247
Text Example
Text Example
White with #FD0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0247; }
p { color: rgb(253,2,71); }
H1.HeaderClassName
{
color: #FD0247;
}
.AnyTagClassName
{
color: #FD0247;
}
</style>
background-color css
<style>
a { background-color: #FD0247; }
a { background-color: rgb(253,2,71); }
div.DivClassName
{
background-color: #FD0247;
}
.BgClassName
{
background-color: #FD0247;
}
</style>
border-color css
<style>
span { border-color: #FD0247; }
span { border-color: rgb(253,2,71); }
td.TdClassName
{
border-color: #FD0247;
}
.TagClassName
{
border-color: #FD0247;
}
</style>