Shades of Torch Red #FA1E1F
Tints of Torch Red #FA1E1F
RGB
CMYK
RGB Variations
Color information
#FA1E1F (or 0xFA1E1F) is known color: Torch Red. HEX triplet: FA, 1E and 1F. RGB value is (250,30,31). Sum of RGB (Red+Green+Blue) = 250+30+31=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E1F is #05E1E0. Grayscale: #606060. Windows color (decimal): -385505 or 2039546. OLE color: 2039546.
HSL color Cylindrical-coordinate representation of color #FA1E1F: hue angle of 359.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E1F is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 31 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.02 |
| HSL | 359.73º | 0.96% | 0.55% | - |
| HSV(B) | 359.73º | 0.88% | 0.98% | - |
| XYZ | 40.14 | 21.35 | 3.3 | - |
| YUV | 95.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 31 | 0 | 0.88 | 0.88 | 0.02 | 359.73 | 0.96 | 0.55 |
| Hex | FA | 1E | 1F | 0 | 58 | 58 | 2 | 168 | 60 | 37 |
| Octal | 372 | 36 | 37 | 0 | 130 | 130 | 2 | 550 | 140 | 67 |
| Binary | 11111010 | 11110 | 11111 | 0 | 1011000 | 1011000 | 10 | 101101000 | 1100000 | 110111 |
Color Harmonies of #FA1E1F
Complementary color
Monochromatic Colors of #FA1E1F
Black with #FA1E1F
Text Example
Text Example
White with #FA1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E1F; }
p { color: rgb(250,30,31); }
H1.HeaderClassName
{
color: #FA1E1F;
}
.AnyTagClassName
{
color: #FA1E1F;
}
</style>
background-color css
<style>
a { background-color: #FA1E1F; }
a { background-color: rgb(250,30,31); }
div.DivClassName
{
background-color: #FA1E1F;
}
.BgClassName
{
background-color: #FA1E1F;
}
</style>
border-color css
<style>
span { border-color: #FA1E1F; }
span { border-color: rgb(250,30,31); }
td.TdClassName
{
border-color: #FA1E1F;
}
.TagClassName
{
border-color: #FA1E1F;
}
</style>