Shades of Torch Red #FD0140
Tints of Torch Red #FD0140
RGB
CMYK
RGB Variations
Color information
#FD0140 (or 0xFD0140) is known color: Torch Red. HEX triplet: FD, 01 and 40. RGB value is (253,1,64). Sum of RGB (Red+Green+Blue) = 253+1+64=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0140 is #02FEBF. Grayscale: #535353. Windows color (decimal): -196288 or 4194813. OLE color: 4194813.
HSL color Cylindrical-coordinate representation of color #FD0140: hue angle of 345º 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 #FD0140 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.01 |
| HSL | 345º | 0.99% | 0.5% | - |
| HSV(B) | 345º | 1% | 0.99% | - |
| XYZ | 41.44 | 21.27 | 6.77 | - |
| YUV | 83.53 | 116.99 | 248.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 64 | 0 | 1.00 | 0.75 | 0.01 | 345 | 0.99 | 0.5 |
| Hex | FD | 1 | 40 | 0 | 64 | 4B | 1 | 159 | 63 | 32 |
| Octal | 375 | 1 | 100 | 0 | 144 | 113 | 1 | 531 | 143 | 62 |
| Binary | 11111101 | 1 | 1000000 | 0 | 1100100 | 1001011 | 1 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FD0140
Complementary color
Monochromatic Colors of #FD0140
Black with #FD0140
Text Example
Text Example
White with #FD0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0140; }
p { color: rgb(253,1,64); }
H1.HeaderClassName
{
color: #FD0140;
}
.AnyTagClassName
{
color: #FD0140;
}
</style>
background-color css
<style>
a { background-color: #FD0140; }
a { background-color: rgb(253,1,64); }
div.DivClassName
{
background-color: #FD0140;
}
.BgClassName
{
background-color: #FD0140;
}
</style>
border-color css
<style>
span { border-color: #FD0140; }
span { border-color: rgb(253,1,64); }
td.TdClassName
{
border-color: #FD0140;
}
.TagClassName
{
border-color: #FD0140;
}
</style>