Shades of Torch Red #FA0219
Tints of Torch Red #FA0219
RGB
CMYK
RGB Variations
Color information
#FA0219 (or 0xFA0219) is known color: Torch Red. HEX triplet: FA, 02 and 19. RGB value is (250,2,25). Sum of RGB (Red+Green+Blue) = 250+2+25=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0219 is #05FDE6. Grayscale: #4E4E4E. Windows color (decimal): -392679 or 1639162. OLE color: 1639162.
HSL color Cylindrical-coordinate representation of color #FA0219: hue angle of 354.44º 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 #FA0219 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.02 |
| HSL | 354.44º | 0.98% | 0.49% | - |
| HSV(B) | 354.44º | 0.99% | 0.98% | - |
| XYZ | 39.62 | 20.44 | 2.78 | - |
| YUV | 78.77 | 97.66 | 250.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 25 | 0 | 0.99 | 0.9 | 0.02 | 354.44 | 0.98 | 0.49 |
| Hex | FA | 2 | 19 | 0 | 63 | 5A | 2 | 162 | 62 | 31 |
| Octal | 372 | 2 | 31 | 0 | 143 | 132 | 2 | 542 | 142 | 61 |
| Binary | 11111010 | 10 | 11001 | 0 | 1100011 | 1011010 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #FA0219
Complementary color
Monochromatic Colors of #FA0219
Black with #FA0219
Text Example
Text Example
White with #FA0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0219; }
p { color: rgb(250,2,25); }
H1.HeaderClassName
{
color: #FA0219;
}
.AnyTagClassName
{
color: #FA0219;
}
</style>
background-color css
<style>
a { background-color: #FA0219; }
a { background-color: rgb(250,2,25); }
div.DivClassName
{
background-color: #FA0219;
}
.BgClassName
{
background-color: #FA0219;
}
</style>
border-color css
<style>
span { border-color: #FA0219; }
span { border-color: rgb(250,2,25); }
td.TdClassName
{
border-color: #FA0219;
}
.TagClassName
{
border-color: #FA0219;
}
</style>