Shades of Torch Red #FE0547
Tints of Torch Red #FE0547
RGB
CMYK
RGB Variations
Color information
#FE0547 (or 0xFE0547) is known color: Torch Red. HEX triplet: FE, 05 and 47. RGB value is (254,5,71). Sum of RGB (Red+Green+Blue) = 254+5+71=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0547 is #01FAB8. Grayscale: #565656. Windows color (decimal): -129721 or 4654590. OLE color: 4654590.
HSL color Cylindrical-coordinate representation of color #FE0547: hue angle of 344.1º 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 #FE0547 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.00 |
| HSL | 344.1º | 0.99% | 0.51% | - |
| HSV(B) | 344.1º | 0.98% | 1% | - |
| XYZ | 42.06 | 21.63 | 7.92 | - |
| YUV | 86.98 | 118.99 | 247.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 71 | 0 | 0.98 | 0.72 | 0.00 | 344.1 | 0.99 | 0.51 |
| Hex | FE | 5 | 47 | 0 | 62 | 48 | 0 | 158 | 63 | 33 |
| Octal | 376 | 5 | 107 | 0 | 142 | 110 | 0 | 530 | 143 | 63 |
| Binary | 11111110 | 101 | 1000111 | 0 | 1100010 | 1001000 | 0 | 101011000 | 1100011 | 110011 |
Color Harmonies of #FE0547
Complementary color
Monochromatic Colors of #FE0547
Black with #FE0547
Text Example
Text Example
White with #FE0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0547; }
p { color: rgb(254,5,71); }
H1.HeaderClassName
{
color: #FE0547;
}
.AnyTagClassName
{
color: #FE0547;
}
</style>
background-color css
<style>
a { background-color: #FE0547; }
a { background-color: rgb(254,5,71); }
div.DivClassName
{
background-color: #FE0547;
}
.BgClassName
{
background-color: #FE0547;
}
</style>
border-color css
<style>
span { border-color: #FE0547; }
span { border-color: rgb(254,5,71); }
td.TdClassName
{
border-color: #FE0547;
}
.TagClassName
{
border-color: #FE0547;
}
</style>