Shades of Torch Red #FA0721
Tints of Torch Red #FA0721
RGB
CMYK
RGB Variations
Color information
#FA0721 (or 0xFA0721) is known color: Torch Red. HEX triplet: FA, 07 and 21. RGB value is (250,7,33). Sum of RGB (Red+Green+Blue) = 250+7+33=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0721 is #05F8DE. Grayscale: #525252. Windows color (decimal): -391391 or 2164730. OLE color: 2164730.
HSL color Cylindrical-coordinate representation of color #FA0721: hue angle of 353.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0721 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.02 |
| HSL | 353.58º | 0.96% | 0.5% | - |
| HSV(B) | 353.58º | 0.97% | 0.98% | - |
| XYZ | 39.77 | 20.59 | 3.32 | - |
| YUV | 82.62 | 100.01 | 247.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 33 | 0 | 0.97 | 0.87 | 0.02 | 353.58 | 0.96 | 0.5 |
| Hex | FA | 7 | 21 | 0 | 61 | 57 | 2 | 162 | 60 | 32 |
| Octal | 372 | 7 | 41 | 0 | 141 | 127 | 2 | 542 | 140 | 62 |
| Binary | 11111010 | 111 | 100001 | 0 | 1100001 | 1010111 | 10 | 101100010 | 1100000 | 110010 |
Color Harmonies of #FA0721
Complementary color
Monochromatic Colors of #FA0721
Black with #FA0721
Text Example
Text Example
White with #FA0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0721; }
p { color: rgb(250,7,33); }
H1.HeaderClassName
{
color: #FA0721;
}
.AnyTagClassName
{
color: #FA0721;
}
</style>
background-color css
<style>
a { background-color: #FA0721; }
a { background-color: rgb(250,7,33); }
div.DivClassName
{
background-color: #FA0721;
}
.BgClassName
{
background-color: #FA0721;
}
</style>
border-color css
<style>
span { border-color: #FA0721; }
span { border-color: rgb(250,7,33); }
td.TdClassName
{
border-color: #FA0721;
}
.TagClassName
{
border-color: #FA0721;
}
</style>