Shades of Torch Red #FE0E3A
Tints of Torch Red #FE0E3A
RGB
CMYK
RGB Variations
Color information
#FE0E3A (or 0xFE0E3A) is known color: Torch Red. HEX triplet: FE, 0E and 3A. RGB value is (254,14,58). Sum of RGB (Red+Green+Blue) = 254+14+58=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E3A is #01F1C5. Grayscale: #5A5A5A. Windows color (decimal): -127430 or 3804926. OLE color: 3804926.
HSL color Cylindrical-coordinate representation of color #FE0E3A: hue angle of 349º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E3A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 58 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.00 |
| HSL | 349º | 0.99% | 0.53% | - |
| HSV(B) | 349º | 0.94% | 1% | - |
| XYZ | 41.79 | 21.69 | 5.99 | - |
| YUV | 90.78 | 109.51 | 244.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 58 | 0 | 0.94 | 0.77 | 0.00 | 349 | 0.99 | 0.53 |
| Hex | FE | E | 3A | 0 | 5E | 4D | 0 | 15D | 63 | 35 |
| Octal | 376 | 16 | 72 | 0 | 136 | 115 | 0 | 535 | 143 | 65 |
| Binary | 11111110 | 1110 | 111010 | 0 | 1011110 | 1001101 | 0 | 101011101 | 1100011 | 110101 |
Color Harmonies of #FE0E3A
Complementary color
Monochromatic Colors of #FE0E3A
Black with #FE0E3A
Text Example
Text Example
White with #FE0E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E3A; }
p { color: rgb(254,14,58); }
H1.HeaderClassName
{
color: #FE0E3A;
}
.AnyTagClassName
{
color: #FE0E3A;
}
</style>
background-color css
<style>
a { background-color: #FE0E3A; }
a { background-color: rgb(254,14,58); }
div.DivClassName
{
background-color: #FE0E3A;
}
.BgClassName
{
background-color: #FE0E3A;
}
</style>
border-color css
<style>
span { border-color: #FE0E3A; }
span { border-color: rgb(254,14,58); }
td.TdClassName
{
border-color: #FE0E3A;
}
.TagClassName
{
border-color: #FE0E3A;
}
</style>