Shades of Torch Red #FA042F
Tints of Torch Red #FA042F
RGB
CMYK
RGB Variations
Color information
#FA042F (or 0xFA042F) is known color: Torch Red. HEX triplet: FA, 04 and 2F. RGB value is (250,4,47). Sum of RGB (Red+Green+Blue) = 250+4+47=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA042F is #05FBD0. Grayscale: #525252. Windows color (decimal): -392145 or 3081466. OLE color: 3081466.
HSL color Cylindrical-coordinate representation of color #FA042F: hue angle of 349.51º 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 #FA042F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.02 |
| HSL | 349.51º | 0.97% | 0.5% | - |
| HSV(B) | 349.51º | 0.98% | 0.98% | - |
| XYZ | 39.98 | 20.62 | 4.56 | - |
| YUV | 82.46 | 108 | 247.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 47 | 0 | 0.98 | 0.81 | 0.02 | 349.51 | 0.97 | 0.5 |
| Hex | FA | 4 | 2F | 0 | 62 | 51 | 2 | 15E | 61 | 32 |
| Octal | 372 | 4 | 57 | 0 | 142 | 121 | 2 | 536 | 141 | 62 |
| Binary | 11111010 | 100 | 101111 | 0 | 1100010 | 1010001 | 10 | 101011110 | 1100001 | 110010 |
Color Harmonies of #FA042F
Complementary color
Monochromatic Colors of #FA042F
Black with #FA042F
Text Example
Text Example
White with #FA042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA042F; }
p { color: rgb(250,4,47); }
H1.HeaderClassName
{
color: #FA042F;
}
.AnyTagClassName
{
color: #FA042F;
}
</style>
background-color css
<style>
a { background-color: #FA042F; }
a { background-color: rgb(250,4,47); }
div.DivClassName
{
background-color: #FA042F;
}
.BgClassName
{
background-color: #FA042F;
}
</style>
border-color css
<style>
span { border-color: #FA042F; }
span { border-color: rgb(250,4,47); }
td.TdClassName
{
border-color: #FA042F;
}
.TagClassName
{
border-color: #FA042F;
}
</style>