Shades of Torch Red #FA0819
Tints of Torch Red #FA0819
RGB
CMYK
RGB Variations
Color information
#FA0819 (or 0xFA0819) is known color: Torch Red. HEX triplet: FA, 08 and 19. RGB value is (250,8,25). Sum of RGB (Red+Green+Blue) = 250+8+25=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0819 is #05F7E6. Grayscale: #525252. Windows color (decimal): -391143 or 1640698. OLE color: 1640698.
HSL color Cylindrical-coordinate representation of color #FA0819: hue angle of 355.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0819 is Cyan = 0, Magento = 0.97, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.9 | 0.02 |
| HSL | 355.79º | 0.96% | 0.51% | - |
| HSV(B) | 355.79º | 0.97% | 0.98% | - |
| XYZ | 39.69 | 20.57 | 2.8 | - |
| YUV | 82.3 | 95.67 | 247.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 25 | 0 | 0.97 | 0.9 | 0.02 | 355.79 | 0.96 | 0.51 |
| Hex | FA | 8 | 19 | 0 | 61 | 5A | 2 | 164 | 60 | 33 |
| Octal | 372 | 10 | 31 | 0 | 141 | 132 | 2 | 544 | 140 | 63 |
| Binary | 11111010 | 1000 | 11001 | 0 | 1100001 | 1011010 | 10 | 101100100 | 1100000 | 110011 |
Color Harmonies of #FA0819
Complementary color
Monochromatic Colors of #FA0819
Black with #FA0819
Text Example
Text Example
White with #FA0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0819; }
p { color: rgb(250,8,25); }
H1.HeaderClassName
{
color: #FA0819;
}
.AnyTagClassName
{
color: #FA0819;
}
</style>
background-color css
<style>
a { background-color: #FA0819; }
a { background-color: rgb(250,8,25); }
div.DivClassName
{
background-color: #FA0819;
}
.BgClassName
{
background-color: #FA0819;
}
</style>
border-color css
<style>
span { border-color: #FA0819; }
span { border-color: rgb(250,8,25); }
td.TdClassName
{
border-color: #FA0819;
}
.TagClassName
{
border-color: #FA0819;
}
</style>