Shades of Torch Red #FD1446
Tints of Torch Red #FD1446
RGB
CMYK
RGB Variations
Color information
#FD1446 (or 0xFD1446) is known color: Torch Red. HEX triplet: FD, 14 and 46. RGB value is (253,20,70). Sum of RGB (Red+Green+Blue) = 253+20+70=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1446 is #02EBB9. Grayscale: #5F5F5F. Windows color (decimal): -191418 or 4592893. OLE color: 4592893.
HSL color Cylindrical-coordinate representation of color #FD1446: hue angle of 347.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1446 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.01 |
| HSL | 347.12º | 0.98% | 0.54% | - |
| HSV(B) | 347.12º | 0.92% | 0.99% | - |
| XYZ | 41.86 | 21.83 | 7.8 | - |
| YUV | 95.37 | 113.69 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 70 | 0 | 0.92 | 0.72 | 0.01 | 347.12 | 0.98 | 0.54 |
| Hex | FD | 14 | 46 | 0 | 5C | 48 | 1 | 15B | 62 | 36 |
| Octal | 375 | 24 | 106 | 0 | 134 | 110 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 10100 | 1000110 | 0 | 1011100 | 1001000 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD1446
Complementary color
Monochromatic Colors of #FD1446
Black with #FD1446
Text Example
Text Example
White with #FD1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1446; }
p { color: rgb(253,20,70); }
H1.HeaderClassName
{
color: #FD1446;
}
.AnyTagClassName
{
color: #FD1446;
}
</style>
background-color css
<style>
a { background-color: #FD1446; }
a { background-color: rgb(253,20,70); }
div.DivClassName
{
background-color: #FD1446;
}
.BgClassName
{
background-color: #FD1446;
}
</style>
border-color css
<style>
span { border-color: #FD1446; }
span { border-color: rgb(253,20,70); }
td.TdClassName
{
border-color: #FD1446;
}
.TagClassName
{
border-color: #FD1446;
}
</style>