Shades of Torch Red #FD0420
Tints of Torch Red #FD0420
RGB
CMYK
RGB Variations
Color information
#FD0420 (or 0xFD0420) is known color: Torch Red. HEX triplet: FD, 04 and 20. RGB value is (253,4,32). Sum of RGB (Red+Green+Blue) = 253+4+32=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0420 is #02FBDF. Grayscale: #515151. Windows color (decimal): -195552 or 2098429. OLE color: 2098429.
HSL color Cylindrical-coordinate representation of color #FD0420: hue angle of 353.25º 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 #FD0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.01 |
| HSL | 353.25º | 0.98% | 0.5% | - |
| HSV(B) | 353.25º | 0.98% | 0.99% | - |
| XYZ | 40.81 | 21.07 | 3.28 | - |
| YUV | 81.64 | 99.99 | 250.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 32 | 0 | 0.98 | 0.87 | 0.01 | 353.25 | 0.98 | 0.5 |
| Hex | FD | 4 | 20 | 0 | 62 | 57 | 1 | 161 | 62 | 32 |
| Octal | 375 | 4 | 40 | 0 | 142 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111101 | 100 | 100000 | 0 | 1100010 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FD0420
Complementary color
Monochromatic Colors of #FD0420
Black with #FD0420
Text Example
Text Example
White with #FD0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0420; }
p { color: rgb(253,4,32); }
H1.HeaderClassName
{
color: #FD0420;
}
.AnyTagClassName
{
color: #FD0420;
}
</style>
background-color css
<style>
a { background-color: #FD0420; }
a { background-color: rgb(253,4,32); }
div.DivClassName
{
background-color: #FD0420;
}
.BgClassName
{
background-color: #FD0420;
}
</style>
border-color css
<style>
span { border-color: #FD0420; }
span { border-color: rgb(253,4,32); }
td.TdClassName
{
border-color: #FD0420;
}
.TagClassName
{
border-color: #FD0420;
}
</style>