Shades of Torch Red #FA0420
Tints of Torch Red #FA0420
RGB
CMYK
RGB Variations
Color information
#FA0420 (or 0xFA0420) is known color: Torch Red. HEX triplet: FA, 04 and 20. RGB value is (250,4,32). Sum of RGB (Red+Green+Blue) = 250+4+32=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0420 is #05FBDF. Grayscale: #505050. Windows color (decimal): -392160 or 2098426. OLE color: 2098426.
HSL color Cylindrical-coordinate representation of color #FA0420: hue angle of 353.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0420 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.02 |
| HSL | 353.17º | 0.97% | 0.5% | - |
| HSV(B) | 353.17º | 0.98% | 0.98% | - |
| XYZ | 39.73 | 20.52 | 3.23 | - |
| YUV | 80.75 | 100.5 | 248.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 32 | 0 | 0.98 | 0.87 | 0.02 | 353.17 | 0.97 | 0.5 |
| Hex | FA | 4 | 20 | 0 | 62 | 57 | 2 | 161 | 61 | 32 |
| Octal | 372 | 4 | 40 | 0 | 142 | 127 | 2 | 541 | 141 | 62 |
| Binary | 11111010 | 100 | 100000 | 0 | 1100010 | 1010111 | 10 | 101100001 | 1100001 | 110010 |
Color Harmonies of #FA0420
Complementary color
Monochromatic Colors of #FA0420
Black with #FA0420
Text Example
Text Example
White with #FA0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0420; }
p { color: rgb(250,4,32); }
H1.HeaderClassName
{
color: #FA0420;
}
.AnyTagClassName
{
color: #FA0420;
}
</style>
background-color css
<style>
a { background-color: #FA0420; }
a { background-color: rgb(250,4,32); }
div.DivClassName
{
background-color: #FA0420;
}
.BgClassName
{
background-color: #FA0420;
}
</style>
border-color css
<style>
span { border-color: #FA0420; }
span { border-color: rgb(250,4,32); }
td.TdClassName
{
border-color: #FA0420;
}
.TagClassName
{
border-color: #FA0420;
}
</style>