Shades of Torch Red #FA0529
Tints of Torch Red #FA0529
RGB
CMYK
RGB Variations
Color information
#FA0529 (or 0xFA0529) is known color: Torch Red. HEX triplet: FA, 05 and 29. RGB value is (250,5,41). Sum of RGB (Red+Green+Blue) = 250+5+41=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0529 is #05FAD6. Grayscale: #525252. Windows color (decimal): -391895 or 2688506. OLE color: 2688506.
HSL color Cylindrical-coordinate representation of color #FA0529: hue angle of 351.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0529 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.02 |
| HSL | 351.18º | 0.96% | 0.5% | - |
| HSV(B) | 351.18º | 0.98% | 0.98% | - |
| XYZ | 39.88 | 20.59 | 3.97 | - |
| YUV | 82.36 | 104.67 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 41 | 0 | 0.98 | 0.84 | 0.02 | 351.18 | 0.96 | 0.5 |
| Hex | FA | 5 | 29 | 0 | 62 | 54 | 2 | 15F | 60 | 32 |
| Octal | 372 | 5 | 51 | 0 | 142 | 124 | 2 | 537 | 140 | 62 |
| Binary | 11111010 | 101 | 101001 | 0 | 1100010 | 1010100 | 10 | 101011111 | 1100000 | 110010 |
Color Harmonies of #FA0529
Complementary color
Monochromatic Colors of #FA0529
Black with #FA0529
Text Example
Text Example
White with #FA0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0529; }
p { color: rgb(250,5,41); }
H1.HeaderClassName
{
color: #FA0529;
}
.AnyTagClassName
{
color: #FA0529;
}
</style>
background-color css
<style>
a { background-color: #FA0529; }
a { background-color: rgb(250,5,41); }
div.DivClassName
{
background-color: #FA0529;
}
.BgClassName
{
background-color: #FA0529;
}
</style>
border-color css
<style>
span { border-color: #FA0529; }
span { border-color: rgb(250,5,41); }
td.TdClassName
{
border-color: #FA0529;
}
.TagClassName
{
border-color: #FA0529;
}
</style>