Shades of Torch Red #FE042D
Tints of Torch Red #FE042D
RGB
CMYK
RGB Variations
Color information
#FE042D (or 0xFE042D) is known color: Torch Red. HEX triplet: FE, 04 and 2D. RGB value is (254,4,45). Sum of RGB (Red+Green+Blue) = 254+4+45=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE042D is #01FBD2. Grayscale: #535353. Windows color (decimal): -130003 or 2950398. OLE color: 2950398.
HSL color Cylindrical-coordinate representation of color #FE042D: hue angle of 350.16º 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 #FE042D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.00 |
| HSL | 350.16º | 0.99% | 0.51% | - |
| HSV(B) | 350.16º | 0.98% | 1% | - |
| XYZ | 41.39 | 21.35 | 4.42 | - |
| YUV | 83.42 | 106.33 | 249.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 45 | 0 | 0.98 | 0.82 | 0.00 | 350.16 | 0.99 | 0.51 |
| Hex | FE | 4 | 2D | 0 | 62 | 52 | 0 | 15E | 63 | 33 |
| Octal | 376 | 4 | 55 | 0 | 142 | 122 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 100 | 101101 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE042D
Complementary color
Monochromatic Colors of #FE042D
Black with #FE042D
Text Example
Text Example
White with #FE042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE042D; }
p { color: rgb(254,4,45); }
H1.HeaderClassName
{
color: #FE042D;
}
.AnyTagClassName
{
color: #FE042D;
}
</style>
background-color css
<style>
a { background-color: #FE042D; }
a { background-color: rgb(254,4,45); }
div.DivClassName
{
background-color: #FE042D;
}
.BgClassName
{
background-color: #FE042D;
}
</style>
border-color css
<style>
span { border-color: #FE042D; }
span { border-color: rgb(254,4,45); }
td.TdClassName
{
border-color: #FE042D;
}
.TagClassName
{
border-color: #FE042D;
}
</style>