Shades of Torch Red #FE042E
Tints of Torch Red #FE042E
RGB
CMYK
RGB Variations
Color information
#FE042E (or 0xFE042E) is known color: Torch Red. HEX triplet: FE, 04 and 2E. RGB value is (254,4,46). Sum of RGB (Red+Green+Blue) = 254+4+46=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE042E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE042E is #01FBD1. Grayscale: #535353. Windows color (decimal): -130002 or 3015934. OLE color: 3015934.
HSL color Cylindrical-coordinate representation of color #FE042E: hue angle of 349.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE042E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.00 |
| HSL | 349.92º | 0.99% | 0.51% | - |
| HSV(B) | 349.92º | 0.98% | 1% | - |
| XYZ | 41.41 | 21.35 | 4.52 | - |
| YUV | 83.54 | 106.83 | 249.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 46 | 0 | 0.98 | 0.82 | 0.00 | 349.92 | 0.99 | 0.51 |
| Hex | FE | 4 | 2E | 0 | 62 | 52 | 0 | 15E | 63 | 33 |
| Octal | 376 | 4 | 56 | 0 | 142 | 122 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 100 | 101110 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE042E
Complementary color
Monochromatic Colors of #FE042E
Black with #FE042E
Text Example
Text Example
White with #FE042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE042E; }
p { color: rgb(254,4,46); }
H1.HeaderClassName
{
color: #FE042E;
}
.AnyTagClassName
{
color: #FE042E;
}
</style>
background-color css
<style>
a { background-color: #FE042E; }
a { background-color: rgb(254,4,46); }
div.DivClassName
{
background-color: #FE042E;
}
.BgClassName
{
background-color: #FE042E;
}
</style>
border-color css
<style>
span { border-color: #FE042E; }
span { border-color: rgb(254,4,46); }
td.TdClassName
{
border-color: #FE042E;
}
.TagClassName
{
border-color: #FE042E;
}
</style>