Shades of Torch Red #FA1E3E
Tints of Torch Red #FA1E3E
RGB
CMYK
RGB Variations
Color information
#FA1E3E (or 0xFA1E3E) is known color: Torch Red. HEX triplet: FA, 1E and 3E. RGB value is (250,30,62). Sum of RGB (Red+Green+Blue) = 250+30+62=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E3E is #05E1C1. Grayscale: #636363. Windows color (decimal): -385474 or 4071162. OLE color: 4071162.
HSL color Cylindrical-coordinate representation of color #FA1E3E: hue angle of 351.27º 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 #FA1E3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 62 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.02 |
| HSL | 351.27º | 0.96% | 0.55% | - |
| HSV(B) | 351.27º | 0.88% | 0.98% | - |
| XYZ | 40.76 | 21.6 | 6.58 | - |
| YUV | 99.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 62 | 0 | 0.88 | 0.75 | 0.02 | 351.27 | 0.96 | 0.55 |
| Hex | FA | 1E | 3E | 0 | 58 | 4B | 2 | 15F | 60 | 37 |
| Octal | 372 | 36 | 76 | 0 | 130 | 113 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 11110 | 111110 | 0 | 1011000 | 1001011 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA1E3E
Complementary color
Monochromatic Colors of #FA1E3E
Black with #FA1E3E
Text Example
Text Example
White with #FA1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E3E; }
p { color: rgb(250,30,62); }
H1.HeaderClassName
{
color: #FA1E3E;
}
.AnyTagClassName
{
color: #FA1E3E;
}
</style>
background-color css
<style>
a { background-color: #FA1E3E; }
a { background-color: rgb(250,30,62); }
div.DivClassName
{
background-color: #FA1E3E;
}
.BgClassName
{
background-color: #FA1E3E;
}
</style>
border-color css
<style>
span { border-color: #FA1E3E; }
span { border-color: rgb(250,30,62); }
td.TdClassName
{
border-color: #FA1E3E;
}
.TagClassName
{
border-color: #FA1E3E;
}
</style>