Shades of Torch Red #FE052E
Tints of Torch Red #FE052E
RGB
CMYK
RGB Variations
Color information
#FE052E (or 0xFE052E) is known color: Torch Red. HEX triplet: FE, 05 and 2E. RGB value is (254,5,46). Sum of RGB (Red+Green+Blue) = 254+5+46=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE052E is #01FAD1. Grayscale: #545454. Windows color (decimal): -129746 or 3016190. OLE color: 3016190.
HSL color Cylindrical-coordinate representation of color #FE052E: hue angle of 350.12º 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 #FE052E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.00 |
| HSL | 350.12º | 0.99% | 0.51% | - |
| HSV(B) | 350.12º | 0.98% | 1% | - |
| XYZ | 41.42 | 21.38 | 4.53 | - |
| YUV | 84.13 | 106.49 | 249.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 46 | 0 | 0.98 | 0.82 | 0.00 | 350.12 | 0.99 | 0.51 |
| Hex | FE | 5 | 2E | 0 | 62 | 52 | 0 | 15E | 63 | 33 |
| Octal | 376 | 5 | 56 | 0 | 142 | 122 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 101 | 101110 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE052E
Complementary color
Monochromatic Colors of #FE052E
Black with #FE052E
Text Example
Text Example
White with #FE052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE052E; }
p { color: rgb(254,5,46); }
H1.HeaderClassName
{
color: #FE052E;
}
.AnyTagClassName
{
color: #FE052E;
}
</style>
background-color css
<style>
a { background-color: #FE052E; }
a { background-color: rgb(254,5,46); }
div.DivClassName
{
background-color: #FE052E;
}
.BgClassName
{
background-color: #FE052E;
}
</style>
border-color css
<style>
span { border-color: #FE052E; }
span { border-color: rgb(254,5,46); }
td.TdClassName
{
border-color: #FE052E;
}
.TagClassName
{
border-color: #FE052E;
}
</style>