Shades of Torch Red #FA0913
Tints of Torch Red #FA0913
RGB
CMYK
RGB Variations
Color information
#FA0913 (or 0xFA0913) is known color: Torch Red. HEX triplet: FA, 09 and 13. RGB value is (250,9,19). Sum of RGB (Red+Green+Blue) = 250+9+19=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0913 is #05F6EC. Grayscale: #525252. Windows color (decimal): -390893 or 1247738. OLE color: 1247738.
HSL color Cylindrical-coordinate representation of color #FA0913: hue angle of 357.51º 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 #FA0913 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.51º | 0.96% | 0.51% | - |
| HSV(B) | 357.51º | 0.96% | 0.98% | - |
| XYZ | 39.64 | 20.57 | 2.5 | - |
| YUV | 82.2 | 92.34 | 247.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 19 | 0 | 0.96 | 0.92 | 0.02 | 357.51 | 0.96 | 0.51 |
| Hex | FA | 9 | 13 | 0 | 60 | 5C | 2 | 166 | 60 | 33 |
| Octal | 372 | 11 | 23 | 0 | 140 | 134 | 2 | 546 | 140 | 63 |
| Binary | 11111010 | 1001 | 10011 | 0 | 1100000 | 1011100 | 10 | 101100110 | 1100000 | 110011 |
Color Harmonies of #FA0913
Complementary color
Monochromatic Colors of #FA0913
Black with #FA0913
Text Example
Text Example
White with #FA0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0913; }
p { color: rgb(250,9,19); }
H1.HeaderClassName
{
color: #FA0913;
}
.AnyTagClassName
{
color: #FA0913;
}
</style>
background-color css
<style>
a { background-color: #FA0913; }
a { background-color: rgb(250,9,19); }
div.DivClassName
{
background-color: #FA0913;
}
.BgClassName
{
background-color: #FA0913;
}
</style>
border-color css
<style>
span { border-color: #FA0913; }
span { border-color: rgb(250,9,19); }
td.TdClassName
{
border-color: #FA0913;
}
.TagClassName
{
border-color: #FA0913;
}
</style>