Shades of Torch Red #FD043A
Tints of Torch Red #FD043A
RGB
CMYK
RGB Variations
Color information
#FD043A (or 0xFD043A) is known color: Torch Red. HEX triplet: FD, 04 and 3A. RGB value is (253,4,58). Sum of RGB (Red+Green+Blue) = 253+4+58=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD043A is #02FBC5. Grayscale: #545454. Windows color (decimal): -195526 or 3802365. OLE color: 3802365.
HSL color Cylindrical-coordinate representation of color #FD043A: hue angle of 346.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD043A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.01 |
| HSL | 346.99º | 0.98% | 0.5% | - |
| HSV(B) | 346.99º | 0.98% | 0.99% | - |
| XYZ | 41.32 | 21.27 | 5.93 | - |
| YUV | 84.61 | 112.99 | 248.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 58 | 0 | 0.98 | 0.77 | 0.01 | 346.99 | 0.98 | 0.5 |
| Hex | FD | 4 | 3A | 0 | 62 | 4D | 1 | 15B | 62 | 32 |
| Octal | 375 | 4 | 72 | 0 | 142 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111101 | 100 | 111010 | 0 | 1100010 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FD043A
Complementary color
Monochromatic Colors of #FD043A
Black with #FD043A
Text Example
Text Example
White with #FD043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD043A; }
p { color: rgb(253,4,58); }
H1.HeaderClassName
{
color: #FD043A;
}
.AnyTagClassName
{
color: #FD043A;
}
</style>
background-color css
<style>
a { background-color: #FD043A; }
a { background-color: rgb(253,4,58); }
div.DivClassName
{
background-color: #FD043A;
}
.BgClassName
{
background-color: #FD043A;
}
</style>
border-color css
<style>
span { border-color: #FD043A; }
span { border-color: rgb(253,4,58); }
td.TdClassName
{
border-color: #FD043A;
}
.TagClassName
{
border-color: #FD043A;
}
</style>