Shades of Torch Red #FA1F2B
Tints of Torch Red #FA1F2B
RGB
CMYK
RGB Variations
Color information
#FA1F2B (or 0xFA1F2B) is known color: Torch Red. HEX triplet: FA, 1F and 2B. RGB value is (250,31,43). Sum of RGB (Red+Green+Blue) = 250+31+43=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1F2B is #05E0D4. Grayscale: #626262. Windows color (decimal): -385237 or 2826234. OLE color: 2826234.
HSL color Cylindrical-coordinate representation of color #FA1F2B: hue angle of 356.71º 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 #FA1F2B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 43 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.02 |
| HSL | 356.71º | 0.96% | 0.55% | - |
| HSV(B) | 356.71º | 0.88% | 0.98% | - |
| XYZ | 40.35 | 21.48 | 4.3 | - |
| YUV | 97.85 | 97.05 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 43 | 0 | 0.88 | 0.83 | 0.02 | 356.71 | 0.96 | 0.55 |
| Hex | FA | 1F | 2B | 0 | 58 | 53 | 2 | 165 | 60 | 37 |
| Octal | 372 | 37 | 53 | 0 | 130 | 123 | 2 | 545 | 140 | 67 |
| Binary | 11111010 | 11111 | 101011 | 0 | 1011000 | 1010011 | 10 | 101100101 | 1100000 | 110111 |
Color Harmonies of #FA1F2B
Complementary color
Monochromatic Colors of #FA1F2B
Black with #FA1F2B
Text Example
Text Example
White with #FA1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F2B; }
p { color: rgb(250,31,43); }
H1.HeaderClassName
{
color: #FA1F2B;
}
.AnyTagClassName
{
color: #FA1F2B;
}
</style>
background-color css
<style>
a { background-color: #FA1F2B; }
a { background-color: rgb(250,31,43); }
div.DivClassName
{
background-color: #FA1F2B;
}
.BgClassName
{
background-color: #FA1F2B;
}
</style>
border-color css
<style>
span { border-color: #FA1F2B; }
span { border-color: rgb(250,31,43); }
td.TdClassName
{
border-color: #FA1F2B;
}
.TagClassName
{
border-color: #FA1F2B;
}
</style>