Shades of Torch Red #FA1319
Tints of Torch Red #FA1319
RGB
CMYK
RGB Variations
Color information
#FA1319 (or 0xFA1319) is known color: Torch Red. HEX triplet: FA, 13 and 19. RGB value is (250,19,25). Sum of RGB (Red+Green+Blue) = 250+19+25=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1319 is #05ECE6. Grayscale: #585858. Windows color (decimal): -388327 or 1643514. OLE color: 1643514.
HSL color Cylindrical-coordinate representation of color #FA1319: hue angle of 358.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1319 is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.9 | 0.02 |
| HSL | 358.44º | 0.96% | 0.53% | - |
| HSV(B) | 358.44º | 0.92% | 0.98% | - |
| XYZ | 39.83 | 20.86 | 2.85 | - |
| YUV | 88.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 25 | 0 | 0.92 | 0.9 | 0.02 | 358.44 | 0.96 | 0.53 |
| Hex | FA | 13 | 19 | 0 | 5C | 5A | 2 | 166 | 60 | 35 |
| Octal | 372 | 23 | 31 | 0 | 134 | 132 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10011 | 11001 | 0 | 1011100 | 1011010 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA1319
Complementary color
Monochromatic Colors of #FA1319
Black with #FA1319
Text Example
Text Example
White with #FA1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1319; }
p { color: rgb(250,19,25); }
H1.HeaderClassName
{
color: #FA1319;
}
.AnyTagClassName
{
color: #FA1319;
}
</style>
background-color css
<style>
a { background-color: #FA1319; }
a { background-color: rgb(250,19,25); }
div.DivClassName
{
background-color: #FA1319;
}
.BgClassName
{
background-color: #FA1319;
}
</style>
border-color css
<style>
span { border-color: #FA1319; }
span { border-color: rgb(250,19,25); }
td.TdClassName
{
border-color: #FA1319;
}
.TagClassName
{
border-color: #FA1319;
}
</style>