Shades of Torch Red #FD024D
Tints of Torch Red #FD024D
RGB
CMYK
RGB Variations
Color information
#FD024D (or 0xFD024D) is known color: Torch Red. HEX triplet: FD, 02 and 4D. RGB value is (253,2,77). Sum of RGB (Red+Green+Blue) = 253+2+77=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD024D is #02FDB2. Grayscale: #555555. Windows color (decimal): -196019 or 5047037. OLE color: 5047037.
HSL color Cylindrical-coordinate representation of color #FD024D: hue angle of 342.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD024D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.01 |
| HSL | 342.07º | 0.98% | 0.5% | - |
| HSV(B) | 342.07º | 0.99% | 0.99% | - |
| XYZ | 41.87 | 21.46 | 8.96 | - |
| YUV | 85.6 | 123.16 | 247.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 77 | 0 | 0.99 | 0.70 | 0.01 | 342.07 | 0.98 | 0.5 |
| Hex | FD | 2 | 4D | 0 | 63 | 46 | 1 | 156 | 62 | 32 |
| Octal | 375 | 2 | 115 | 0 | 143 | 106 | 1 | 526 | 142 | 62 |
| Binary | 11111101 | 10 | 1001101 | 0 | 1100011 | 1000110 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FD024D
Complementary color
Monochromatic Colors of #FD024D
Black with #FD024D
Text Example
Text Example
White with #FD024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD024D; }
p { color: rgb(253,2,77); }
H1.HeaderClassName
{
color: #FD024D;
}
.AnyTagClassName
{
color: #FD024D;
}
</style>
background-color css
<style>
a { background-color: #FD024D; }
a { background-color: rgb(253,2,77); }
div.DivClassName
{
background-color: #FD024D;
}
.BgClassName
{
background-color: #FD024D;
}
</style>
border-color css
<style>
span { border-color: #FD024D; }
span { border-color: rgb(253,2,77); }
td.TdClassName
{
border-color: #FD024D;
}
.TagClassName
{
border-color: #FD024D;
}
</style>