Shades of Torch Red #FA0713
Tints of Torch Red #FA0713
RGB
CMYK
RGB Variations
Color information
#FA0713 (or 0xFA0713) is known color: Torch Red. HEX triplet: FA, 07 and 13. RGB value is (250,7,19). Sum of RGB (Red+Green+Blue) = 250+7+19=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0713 is #05F8EC. Grayscale: #515151. Windows color (decimal): -391405 or 1247226. OLE color: 1247226.
HSL color Cylindrical-coordinate representation of color #FA0713: hue angle of 357.04º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0713 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.02 |
| HSL | 357.04º | 0.96% | 0.5% | - |
| HSV(B) | 357.04º | 0.97% | 0.98% | - |
| XYZ | 39.62 | 20.52 | 2.49 | - |
| YUV | 81.03 | 93.01 | 248.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 19 | 0 | 0.97 | 0.92 | 0.02 | 357.04 | 0.96 | 0.5 |
| Hex | FA | 7 | 13 | 0 | 61 | 5C | 2 | 165 | 60 | 32 |
| Octal | 372 | 7 | 23 | 0 | 141 | 134 | 2 | 545 | 140 | 62 |
| Binary | 11111010 | 111 | 10011 | 0 | 1100001 | 1011100 | 10 | 101100101 | 1100000 | 110010 |
Color Harmonies of #FA0713
Complementary color
Monochromatic Colors of #FA0713
Black with #FA0713
Text Example
Text Example
White with #FA0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0713; }
p { color: rgb(250,7,19); }
H1.HeaderClassName
{
color: #FA0713;
}
.AnyTagClassName
{
color: #FA0713;
}
</style>
background-color css
<style>
a { background-color: #FA0713; }
a { background-color: rgb(250,7,19); }
div.DivClassName
{
background-color: #FA0713;
}
.BgClassName
{
background-color: #FA0713;
}
</style>
border-color css
<style>
span { border-color: #FA0713; }
span { border-color: rgb(250,7,19); }
td.TdClassName
{
border-color: #FA0713;
}
.TagClassName
{
border-color: #FA0713;
}
</style>