Shades of Torch Red #FA042C
Tints of Torch Red #FA042C
RGB
CMYK
RGB Variations
Color information
#FA042C (or 0xFA042C) is known color: Torch Red. HEX triplet: FA, 04 and 2C. RGB value is (250,4,44). Sum of RGB (Red+Green+Blue) = 250+4+44=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA042C is #05FBD3. Grayscale: #525252. Windows color (decimal): -392148 or 2884858. OLE color: 2884858.
HSL color Cylindrical-coordinate representation of color #FA042C: hue angle of 350.24º 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 #FA042C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.02 |
| HSL | 350.24º | 0.97% | 0.5% | - |
| HSV(B) | 350.24º | 0.98% | 0.98% | - |
| XYZ | 39.92 | 20.59 | 4.25 | - |
| YUV | 82.11 | 106.5 | 247.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 44 | 0 | 0.98 | 0.82 | 0.02 | 350.24 | 0.97 | 0.5 |
| Hex | FA | 4 | 2C | 0 | 62 | 52 | 2 | 15E | 61 | 32 |
| Octal | 372 | 4 | 54 | 0 | 142 | 122 | 2 | 536 | 141 | 62 |
| Binary | 11111010 | 100 | 101100 | 0 | 1100010 | 1010010 | 10 | 101011110 | 1100001 | 110010 |
Color Harmonies of #FA042C
Complementary color
Monochromatic Colors of #FA042C
Black with #FA042C
Text Example
Text Example
White with #FA042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA042C; }
p { color: rgb(250,4,44); }
H1.HeaderClassName
{
color: #FA042C;
}
.AnyTagClassName
{
color: #FA042C;
}
</style>
background-color css
<style>
a { background-color: #FA042C; }
a { background-color: rgb(250,4,44); }
div.DivClassName
{
background-color: #FA042C;
}
.BgClassName
{
background-color: #FA042C;
}
</style>
border-color css
<style>
span { border-color: #FA042C; }
span { border-color: rgb(250,4,44); }
td.TdClassName
{
border-color: #FA042C;
}
.TagClassName
{
border-color: #FA042C;
}
</style>