Shades of Torch Red #FA0519
Tints of Torch Red #FA0519
RGB
CMYK
RGB Variations
Color information
#FA0519 (or 0xFA0519) is known color: Torch Red. HEX triplet: FA, 05 and 19. RGB value is (250,5,25). Sum of RGB (Red+Green+Blue) = 250+5+25=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0519 is #05FAE6. Grayscale: #505050. Windows color (decimal): -391911 or 1639930. OLE color: 1639930.
HSL color Cylindrical-coordinate representation of color #FA0519: hue angle of 355.1º degrees, saturation: 0.96, 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 #FA0519 is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.02 |
| HSL | 355.1º | 0.96% | 0.5% | - |
| HSV(B) | 355.1º | 0.98% | 0.98% | - |
| XYZ | 39.65 | 20.5 | 2.79 | - |
| YUV | 80.54 | 96.67 | 248.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 25 | 0 | 0.98 | 0.9 | 0.02 | 355.1 | 0.96 | 0.5 |
| Hex | FA | 5 | 19 | 0 | 62 | 5A | 2 | 163 | 60 | 32 |
| Octal | 372 | 5 | 31 | 0 | 142 | 132 | 2 | 543 | 140 | 62 |
| Binary | 11111010 | 101 | 11001 | 0 | 1100010 | 1011010 | 10 | 101100011 | 1100000 | 110010 |
Color Harmonies of #FA0519
Complementary color
Monochromatic Colors of #FA0519
Black with #FA0519
Text Example
Text Example
White with #FA0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0519; }
p { color: rgb(250,5,25); }
H1.HeaderClassName
{
color: #FA0519;
}
.AnyTagClassName
{
color: #FA0519;
}
</style>
background-color css
<style>
a { background-color: #FA0519; }
a { background-color: rgb(250,5,25); }
div.DivClassName
{
background-color: #FA0519;
}
.BgClassName
{
background-color: #FA0519;
}
</style>
border-color css
<style>
span { border-color: #FA0519; }
span { border-color: rgb(250,5,25); }
td.TdClassName
{
border-color: #FA0519;
}
.TagClassName
{
border-color: #FA0519;
}
</style>