Shades of Torch Red #FA151E
Tints of Torch Red #FA151E
RGB
CMYK
RGB Variations
Color information
#FA151E (or 0xFA151E) is known color: Torch Red. HEX triplet: FA, 15 and 1E. RGB value is (250,21,30). Sum of RGB (Red+Green+Blue) = 250+21+30=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA151E is #05EAE1. Grayscale: #5A5A5A. Windows color (decimal): -387810 or 1971706. OLE color: 1971706.
HSL color Cylindrical-coordinate representation of color #FA151E: hue angle of 357.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA151E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 30 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.02 |
| HSL | 357.64º | 0.96% | 0.53% | - |
| HSV(B) | 357.64º | 0.92% | 0.98% | - |
| XYZ | 39.93 | 20.95 | 3.17 | - |
| YUV | 90.5 | 93.87 | 241.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 30 | 0 | 0.92 | 0.88 | 0.02 | 357.64 | 0.96 | 0.53 |
| Hex | FA | 15 | 1E | 0 | 5C | 58 | 2 | 166 | 60 | 35 |
| Octal | 372 | 25 | 36 | 0 | 134 | 130 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10101 | 11110 | 0 | 1011100 | 1011000 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA151E
Complementary color
Monochromatic Colors of #FA151E
Black with #FA151E
Text Example
Text Example
White with #FA151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA151E; }
p { color: rgb(250,21,30); }
H1.HeaderClassName
{
color: #FA151E;
}
.AnyTagClassName
{
color: #FA151E;
}
</style>
background-color css
<style>
a { background-color: #FA151E; }
a { background-color: rgb(250,21,30); }
div.DivClassName
{
background-color: #FA151E;
}
.BgClassName
{
background-color: #FA151E;
}
</style>
border-color css
<style>
span { border-color: #FA151E; }
span { border-color: rgb(250,21,30); }
td.TdClassName
{
border-color: #FA151E;
}
.TagClassName
{
border-color: #FA151E;
}
</style>