Shades of Torch Red #FA2126
Tints of Torch Red #FA2126
RGB
CMYK
RGB Variations
Color information
#FA2126 (or 0xFA2126) is known color: Torch Red. HEX triplet: FA, 21 and 26. RGB value is (250,33,38). Sum of RGB (Red+Green+Blue) = 250+33+38=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2126 is #05DED9. Grayscale: #626262. Windows color (decimal): -384730 or 2499066. OLE color: 2499066.
HSL color Cylindrical-coordinate representation of color #FA2126: hue angle of 358.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2126 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 38 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.02 |
| HSL | 358.62º | 0.96% | 0.55% | - |
| HSV(B) | 358.62º | 0.87% | 0.98% | - |
| XYZ | 40.32 | 21.55 | 3.87 | - |
| YUV | 98.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 38 | 0 | 0.87 | 0.85 | 0.02 | 358.62 | 0.96 | 0.55 |
| Hex | FA | 21 | 26 | 0 | 57 | 55 | 2 | 167 | 60 | 37 |
| Octal | 372 | 41 | 46 | 0 | 127 | 125 | 2 | 547 | 140 | 67 |
| Binary | 11111010 | 100001 | 100110 | 0 | 1010111 | 1010101 | 10 | 101100111 | 1100000 | 110111 |
Color Harmonies of #FA2126
Complementary color
Monochromatic Colors of #FA2126
Black with #FA2126
Text Example
Text Example
White with #FA2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2126; }
p { color: rgb(250,33,38); }
H1.HeaderClassName
{
color: #FA2126;
}
.AnyTagClassName
{
color: #FA2126;
}
</style>
background-color css
<style>
a { background-color: #FA2126; }
a { background-color: rgb(250,33,38); }
div.DivClassName
{
background-color: #FA2126;
}
.BgClassName
{
background-color: #FA2126;
}
</style>
border-color css
<style>
span { border-color: #FA2126; }
span { border-color: rgb(250,33,38); }
td.TdClassName
{
border-color: #FA2126;
}
.TagClassName
{
border-color: #FA2126;
}
</style>