Shades of Torch Red #FD024A
Tints of Torch Red #FD024A
RGB
CMYK
RGB Variations
Color information
#FD024A (or 0xFD024A) is known color: Torch Red. HEX triplet: FD, 02 and 4A. RGB value is (253,2,74). Sum of RGB (Red+Green+Blue) = 253+2+74=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD024A is #02FDB5. Grayscale: #555555. Windows color (decimal): -196022 or 4850429. OLE color: 4850429.
HSL color Cylindrical-coordinate representation of color #FD024A: hue angle of 342.79º 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 #FD024A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.01 |
| HSL | 342.79º | 0.98% | 0.5% | - |
| HSV(B) | 342.79º | 0.99% | 0.99% | - |
| XYZ | 41.77 | 21.42 | 8.41 | - |
| YUV | 85.26 | 121.66 | 247.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 74 | 0 | 0.99 | 0.71 | 0.01 | 342.79 | 0.98 | 0.5 |
| Hex | FD | 2 | 4A | 0 | 63 | 47 | 1 | 157 | 62 | 32 |
| Octal | 375 | 2 | 112 | 0 | 143 | 107 | 1 | 527 | 142 | 62 |
| Binary | 11111101 | 10 | 1001010 | 0 | 1100011 | 1000111 | 1 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FD024A
Complementary color
Monochromatic Colors of #FD024A
Black with #FD024A
Text Example
Text Example
White with #FD024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD024A; }
p { color: rgb(253,2,74); }
H1.HeaderClassName
{
color: #FD024A;
}
.AnyTagClassName
{
color: #FD024A;
}
</style>
background-color css
<style>
a { background-color: #FD024A; }
a { background-color: rgb(253,2,74); }
div.DivClassName
{
background-color: #FD024A;
}
.BgClassName
{
background-color: #FD024A;
}
</style>
border-color css
<style>
span { border-color: #FD024A; }
span { border-color: rgb(253,2,74); }
td.TdClassName
{
border-color: #FD024A;
}
.TagClassName
{
border-color: #FD024A;
}
</style>