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