Shades of Torch Red #FE1447
Tints of Torch Red #FE1447
RGB
CMYK
RGB Variations
Color information
#FE1447 (or 0xFE1447) is known color: Torch Red. HEX triplet: FE, 14 and 47. RGB value is (254,20,71). Sum of RGB (Red+Green+Blue) = 254+20+71=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1447 is #01EBB8. Grayscale: #5F5F5F. Windows color (decimal): -125881 or 4658430. OLE color: 4658430.
HSL color Cylindrical-coordinate representation of color #FE1447: hue angle of 346.92º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1447 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 71 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.00 |
| HSL | 346.92º | 0.99% | 0.54% | - |
| HSV(B) | 346.92º | 0.92% | 1% | - |
| XYZ | 42.26 | 22.03 | 7.99 | - |
| YUV | 95.78 | 114.02 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 71 | 0 | 0.92 | 0.72 | 0.00 | 346.92 | 0.99 | 0.54 |
| Hex | FE | 14 | 47 | 0 | 5C | 48 | 0 | 15B | 63 | 36 |
| Octal | 376 | 24 | 107 | 0 | 134 | 110 | 0 | 533 | 143 | 66 |
| Binary | 11111110 | 10100 | 1000111 | 0 | 1011100 | 1001000 | 0 | 101011011 | 1100011 | 110110 |
Color Harmonies of #FE1447
Complementary color
Monochromatic Colors of #FE1447
Black with #FE1447
Text Example
Text Example
White with #FE1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1447; }
p { color: rgb(254,20,71); }
H1.HeaderClassName
{
color: #FE1447;
}
.AnyTagClassName
{
color: #FE1447;
}
</style>
background-color css
<style>
a { background-color: #FE1447; }
a { background-color: rgb(254,20,71); }
div.DivClassName
{
background-color: #FE1447;
}
.BgClassName
{
background-color: #FE1447;
}
</style>
border-color css
<style>
span { border-color: #FE1447; }
span { border-color: rgb(254,20,71); }
td.TdClassName
{
border-color: #FE1447;
}
.TagClassName
{
border-color: #FE1447;
}
</style>