Shades of Torch Red #FE014D
Tints of Torch Red #FE014D
RGB
CMYK
RGB Variations
Color information
#FE014D (or 0xFE014D) is known color: Torch Red. HEX triplet: FE, 01 and 4D. RGB value is (254,1,77). Sum of RGB (Red+Green+Blue) = 254+1+77=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE014D is #01FEB2. Grayscale: #555555. Windows color (decimal): -130739 or 5046782. OLE color: 5046782.
HSL color Cylindrical-coordinate representation of color #FE014D: hue angle of 341.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE014D is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.00 |
| HSL | 341.98º | 0.99% | 0.5% | - |
| HSV(B) | 341.98º | 1% | 1% | - |
| XYZ | 42.22 | 21.63 | 8.97 | - |
| YUV | 85.31 | 123.32 | 248.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 77 | 0 | 1.00 | 0.70 | 0.00 | 341.98 | 0.99 | 0.5 |
| Hex | FE | 1 | 4D | 0 | 64 | 46 | 0 | 156 | 63 | 32 |
| Octal | 376 | 1 | 115 | 0 | 144 | 106 | 0 | 526 | 143 | 62 |
| Binary | 11111110 | 1 | 1001101 | 0 | 1100100 | 1000110 | 0 | 101010110 | 1100011 | 110010 |
Color Harmonies of #FE014D
Complementary color
Monochromatic Colors of #FE014D
Black with #FE014D
Text Example
Text Example
White with #FE014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE014D; }
p { color: rgb(254,1,77); }
H1.HeaderClassName
{
color: #FE014D;
}
.AnyTagClassName
{
color: #FE014D;
}
</style>
background-color css
<style>
a { background-color: #FE014D; }
a { background-color: rgb(254,1,77); }
div.DivClassName
{
background-color: #FE014D;
}
.BgClassName
{
background-color: #FE014D;
}
</style>
border-color css
<style>
span { border-color: #FE014D; }
span { border-color: rgb(254,1,77); }
td.TdClassName
{
border-color: #FE014D;
}
.TagClassName
{
border-color: #FE014D;
}
</style>