Shades of Torch Red #FA1925
Tints of Torch Red #FA1925
RGB
CMYK
RGB Variations
Color information
#FA1925 (or 0xFA1925) is known color: Torch Red. HEX triplet: FA, 19 and 25. RGB value is (250,25,37). Sum of RGB (Red+Green+Blue) = 250+25+37=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1925 is #05E6DA. Grayscale: #5D5D5D. Windows color (decimal): -386779 or 2431482. OLE color: 2431482.
HSL color Cylindrical-coordinate representation of color #FA1925: hue angle of 356.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1925 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 37 | - |
| CMYK | 0 | 0.9 | 0.85 | 0.02 |
| HSL | 356.8º | 0.96% | 0.54% | - |
| HSV(B) | 356.8º | 0.9% | 0.98% | - |
| XYZ | 40.11 | 21.15 | 3.72 | - |
| YUV | 93.64 | 96.04 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 37 | 0 | 0.9 | 0.85 | 0.02 | 356.8 | 0.96 | 0.54 |
| Hex | FA | 19 | 25 | 0 | 5A | 55 | 2 | 165 | 60 | 36 |
| Octal | 372 | 31 | 45 | 0 | 132 | 125 | 2 | 545 | 140 | 66 |
| Binary | 11111010 | 11001 | 100101 | 0 | 1011010 | 1010101 | 10 | 101100101 | 1100000 | 110110 |
Color Harmonies of #FA1925
Complementary color
Monochromatic Colors of #FA1925
Black with #FA1925
Text Example
Text Example
White with #FA1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1925; }
p { color: rgb(250,25,37); }
H1.HeaderClassName
{
color: #FA1925;
}
.AnyTagClassName
{
color: #FA1925;
}
</style>
background-color css
<style>
a { background-color: #FA1925; }
a { background-color: rgb(250,25,37); }
div.DivClassName
{
background-color: #FA1925;
}
.BgClassName
{
background-color: #FA1925;
}
</style>
border-color css
<style>
span { border-color: #FA1925; }
span { border-color: rgb(250,25,37); }
td.TdClassName
{
border-color: #FA1925;
}
.TagClassName
{
border-color: #FA1925;
}
</style>