Shades of Torch Red #FD1448
Tints of Torch Red #FD1448
RGB
CMYK
RGB Variations
Color information
#FD1448 (or 0xFD1448) is known color: Torch Red. HEX triplet: FD, 14 and 48. RGB value is (253,20,72). Sum of RGB (Red+Green+Blue) = 253+20+72=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1448 is #02EBB7. Grayscale: #5F5F5F. Windows color (decimal): -191416 or 4723965. OLE color: 4723965.
HSL color Cylindrical-coordinate representation of color #FD1448: hue angle of 346.61º 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 #FD1448 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 72 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.01 |
| HSL | 346.61º | 0.98% | 0.54% | - |
| HSV(B) | 346.61º | 0.92% | 0.99% | - |
| XYZ | 41.93 | 21.85 | 8.14 | - |
| YUV | 95.6 | 114.69 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 72 | 0 | 0.92 | 0.72 | 0.01 | 346.61 | 0.98 | 0.54 |
| Hex | FD | 14 | 48 | 0 | 5C | 48 | 1 | 15B | 62 | 36 |
| Octal | 375 | 24 | 110 | 0 | 134 | 110 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 10100 | 1001000 | 0 | 1011100 | 1001000 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD1448
Complementary color
Monochromatic Colors of #FD1448
Black with #FD1448
Text Example
Text Example
White with #FD1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1448; }
p { color: rgb(253,20,72); }
H1.HeaderClassName
{
color: #FD1448;
}
.AnyTagClassName
{
color: #FD1448;
}
</style>
background-color css
<style>
a { background-color: #FD1448; }
a { background-color: rgb(253,20,72); }
div.DivClassName
{
background-color: #FD1448;
}
.BgClassName
{
background-color: #FD1448;
}
</style>
border-color css
<style>
span { border-color: #FD1448; }
span { border-color: rgb(253,20,72); }
td.TdClassName
{
border-color: #FD1448;
}
.TagClassName
{
border-color: #FD1448;
}
</style>