Shades of Torch Red #FC042E
Tints of Torch Red #FC042E
RGB
CMYK
RGB Variations
Color information
#FC042E (or 0xFC042E) is known color: Torch Red. HEX triplet: FC, 04 and 2E. RGB value is (252,4,46). Sum of RGB (Red+Green+Blue) = 252+4+46=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC042E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC042E is #03FBD1. Grayscale: #535353. Windows color (decimal): -261074 or 3015932. OLE color: 3015932.
HSL color Cylindrical-coordinate representation of color #FC042E: hue angle of 349.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC042E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.01 |
| HSL | 349.84º | 0.98% | 0.5% | - |
| HSV(B) | 349.84º | 0.98% | 0.99% | - |
| XYZ | 40.68 | 20.98 | 4.49 | - |
| YUV | 82.94 | 107.16 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 46 | 0 | 0.98 | 0.82 | 0.01 | 349.84 | 0.98 | 0.5 |
| Hex | FC | 4 | 2E | 0 | 62 | 52 | 1 | 15E | 62 | 32 |
| Octal | 374 | 4 | 56 | 0 | 142 | 122 | 1 | 536 | 142 | 62 |
| Binary | 11111100 | 100 | 101110 | 0 | 1100010 | 1010010 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FC042E
Complementary color
Monochromatic Colors of #FC042E
Black with #FC042E
Text Example
Text Example
White with #FC042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC042E; }
p { color: rgb(252,4,46); }
H1.HeaderClassName
{
color: #FC042E;
}
.AnyTagClassName
{
color: #FC042E;
}
</style>
background-color css
<style>
a { background-color: #FC042E; }
a { background-color: rgb(252,4,46); }
div.DivClassName
{
background-color: #FC042E;
}
.BgClassName
{
background-color: #FC042E;
}
</style>
border-color css
<style>
span { border-color: #FC042E; }
span { border-color: rgb(252,4,46); }
td.TdClassName
{
border-color: #FC042E;
}
.TagClassName
{
border-color: #FC042E;
}
</style>