Shades of Torch Red #FE094D
Tints of Torch Red #FE094D
RGB
CMYK
RGB Variations
Color information
#FE094D (or 0xFE094D) is known color: Torch Red. HEX triplet: FE, 09 and 4D. RGB value is (254,9,77). Sum of RGB (Red+Green+Blue) = 254+9+77=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE094D is #01F6B2. Grayscale: #595959. Windows color (decimal): -128691 or 5048830. OLE color: 5048830.
HSL color Cylindrical-coordinate representation of color #FE094D: hue angle of 343.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE094D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.00 |
| HSL | 343.35º | 0.99% | 0.52% | - |
| HSV(B) | 343.35º | 0.96% | 1% | - |
| XYZ | 42.31 | 21.8 | 9 | - |
| YUV | 90.01 | 120.67 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 77 | 0 | 0.96 | 0.70 | 0.00 | 343.35 | 0.99 | 0.52 |
| Hex | FE | 9 | 4D | 0 | 60 | 46 | 0 | 157 | 63 | 34 |
| Octal | 376 | 11 | 115 | 0 | 140 | 106 | 0 | 527 | 143 | 64 |
| Binary | 11111110 | 1001 | 1001101 | 0 | 1100000 | 1000110 | 0 | 101010111 | 1100011 | 110100 |
Color Harmonies of #FE094D
Complementary color
Monochromatic Colors of #FE094D
Black with #FE094D
Text Example
Text Example
White with #FE094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE094D; }
p { color: rgb(254,9,77); }
H1.HeaderClassName
{
color: #FE094D;
}
.AnyTagClassName
{
color: #FE094D;
}
</style>
background-color css
<style>
a { background-color: #FE094D; }
a { background-color: rgb(254,9,77); }
div.DivClassName
{
background-color: #FE094D;
}
.BgClassName
{
background-color: #FE094D;
}
</style>
border-color css
<style>
span { border-color: #FE094D; }
span { border-color: rgb(254,9,77); }
td.TdClassName
{
border-color: #FE094D;
}
.TagClassName
{
border-color: #FE094D;
}
</style>