Shades of Torch Red #FA1E3B
Tints of Torch Red #FA1E3B
RGB
CMYK
RGB Variations
Color information
#FA1E3B (or 0xFA1E3B) is known color: Torch Red. HEX triplet: FA, 1E and 3B. RGB value is (250,30,59). Sum of RGB (Red+Green+Blue) = 250+30+59=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E3B is #05E1C4. Grayscale: #636363. Windows color (decimal): -385477 or 3874554. OLE color: 3874554.
HSL color Cylindrical-coordinate representation of color #FA1E3B: hue angle of 352.09º 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 #FA1E3B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 59 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.02 |
| HSL | 352.09º | 0.96% | 0.55% | - |
| HSV(B) | 352.09º | 0.88% | 0.98% | - |
| XYZ | 40.68 | 21.57 | 6.16 | - |
| YUV | 99.09 | 105.39 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 59 | 0 | 0.88 | 0.76 | 0.02 | 352.09 | 0.96 | 0.55 |
| Hex | FA | 1E | 3B | 0 | 58 | 4C | 2 | 160 | 60 | 37 |
| Octal | 372 | 36 | 73 | 0 | 130 | 114 | 2 | 540 | 140 | 67 |
| Binary | 11111010 | 11110 | 111011 | 0 | 1011000 | 1001100 | 10 | 101100000 | 1100000 | 110111 |
Color Harmonies of #FA1E3B
Complementary color
Monochromatic Colors of #FA1E3B
Black with #FA1E3B
Text Example
Text Example
White with #FA1E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E3B; }
p { color: rgb(250,30,59); }
H1.HeaderClassName
{
color: #FA1E3B;
}
.AnyTagClassName
{
color: #FA1E3B;
}
</style>
background-color css
<style>
a { background-color: #FA1E3B; }
a { background-color: rgb(250,30,59); }
div.DivClassName
{
background-color: #FA1E3B;
}
.BgClassName
{
background-color: #FA1E3B;
}
</style>
border-color css
<style>
span { border-color: #FA1E3B; }
span { border-color: rgb(250,30,59); }
td.TdClassName
{
border-color: #FA1E3B;
}
.TagClassName
{
border-color: #FA1E3B;
}
</style>