Shades of Torch Red #FD0A50
Tints of Torch Red #FD0A50
RGB
CMYK
RGB Variations
Color information
#FD0A50 (or 0xFD0A50) is known color: Torch Red. HEX triplet: FD, 0A and 50. RGB value is (253,10,80). Sum of RGB (Red+Green+Blue) = 253+10+80=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0A50 is #02F5AF. Grayscale: #5A5A5A. Windows color (decimal): -193968 or 5245693. OLE color: 5245693.
HSL color Cylindrical-coordinate representation of color #FD0A50: hue angle of 342.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A50 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 80 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.01 |
| HSL | 342.72º | 0.98% | 0.52% | - |
| HSV(B) | 342.72º | 0.96% | 0.99% | - |
| XYZ | 42.06 | 21.68 | 9.56 | - |
| YUV | 90.64 | 122.01 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 80 | 0 | 0.96 | 0.68 | 0.01 | 342.72 | 0.98 | 0.52 |
| Hex | FD | A | 50 | 0 | 60 | 44 | 1 | 157 | 62 | 34 |
| Octal | 375 | 12 | 120 | 0 | 140 | 104 | 1 | 527 | 142 | 64 |
| Binary | 11111101 | 1010 | 1010000 | 0 | 1100000 | 1000100 | 1 | 101010111 | 1100010 | 110100 |
Color Harmonies of #FD0A50
Complementary color
Monochromatic Colors of #FD0A50
Black with #FD0A50
Text Example
Text Example
White with #FD0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A50; }
p { color: rgb(253,10,80); }
H1.HeaderClassName
{
color: #FD0A50;
}
.AnyTagClassName
{
color: #FD0A50;
}
</style>
background-color css
<style>
a { background-color: #FD0A50; }
a { background-color: rgb(253,10,80); }
div.DivClassName
{
background-color: #FD0A50;
}
.BgClassName
{
background-color: #FD0A50;
}
</style>
border-color css
<style>
span { border-color: #FD0A50; }
span { border-color: rgb(253,10,80); }
td.TdClassName
{
border-color: #FD0A50;
}
.TagClassName
{
border-color: #FD0A50;
}
</style>