Shades of Torch Red #FA0919
Tints of Torch Red #FA0919
RGB
CMYK
RGB Variations
Color information
#FA0919 (or 0xFA0919) is known color: Torch Red. HEX triplet: FA, 09 and 19. RGB value is (250,9,25). Sum of RGB (Red+Green+Blue) = 250+9+25=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0919 is #05F6E6. Grayscale: #535353. Windows color (decimal): -390887 or 1640954. OLE color: 1640954.
HSL color Cylindrical-coordinate representation of color #FA0919: hue angle of 356.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0919 is Cyan = 0, Magento = 0.96, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.9 | 0.02 |
| HSL | 356.02º | 0.96% | 0.51% | - |
| HSV(B) | 356.02º | 0.96% | 0.98% | - |
| XYZ | 39.7 | 20.59 | 2.8 | - |
| YUV | 82.88 | 95.34 | 247.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 25 | 0 | 0.96 | 0.9 | 0.02 | 356.02 | 0.96 | 0.51 |
| Hex | FA | 9 | 19 | 0 | 60 | 5A | 2 | 164 | 60 | 33 |
| Octal | 372 | 11 | 31 | 0 | 140 | 132 | 2 | 544 | 140 | 63 |
| Binary | 11111010 | 1001 | 11001 | 0 | 1100000 | 1011010 | 10 | 101100100 | 1100000 | 110011 |
Color Harmonies of #FA0919
Complementary color
Monochromatic Colors of #FA0919
Black with #FA0919
Text Example
Text Example
White with #FA0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0919; }
p { color: rgb(250,9,25); }
H1.HeaderClassName
{
color: #FA0919;
}
.AnyTagClassName
{
color: #FA0919;
}
</style>
background-color css
<style>
a { background-color: #FA0919; }
a { background-color: rgb(250,9,25); }
div.DivClassName
{
background-color: #FA0919;
}
.BgClassName
{
background-color: #FA0919;
}
</style>
border-color css
<style>
span { border-color: #FA0919; }
span { border-color: rgb(250,9,25); }
td.TdClassName
{
border-color: #FA0919;
}
.TagClassName
{
border-color: #FA0919;
}
</style>