Shades of Torch Red #FA1219
Tints of Torch Red #FA1219
RGB
CMYK
RGB Variations
Color information
#FA1219 (or 0xFA1219) is known color: Torch Red. HEX triplet: FA, 12 and 19. RGB value is (250,18,25). Sum of RGB (Red+Green+Blue) = 250+18+25=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1219 is #05EDE6. Grayscale: #585858. Windows color (decimal): -388583 or 1643258. OLE color: 1643258.
HSL color Cylindrical-coordinate representation of color #FA1219: hue angle of 358.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1219 is Cyan = 0, Magento = 0.93, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.9 | 0.02 |
| HSL | 358.19º | 0.96% | 0.53% | - |
| HSV(B) | 358.19º | 0.93% | 0.98% | - |
| XYZ | 39.82 | 20.83 | 2.84 | - |
| YUV | 88.17 | 92.36 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 25 | 0 | 0.93 | 0.9 | 0.02 | 358.19 | 0.96 | 0.53 |
| Hex | FA | 12 | 19 | 0 | 5D | 5A | 2 | 166 | 60 | 35 |
| Octal | 372 | 22 | 31 | 0 | 135 | 132 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10010 | 11001 | 0 | 1011101 | 1011010 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA1219
Complementary color
Monochromatic Colors of #FA1219
Black with #FA1219
Text Example
Text Example
White with #FA1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1219; }
p { color: rgb(250,18,25); }
H1.HeaderClassName
{
color: #FA1219;
}
.AnyTagClassName
{
color: #FA1219;
}
</style>
background-color css
<style>
a { background-color: #FA1219; }
a { background-color: rgb(250,18,25); }
div.DivClassName
{
background-color: #FA1219;
}
.BgClassName
{
background-color: #FA1219;
}
</style>
border-color css
<style>
span { border-color: #FA1219; }
span { border-color: rgb(250,18,25); }
td.TdClassName
{
border-color: #FA1219;
}
.TagClassName
{
border-color: #FA1219;
}
</style>