Shades of Torch Red #FA042D
Tints of Torch Red #FA042D
RGB
CMYK
RGB Variations
Color information
#FA042D (or 0xFA042D) is known color: Torch Red. HEX triplet: FA, 04 and 2D. RGB value is (250,4,45). Sum of RGB (Red+Green+Blue) = 250+4+45=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA042D is #05FBD2. Grayscale: #525252. Windows color (decimal): -392147 or 2950394. OLE color: 2950394.
HSL color Cylindrical-coordinate representation of color #FA042D: hue angle of 350º degrees, saturation: 0.97, 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 #FA042D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.02 |
| HSL | 350º | 0.97% | 0.5% | - |
| HSV(B) | 350º | 0.98% | 0.98% | - |
| XYZ | 39.94 | 20.6 | 4.35 | - |
| YUV | 82.23 | 107 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 45 | 0 | 0.98 | 0.82 | 0.02 | 350 | 0.97 | 0.5 |
| Hex | FA | 4 | 2D | 0 | 62 | 52 | 2 | 15E | 61 | 32 |
| Octal | 372 | 4 | 55 | 0 | 142 | 122 | 2 | 536 | 141 | 62 |
| Binary | 11111010 | 100 | 101101 | 0 | 1100010 | 1010010 | 10 | 101011110 | 1100001 | 110010 |
Color Harmonies of #FA042D
Complementary color
Monochromatic Colors of #FA042D
Black with #FA042D
Text Example
Text Example
White with #FA042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA042D; }
p { color: rgb(250,4,45); }
H1.HeaderClassName
{
color: #FA042D;
}
.AnyTagClassName
{
color: #FA042D;
}
</style>
background-color css
<style>
a { background-color: #FA042D; }
a { background-color: rgb(250,4,45); }
div.DivClassName
{
background-color: #FA042D;
}
.BgClassName
{
background-color: #FA042D;
}
</style>
border-color css
<style>
span { border-color: #FA042D; }
span { border-color: rgb(250,4,45); }
td.TdClassName
{
border-color: #FA042D;
}
.TagClassName
{
border-color: #FA042D;
}
</style>