Shades of Torch Red #FD1250
Tints of Torch Red #FD1250
RGB
CMYK
RGB Variations
Color information
#FD1250 (or 0xFD1250) is known color: Torch Red. HEX triplet: FD, 12 and 50. RGB value is (253,18,80). Sum of RGB (Red+Green+Blue) = 253+18+80=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1250 is #02EDAF. Grayscale: #5F5F5F. Windows color (decimal): -191920 or 5247741. OLE color: 5247741.
HSL color Cylindrical-coordinate representation of color #FD1250: hue angle of 344.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1250 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 80 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.01 |
| HSL | 344.17º | 0.98% | 0.53% | - |
| HSV(B) | 344.17º | 0.93% | 0.99% | - |
| XYZ | 42.17 | 21.89 | 9.59 | - |
| YUV | 95.33 | 119.36 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 80 | 0 | 0.93 | 0.68 | 0.01 | 344.17 | 0.98 | 0.53 |
| Hex | FD | 12 | 50 | 0 | 5D | 44 | 1 | 158 | 62 | 35 |
| Octal | 375 | 22 | 120 | 0 | 135 | 104 | 1 | 530 | 142 | 65 |
| Binary | 11111101 | 10010 | 1010000 | 0 | 1011101 | 1000100 | 1 | 101011000 | 1100010 | 110101 |
Color Harmonies of #FD1250
Complementary color
Monochromatic Colors of #FD1250
Black with #FD1250
Text Example
Text Example
White with #FD1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1250; }
p { color: rgb(253,18,80); }
H1.HeaderClassName
{
color: #FD1250;
}
.AnyTagClassName
{
color: #FD1250;
}
</style>
background-color css
<style>
a { background-color: #FD1250; }
a { background-color: rgb(253,18,80); }
div.DivClassName
{
background-color: #FD1250;
}
.BgClassName
{
background-color: #FD1250;
}
</style>
border-color css
<style>
span { border-color: #FD1250; }
span { border-color: rgb(253,18,80); }
td.TdClassName
{
border-color: #FD1250;
}
.TagClassName
{
border-color: #FD1250;
}
</style>