Shades of Torch Red #FD1450
Tints of Torch Red #FD1450
RGB
CMYK
RGB Variations
Color information
#FD1450 (or 0xFD1450) is known color: Torch Red. HEX triplet: FD, 14 and 50. RGB value is (253,20,80). Sum of RGB (Red+Green+Blue) = 253+20+80=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1450 is #02EBAF. Grayscale: #606060. Windows color (decimal): -191408 or 5248253. OLE color: 5248253.
HSL color Cylindrical-coordinate representation of color #FD1450: hue angle of 344.55º 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 #FD1450 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 80 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.01 |
| HSL | 344.55º | 0.98% | 0.54% | - |
| HSV(B) | 344.55º | 0.92% | 0.99% | - |
| XYZ | 42.21 | 21.96 | 9.6 | - |
| YUV | 96.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 80 | 0 | 0.92 | 0.68 | 0.01 | 344.55 | 0.98 | 0.54 |
| Hex | FD | 14 | 50 | 0 | 5C | 44 | 1 | 159 | 62 | 36 |
| Octal | 375 | 24 | 120 | 0 | 134 | 104 | 1 | 531 | 142 | 66 |
| Binary | 11111101 | 10100 | 1010000 | 0 | 1011100 | 1000100 | 1 | 101011001 | 1100010 | 110110 |
Color Harmonies of #FD1450
Complementary color
Monochromatic Colors of #FD1450
Black with #FD1450
Text Example
Text Example
White with #FD1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1450; }
p { color: rgb(253,20,80); }
H1.HeaderClassName
{
color: #FD1450;
}
.AnyTagClassName
{
color: #FD1450;
}
</style>
background-color css
<style>
a { background-color: #FD1450; }
a { background-color: rgb(253,20,80); }
div.DivClassName
{
background-color: #FD1450;
}
.BgClassName
{
background-color: #FD1450;
}
</style>
border-color css
<style>
span { border-color: #FD1450; }
span { border-color: rgb(253,20,80); }
td.TdClassName
{
border-color: #FD1450;
}
.TagClassName
{
border-color: #FD1450;
}
</style>