Shades of Torch Red #FD004C
Tints of Torch Red #FD004C
RGB
CMYK
RGB Variations
Color information
#FD004C (or 0xFD004C) is known color: Torch Red. HEX triplet: FD, 00 and 4C. RGB value is (253,0,76). Sum of RGB (Red+Green+Blue) = 253+0+76=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD004C is #02FFB3. Grayscale: #545454. Windows color (decimal): -196532 or 4980989. OLE color: 4980989.
HSL color Cylindrical-coordinate representation of color #FD004C: hue angle of 341.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD004C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.70 | 0.01 |
| HSL | 341.98º | 1% | 0.5% | - |
| HSV(B) | 341.98º | 1% | 0.99% | - |
| XYZ | 41.81 | 21.4 | 8.77 | - |
| YUV | 84.31 | 123.32 | 248.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 76 | 0 | 1 | 0.70 | 0.01 | 341.98 | 1 | 0.5 |
| Hex | FD | 0 | 4C | 0 | 64 | 46 | 1 | 156 | 64 | 32 |
| Octal | 375 | 0 | 114 | 0 | 144 | 106 | 1 | 526 | 144 | 62 |
| Binary | 11111101 | 0 | 1001100 | 0 | 1100100 | 1000110 | 1 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FD004C
Complementary color
Monochromatic Colors of #FD004C
Black with #FD004C
Text Example
Text Example
White with #FD004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD004C; }
p { color: rgb(253,0,76); }
H1.HeaderClassName
{
color: #FD004C;
}
.AnyTagClassName
{
color: #FD004C;
}
</style>
background-color css
<style>
a { background-color: #FD004C; }
a { background-color: rgb(253,0,76); }
div.DivClassName
{
background-color: #FD004C;
}
.BgClassName
{
background-color: #FD004C;
}
</style>
border-color css
<style>
span { border-color: #FD004C; }
span { border-color: rgb(253,0,76); }
td.TdClassName
{
border-color: #FD004C;
}
.TagClassName
{
border-color: #FD004C;
}
</style>