Shades of Torch Red #FA1A2E
Tints of Torch Red #FA1A2E
RGB
CMYK
RGB Variations
Color information
#FA1A2E (or 0xFA1A2E) is known color: Torch Red. HEX triplet: FA, 1A and 2E. RGB value is (250,26,46). Sum of RGB (Red+Green+Blue) = 250+26+46=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A2E is #05E5D1. Grayscale: #5F5F5F. Windows color (decimal): -386514 or 3021562. OLE color: 3021562.
HSL color Cylindrical-coordinate representation of color #FA1A2E: hue angle of 354.64º 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 #FA1A2E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 46 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.64º | 0.96% | 0.54% | - |
| HSV(B) | 354.64º | 0.9% | 0.98% | - |
| XYZ | 40.29 | 21.26 | 4.57 | - |
| YUV | 95.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 46 | 0 | 0.90 | 0.82 | 0.02 | 354.64 | 0.96 | 0.54 |
| Hex | FA | 1A | 2E | 0 | 5A | 52 | 2 | 163 | 60 | 36 |
| Octal | 372 | 32 | 56 | 0 | 132 | 122 | 2 | 543 | 140 | 66 |
| Binary | 11111010 | 11010 | 101110 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1100000 | 110110 |
Color Harmonies of #FA1A2E
Complementary color
Monochromatic Colors of #FA1A2E
Black with #FA1A2E
Text Example
Text Example
White with #FA1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A2E; }
p { color: rgb(250,26,46); }
H1.HeaderClassName
{
color: #FA1A2E;
}
.AnyTagClassName
{
color: #FA1A2E;
}
</style>
background-color css
<style>
a { background-color: #FA1A2E; }
a { background-color: rgb(250,26,46); }
div.DivClassName
{
background-color: #FA1A2E;
}
.BgClassName
{
background-color: #FA1A2E;
}
</style>
border-color css
<style>
span { border-color: #FA1A2E; }
span { border-color: rgb(250,26,46); }
td.TdClassName
{
border-color: #FA1A2E;
}
.TagClassName
{
border-color: #FA1A2E;
}
</style>