Shades of Torch Red #FE0E31
Tints of Torch Red #FE0E31
RGB
CMYK
RGB Variations
Color information
#FE0E31 (or 0xFE0E31) is known color: Torch Red. HEX triplet: FE, 0E and 31. RGB value is (254,14,49). Sum of RGB (Red+Green+Blue) = 254+14+49=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E31 is #01F1CE. Grayscale: #595959. Windows color (decimal): -127439 or 3215102. OLE color: 3215102.
HSL color Cylindrical-coordinate representation of color #FE0E31: hue angle of 351.25º 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 #FE0E31 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 49 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.00 |
| HSL | 351.25º | 0.99% | 0.53% | - |
| HSV(B) | 351.25º | 0.94% | 1% | - |
| XYZ | 41.58 | 21.61 | 4.88 | - |
| YUV | 89.75 | 105.01 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 49 | 0 | 0.94 | 0.81 | 0.00 | 351.25 | 0.99 | 0.53 |
| Hex | FE | E | 31 | 0 | 5E | 51 | 0 | 15F | 63 | 35 |
| Octal | 376 | 16 | 61 | 0 | 136 | 121 | 0 | 537 | 143 | 65 |
| Binary | 11111110 | 1110 | 110001 | 0 | 1011110 | 1010001 | 0 | 101011111 | 1100011 | 110101 |
Color Harmonies of #FE0E31
Complementary color
Monochromatic Colors of #FE0E31
Black with #FE0E31
Text Example
Text Example
White with #FE0E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E31; }
p { color: rgb(254,14,49); }
H1.HeaderClassName
{
color: #FE0E31;
}
.AnyTagClassName
{
color: #FE0E31;
}
</style>
background-color css
<style>
a { background-color: #FE0E31; }
a { background-color: rgb(254,14,49); }
div.DivClassName
{
background-color: #FE0E31;
}
.BgClassName
{
background-color: #FE0E31;
}
</style>
border-color css
<style>
span { border-color: #FE0E31; }
span { border-color: rgb(254,14,49); }
td.TdClassName
{
border-color: #FE0E31;
}
.TagClassName
{
border-color: #FE0E31;
}
</style>