Shades of Torch Red #FE154D
Tints of Torch Red #FE154D
RGB
CMYK
RGB Variations
Color information
#FE154D (or 0xFE154D) is known color: Torch Red. HEX triplet: FE, 15 and 4D. RGB value is (254,21,77). Sum of RGB (Red+Green+Blue) = 254+21+77=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE154D is #01EAB2. Grayscale: #616161. Windows color (decimal): -125619 or 5051902. OLE color: 5051902.
HSL color Cylindrical-coordinate representation of color #FE154D: hue angle of 345.58º 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 #FE154D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 77 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.00 |
| HSL | 345.58º | 0.99% | 0.54% | - |
| HSV(B) | 345.58º | 0.92% | 1% | - |
| XYZ | 42.48 | 22.14 | 9.06 | - |
| YUV | 97.05 | 116.69 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 77 | 0 | 0.92 | 0.70 | 0.00 | 345.58 | 0.99 | 0.54 |
| Hex | FE | 15 | 4D | 0 | 5C | 46 | 0 | 15A | 63 | 36 |
| Octal | 376 | 25 | 115 | 0 | 134 | 106 | 0 | 532 | 143 | 66 |
| Binary | 11111110 | 10101 | 1001101 | 0 | 1011100 | 1000110 | 0 | 101011010 | 1100011 | 110110 |
Color Harmonies of #FE154D
Complementary color
Monochromatic Colors of #FE154D
Black with #FE154D
Text Example
Text Example
White with #FE154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE154D; }
p { color: rgb(254,21,77); }
H1.HeaderClassName
{
color: #FE154D;
}
.AnyTagClassName
{
color: #FE154D;
}
</style>
background-color css
<style>
a { background-color: #FE154D; }
a { background-color: rgb(254,21,77); }
div.DivClassName
{
background-color: #FE154D;
}
.BgClassName
{
background-color: #FE154D;
}
</style>
border-color css
<style>
span { border-color: #FE154D; }
span { border-color: rgb(254,21,77); }
td.TdClassName
{
border-color: #FE154D;
}
.TagClassName
{
border-color: #FE154D;
}
</style>