Shades of Torch Red #FD043E
Tints of Torch Red #FD043E
RGB
CMYK
RGB Variations
Color information
#FD043E (or 0xFD043E) is known color: Torch Red. HEX triplet: FD, 04 and 3E. RGB value is (253,4,62). Sum of RGB (Red+Green+Blue) = 253+4+62=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD043E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD043E is #02FBC1. Grayscale: #555555. Windows color (decimal): -195522 or 4064509. OLE color: 4064509.
HSL color Cylindrical-coordinate representation of color #FD043E: hue angle of 346.02º 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 #FD043E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.01 |
| HSL | 346.02º | 0.98% | 0.5% | - |
| HSV(B) | 346.02º | 0.98% | 0.99% | - |
| XYZ | 41.42 | 21.32 | 6.49 | - |
| YUV | 85.06 | 114.99 | 247.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 62 | 0 | 0.98 | 0.75 | 0.01 | 346.02 | 0.98 | 0.5 |
| Hex | FD | 4 | 3E | 0 | 62 | 4B | 1 | 15A | 62 | 32 |
| Octal | 375 | 4 | 76 | 0 | 142 | 113 | 1 | 532 | 142 | 62 |
| Binary | 11111101 | 100 | 111110 | 0 | 1100010 | 1001011 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FD043E
Complementary color
Monochromatic Colors of #FD043E
Black with #FD043E
Text Example
Text Example
White with #FD043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD043E; }
p { color: rgb(253,4,62); }
H1.HeaderClassName
{
color: #FD043E;
}
.AnyTagClassName
{
color: #FD043E;
}
</style>
background-color css
<style>
a { background-color: #FD043E; }
a { background-color: rgb(253,4,62); }
div.DivClassName
{
background-color: #FD043E;
}
.BgClassName
{
background-color: #FD043E;
}
</style>
border-color css
<style>
span { border-color: #FD043E; }
span { border-color: rgb(253,4,62); }
td.TdClassName
{
border-color: #FD043E;
}
.TagClassName
{
border-color: #FD043E;
}
</style>