Shades of Torch Red #FA0220
Tints of Torch Red #FA0220
RGB
CMYK
RGB Variations
Color information
#FA0220 (or 0xFA0220) is known color: Torch Red. HEX triplet: FA, 02 and 20. RGB value is (250,2,32). Sum of RGB (Red+Green+Blue) = 250+2+32=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0220 is #05FDDF. Grayscale: #4F4F4F. Windows color (decimal): -392672 or 2097914. OLE color: 2097914.
HSL color Cylindrical-coordinate representation of color #FA0220: hue angle of 352.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.02 |
| HSL | 352.74º | 0.98% | 0.49% | - |
| HSV(B) | 352.74º | 0.99% | 0.98% | - |
| XYZ | 39.71 | 20.47 | 3.23 | - |
| YUV | 79.57 | 101.16 | 249.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 32 | 0 | 0.99 | 0.87 | 0.02 | 352.74 | 0.98 | 0.49 |
| Hex | FA | 2 | 20 | 0 | 63 | 57 | 2 | 161 | 62 | 31 |
| Octal | 372 | 2 | 40 | 0 | 143 | 127 | 2 | 541 | 142 | 61 |
| Binary | 11111010 | 10 | 100000 | 0 | 1100011 | 1010111 | 10 | 101100001 | 1100010 | 110001 |
Color Harmonies of #FA0220
Complementary color
Monochromatic Colors of #FA0220
Black with #FA0220
Text Example
Text Example
White with #FA0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0220; }
p { color: rgb(250,2,32); }
H1.HeaderClassName
{
color: #FA0220;
}
.AnyTagClassName
{
color: #FA0220;
}
</style>
background-color css
<style>
a { background-color: #FA0220; }
a { background-color: rgb(250,2,32); }
div.DivClassName
{
background-color: #FA0220;
}
.BgClassName
{
background-color: #FA0220;
}
</style>
border-color css
<style>
span { border-color: #FA0220; }
span { border-color: rgb(250,2,32); }
td.TdClassName
{
border-color: #FA0220;
}
.TagClassName
{
border-color: #FA0220;
}
</style>