Shades of Torch Red #FE164D
Tints of Torch Red #FE164D
RGB
CMYK
RGB Variations
Color information
#FE164D (or 0xFE164D) is known color: Torch Red. HEX triplet: FE, 16 and 4D. RGB value is (254,22,77). Sum of RGB (Red+Green+Blue) = 254+22+77=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE164D is #01E9B2. Grayscale: #616161. Windows color (decimal): -125363 or 5052158. OLE color: 5052158.
HSL color Cylindrical-coordinate representation of color #FE164D: hue angle of 345.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE164D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.00 |
| HSL | 345.78º | 0.99% | 0.54% | - |
| HSV(B) | 345.78º | 0.91% | 1% | - |
| XYZ | 42.5 | 22.18 | 9.06 | - |
| YUV | 97.64 | 116.36 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 77 | 0 | 0.91 | 0.70 | 0.00 | 345.78 | 0.99 | 0.54 |
| Hex | FE | 16 | 4D | 0 | 5B | 46 | 0 | 15A | 63 | 36 |
| Octal | 376 | 26 | 115 | 0 | 133 | 106 | 0 | 532 | 143 | 66 |
| Binary | 11111110 | 10110 | 1001101 | 0 | 1011011 | 1000110 | 0 | 101011010 | 1100011 | 110110 |
Color Harmonies of #FE164D
Complementary color
Monochromatic Colors of #FE164D
Black with #FE164D
Text Example
Text Example
White with #FE164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE164D; }
p { color: rgb(254,22,77); }
H1.HeaderClassName
{
color: #FE164D;
}
.AnyTagClassName
{
color: #FE164D;
}
</style>
background-color css
<style>
a { background-color: #FE164D; }
a { background-color: rgb(254,22,77); }
div.DivClassName
{
background-color: #FE164D;
}
.BgClassName
{
background-color: #FE164D;
}
</style>
border-color css
<style>
span { border-color: #FE164D; }
span { border-color: rgb(254,22,77); }
td.TdClassName
{
border-color: #FE164D;
}
.TagClassName
{
border-color: #FE164D;
}
</style>