Shades of Torch Red #FD004A
Tints of Torch Red #FD004A
RGB
CMYK
RGB Variations
Color information
#FD004A (or 0xFD004A) is known color: Torch Red. HEX triplet: FD, 00 and 4A. RGB value is (253,0,74). Sum of RGB (Red+Green+Blue) = 253+0+74=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD004A is #02FFB5. Grayscale: #545454. Windows color (decimal): -196534 or 4849917. OLE color: 4849917.
HSL color Cylindrical-coordinate representation of color #FD004A: hue angle of 342.45º 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 #FD004A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.71 | 0.01 |
| HSL | 342.45º | 1% | 0.5% | - |
| HSV(B) | 342.45º | 1% | 0.99% | - |
| XYZ | 41.74 | 21.38 | 8.4 | - |
| YUV | 84.08 | 122.32 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 74 | 0 | 1 | 0.71 | 0.01 | 342.45 | 1 | 0.5 |
| Hex | FD | 0 | 4A | 0 | 64 | 47 | 1 | 156 | 64 | 32 |
| Octal | 375 | 0 | 112 | 0 | 144 | 107 | 1 | 526 | 144 | 62 |
| Binary | 11111101 | 0 | 1001010 | 0 | 1100100 | 1000111 | 1 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FD004A
Complementary color
Monochromatic Colors of #FD004A
Black with #FD004A
Text Example
Text Example
White with #FD004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD004A; }
p { color: rgb(253,0,74); }
H1.HeaderClassName
{
color: #FD004A;
}
.AnyTagClassName
{
color: #FD004A;
}
</style>
background-color css
<style>
a { background-color: #FD004A; }
a { background-color: rgb(253,0,74); }
div.DivClassName
{
background-color: #FD004A;
}
.BgClassName
{
background-color: #FD004A;
}
</style>
border-color css
<style>
span { border-color: #FD004A; }
span { border-color: rgb(253,0,74); }
td.TdClassName
{
border-color: #FD004A;
}
.TagClassName
{
border-color: #FD004A;
}
</style>