Shades of Torch Red #FA1A3A
Tints of Torch Red #FA1A3A
RGB
CMYK
RGB Variations
Color information
#FA1A3A (or 0xFA1A3A) is known color: Torch Red. HEX triplet: FA, 1A and 3A. RGB value is (250,26,58). Sum of RGB (Red+Green+Blue) = 250+26+58=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A3A is #05E5C5. Grayscale: #606060. Windows color (decimal): -386502 or 3807994. OLE color: 3807994.
HSL color Cylindrical-coordinate representation of color #FA1A3A: hue angle of 351.43º 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 #FA1A3A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 58 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.02 |
| HSL | 351.43º | 0.96% | 0.54% | - |
| HSV(B) | 351.43º | 0.9% | 0.98% | - |
| XYZ | 40.56 | 21.37 | 5.99 | - |
| YUV | 96.62 | 106.21 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 58 | 0 | 0.90 | 0.77 | 0.02 | 351.43 | 0.96 | 0.54 |
| Hex | FA | 1A | 3A | 0 | 5A | 4D | 2 | 15F | 60 | 36 |
| Octal | 372 | 32 | 72 | 0 | 132 | 115 | 2 | 537 | 140 | 66 |
| Binary | 11111010 | 11010 | 111010 | 0 | 1011010 | 1001101 | 10 | 101011111 | 1100000 | 110110 |
Color Harmonies of #FA1A3A
Complementary color
Monochromatic Colors of #FA1A3A
Black with #FA1A3A
Text Example
Text Example
White with #FA1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A3A; }
p { color: rgb(250,26,58); }
H1.HeaderClassName
{
color: #FA1A3A;
}
.AnyTagClassName
{
color: #FA1A3A;
}
</style>
background-color css
<style>
a { background-color: #FA1A3A; }
a { background-color: rgb(250,26,58); }
div.DivClassName
{
background-color: #FA1A3A;
}
.BgClassName
{
background-color: #FA1A3A;
}
</style>
border-color css
<style>
span { border-color: #FA1A3A; }
span { border-color: rgb(250,26,58); }
td.TdClassName
{
border-color: #FA1A3A;
}
.TagClassName
{
border-color: #FA1A3A;
}
</style>