Shades of Torch Red #FA0814
Tints of Torch Red #FA0814
RGB
CMYK
RGB Variations
Color information
#FA0814 (or 0xFA0814) is known color: Torch Red. HEX triplet: FA, 08 and 14. RGB value is (250,8,20). Sum of RGB (Red+Green+Blue) = 250+8+20=278 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.93% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0814 is #05F7EB. Grayscale: #515151. Windows color (decimal): -391148 or 1313018. OLE color: 1313018.
HSL color Cylindrical-coordinate representation of color #FA0814: hue angle of 357.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.02 |
| HSL | 357.02º | 0.96% | 0.51% | - |
| HSV(B) | 357.02º | 0.97% | 0.98% | - |
| XYZ | 39.64 | 20.55 | 2.54 | - |
| YUV | 81.73 | 93.17 | 248.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 20 | 0 | 0.97 | 0.92 | 0.02 | 357.02 | 0.96 | 0.51 |
| Hex | FA | 8 | 14 | 0 | 61 | 5C | 2 | 165 | 60 | 33 |
| Octal | 372 | 10 | 24 | 0 | 141 | 134 | 2 | 545 | 140 | 63 |
| Binary | 11111010 | 1000 | 10100 | 0 | 1100001 | 1011100 | 10 | 101100101 | 1100000 | 110011 |
Color Harmonies of #FA0814
Complementary color
Monochromatic Colors of #FA0814
Black with #FA0814
Text Example
Text Example
White with #FA0814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0814; }
p { color: rgb(250,8,20); }
H1.HeaderClassName
{
color: #FA0814;
}
.AnyTagClassName
{
color: #FA0814;
}
</style>
background-color css
<style>
a { background-color: #FA0814; }
a { background-color: rgb(250,8,20); }
div.DivClassName
{
background-color: #FA0814;
}
.BgClassName
{
background-color: #FA0814;
}
</style>
border-color css
<style>
span { border-color: #FA0814; }
span { border-color: rgb(250,8,20); }
td.TdClassName
{
border-color: #FA0814;
}
.TagClassName
{
border-color: #FA0814;
}
</style>