Shades of Torch Red #FA2129
Tints of Torch Red #FA2129
RGB
CMYK
RGB Variations
Color information
#FA2129 (or 0xFA2129) is known color: Torch Red. HEX triplet: FA, 21 and 29. RGB value is (250,33,41). Sum of RGB (Red+Green+Blue) = 250+33+41=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2129 is #05DED6. Grayscale: #626262. Windows color (decimal): -384727 or 2695674. OLE color: 2695674.
HSL color Cylindrical-coordinate representation of color #FA2129: hue angle of 357.79º 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 #FA2129 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 41 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.02 |
| HSL | 357.79º | 0.96% | 0.55% | - |
| HSV(B) | 357.79º | 0.87% | 0.98% | - |
| XYZ | 40.37 | 21.57 | 4.13 | - |
| YUV | 98.8 | 95.39 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 41 | 0 | 0.87 | 0.84 | 0.02 | 357.79 | 0.96 | 0.55 |
| Hex | FA | 21 | 29 | 0 | 57 | 54 | 2 | 166 | 60 | 37 |
| Octal | 372 | 41 | 51 | 0 | 127 | 124 | 2 | 546 | 140 | 67 |
| Binary | 11111010 | 100001 | 101001 | 0 | 1010111 | 1010100 | 10 | 101100110 | 1100000 | 110111 |
Color Harmonies of #FA2129
Complementary color
Monochromatic Colors of #FA2129
Black with #FA2129
Text Example
Text Example
White with #FA2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2129; }
p { color: rgb(250,33,41); }
H1.HeaderClassName
{
color: #FA2129;
}
.AnyTagClassName
{
color: #FA2129;
}
</style>
background-color css
<style>
a { background-color: #FA2129; }
a { background-color: rgb(250,33,41); }
div.DivClassName
{
background-color: #FA2129;
}
.BgClassName
{
background-color: #FA2129;
}
</style>
border-color css
<style>
span { border-color: #FA2129; }
span { border-color: rgb(250,33,41); }
td.TdClassName
{
border-color: #FA2129;
}
.TagClassName
{
border-color: #FA2129;
}
</style>