Shades of Torch Red #FE0131
Tints of Torch Red #FE0131
RGB
CMYK
RGB Variations
Color information
#FE0131 (or 0xFE0131) is known color: Torch Red. HEX triplet: FE, 01 and 31. RGB value is (254,1,49). Sum of RGB (Red+Green+Blue) = 254+1+49=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0131 is #01FECE. Grayscale: #525252. Windows color (decimal): -130767 or 3211774. OLE color: 3211774.
HSL color Cylindrical-coordinate representation of color #FE0131: hue angle of 348.62º 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 #FE0131 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 49 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.00 |
| HSL | 348.62º | 0.99% | 0.5% | - |
| HSV(B) | 348.62º | 1% | 1% | - |
| XYZ | 41.44 | 21.31 | 4.84 | - |
| YUV | 82.12 | 109.32 | 250.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 49 | 0 | 1.00 | 0.81 | 0.00 | 348.62 | 0.99 | 0.5 |
| Hex | FE | 1 | 31 | 0 | 64 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 1 | 61 | 0 | 144 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 1 | 110001 | 0 | 1100100 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE0131
Complementary color
Monochromatic Colors of #FE0131
Black with #FE0131
Text Example
Text Example
White with #FE0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0131; }
p { color: rgb(254,1,49); }
H1.HeaderClassName
{
color: #FE0131;
}
.AnyTagClassName
{
color: #FE0131;
}
</style>
background-color css
<style>
a { background-color: #FE0131; }
a { background-color: rgb(254,1,49); }
div.DivClassName
{
background-color: #FE0131;
}
.BgClassName
{
background-color: #FE0131;
}
</style>
border-color css
<style>
span { border-color: #FE0131; }
span { border-color: rgb(254,1,49); }
td.TdClassName
{
border-color: #FE0131;
}
.TagClassName
{
border-color: #FE0131;
}
</style>