Shades of Torch Red #FA181F
Tints of Torch Red #FA181F
RGB
CMYK
RGB Variations
Color information
#FA181F (or 0xFA181F) is known color: Torch Red. HEX triplet: FA, 18 and 1F. RGB value is (250,24,31). Sum of RGB (Red+Green+Blue) = 250+24+31=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA181F is #05E7E0. Grayscale: #5C5C5C. Windows color (decimal): -387041 or 2038010. OLE color: 2038010.
HSL color Cylindrical-coordinate representation of color #FA181F: hue angle of 358.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA181F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 31 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.02 |
| HSL | 358.14º | 0.96% | 0.54% | - |
| HSV(B) | 358.14º | 0.9% | 0.98% | - |
| XYZ | 40 | 21.08 | 3.26 | - |
| YUV | 92.37 | 93.37 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 31 | 0 | 0.90 | 0.88 | 0.02 | 358.14 | 0.96 | 0.54 |
| Hex | FA | 18 | 1F | 0 | 5A | 58 | 2 | 166 | 60 | 36 |
| Octal | 372 | 30 | 37 | 0 | 132 | 130 | 2 | 546 | 140 | 66 |
| Binary | 11111010 | 11000 | 11111 | 0 | 1011010 | 1011000 | 10 | 101100110 | 1100000 | 110110 |
Color Harmonies of #FA181F
Complementary color
Monochromatic Colors of #FA181F
Black with #FA181F
Text Example
Text Example
White with #FA181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA181F; }
p { color: rgb(250,24,31); }
H1.HeaderClassName
{
color: #FA181F;
}
.AnyTagClassName
{
color: #FA181F;
}
</style>
background-color css
<style>
a { background-color: #FA181F; }
a { background-color: rgb(250,24,31); }
div.DivClassName
{
background-color: #FA181F;
}
.BgClassName
{
background-color: #FA181F;
}
</style>
border-color css
<style>
span { border-color: #FA181F; }
span { border-color: rgb(250,24,31); }
td.TdClassName
{
border-color: #FA181F;
}
.TagClassName
{
border-color: #FA181F;
}
</style>