Shades of Torch Red #FD0120
Tints of Torch Red #FD0120
RGB
CMYK
RGB Variations
Color information
#FD0120 (or 0xFD0120) is known color: Torch Red. HEX triplet: FD, 01 and 20. RGB value is (253,1,32). Sum of RGB (Red+Green+Blue) = 253+1+32=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0120 is #02FEDF. Grayscale: #505050. Windows color (decimal): -196320 or 2097661. OLE color: 2097661.
HSL color Cylindrical-coordinate representation of color #FD0120: hue angle of 352.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0120 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.01 |
| HSL | 352.62º | 0.99% | 0.5% | - |
| HSV(B) | 352.62º | 1% | 0.99% | - |
| XYZ | 40.78 | 21.01 | 3.27 | - |
| YUV | 79.88 | 100.99 | 251.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 32 | 0 | 1.00 | 0.87 | 0.01 | 352.62 | 0.99 | 0.5 |
| Hex | FD | 1 | 20 | 0 | 64 | 57 | 1 | 161 | 63 | 32 |
| Octal | 375 | 1 | 40 | 0 | 144 | 127 | 1 | 541 | 143 | 62 |
| Binary | 11111101 | 1 | 100000 | 0 | 1100100 | 1010111 | 1 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FD0120
Complementary color
Monochromatic Colors of #FD0120
Black with #FD0120
Text Example
Text Example
White with #FD0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0120; }
p { color: rgb(253,1,32); }
H1.HeaderClassName
{
color: #FD0120;
}
.AnyTagClassName
{
color: #FD0120;
}
</style>
background-color css
<style>
a { background-color: #FD0120; }
a { background-color: rgb(253,1,32); }
div.DivClassName
{
background-color: #FD0120;
}
.BgClassName
{
background-color: #FD0120;
}
</style>
border-color css
<style>
span { border-color: #FD0120; }
span { border-color: rgb(253,1,32); }
td.TdClassName
{
border-color: #FD0120;
}
.TagClassName
{
border-color: #FD0120;
}
</style>