Shades of Torch Red #FA1A30
Tints of Torch Red #FA1A30
RGB
CMYK
RGB Variations
Color information
#FA1A30 (or 0xFA1A30) is known color: Torch Red. HEX triplet: FA, 1A and 30. RGB value is (250,26,48). Sum of RGB (Red+Green+Blue) = 250+26+48=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A30 is #05E5CF. Grayscale: #5F5F5F. Windows color (decimal): -386512 or 3152634. OLE color: 3152634.
HSL color Cylindrical-coordinate representation of color #FA1A30: hue angle of 354.11º 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 #FA1A30 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 48 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.02 |
| HSL | 354.11º | 0.96% | 0.54% | - |
| HSV(B) | 354.11º | 0.9% | 0.98% | - |
| XYZ | 40.33 | 21.28 | 4.78 | - |
| YUV | 95.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 48 | 0 | 0.90 | 0.81 | 0.02 | 354.11 | 0.96 | 0.54 |
| Hex | FA | 1A | 30 | 0 | 5A | 51 | 2 | 162 | 60 | 36 |
| Octal | 372 | 32 | 60 | 0 | 132 | 121 | 2 | 542 | 140 | 66 |
| Binary | 11111010 | 11010 | 110000 | 0 | 1011010 | 1010001 | 10 | 101100010 | 1100000 | 110110 |
Color Harmonies of #FA1A30
Complementary color
Monochromatic Colors of #FA1A30
Black with #FA1A30
Text Example
Text Example
White with #FA1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A30; }
p { color: rgb(250,26,48); }
H1.HeaderClassName
{
color: #FA1A30;
}
.AnyTagClassName
{
color: #FA1A30;
}
</style>
background-color css
<style>
a { background-color: #FA1A30; }
a { background-color: rgb(250,26,48); }
div.DivClassName
{
background-color: #FA1A30;
}
.BgClassName
{
background-color: #FA1A30;
}
</style>
border-color css
<style>
span { border-color: #FA1A30; }
span { border-color: rgb(250,26,48); }
td.TdClassName
{
border-color: #FA1A30;
}
.TagClassName
{
border-color: #FA1A30;
}
</style>