Shades of Torch Red #FD014D
Tints of Torch Red #FD014D
RGB
CMYK
RGB Variations
Color information
#FD014D (or 0xFD014D) is known color: Torch Red. HEX triplet: FD, 01 and 4D. RGB value is (253,1,77). Sum of RGB (Red+Green+Blue) = 253+1+77=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD014D is #02FEB2. Grayscale: #545454. Windows color (decimal): -196275 or 5046781. OLE color: 5046781.
HSL color Cylindrical-coordinate representation of color #FD014D: hue angle of 341.9º 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 #FD014D is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.01 |
| HSL | 341.9º | 0.99% | 0.5% | - |
| HSV(B) | 341.9º | 1% | 0.99% | - |
| XYZ | 41.86 | 21.44 | 8.95 | - |
| YUV | 85.01 | 123.49 | 247.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 77 | 0 | 1.00 | 0.70 | 0.01 | 341.9 | 0.99 | 0.5 |
| Hex | FD | 1 | 4D | 0 | 64 | 46 | 1 | 156 | 63 | 32 |
| Octal | 375 | 1 | 115 | 0 | 144 | 106 | 1 | 526 | 143 | 62 |
| Binary | 11111101 | 1 | 1001101 | 0 | 1100100 | 1000110 | 1 | 101010110 | 1100011 | 110010 |
Color Harmonies of #FD014D
Complementary color
Monochromatic Colors of #FD014D
Black with #FD014D
Text Example
Text Example
White with #FD014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD014D; }
p { color: rgb(253,1,77); }
H1.HeaderClassName
{
color: #FD014D;
}
.AnyTagClassName
{
color: #FD014D;
}
</style>
background-color css
<style>
a { background-color: #FD014D; }
a { background-color: rgb(253,1,77); }
div.DivClassName
{
background-color: #FD014D;
}
.BgClassName
{
background-color: #FD014D;
}
</style>
border-color css
<style>
span { border-color: #FD014D; }
span { border-color: rgb(253,1,77); }
td.TdClassName
{
border-color: #FD014D;
}
.TagClassName
{
border-color: #FD014D;
}
</style>