Shades of Torch Red #FE0140
Tints of Torch Red #FE0140
RGB
CMYK
RGB Variations
Color information
#FE0140 (or 0xFE0140) is known color: Torch Red. HEX triplet: FE, 01 and 40. RGB value is (254,1,64). Sum of RGB (Red+Green+Blue) = 254+1+64=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0140 is #01FEBF. Grayscale: #535353. Windows color (decimal): -130752 or 4194814. OLE color: 4194814.
HSL color Cylindrical-coordinate representation of color #FE0140: hue angle of 345.06º 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 #FE0140 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.00 |
| HSL | 345.06º | 0.99% | 0.5% | - |
| HSV(B) | 345.06º | 1% | 1% | - |
| XYZ | 41.81 | 21.46 | 6.79 | - |
| YUV | 83.83 | 116.82 | 249.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 64 | 0 | 1.00 | 0.75 | 0.00 | 345.06 | 0.99 | 0.5 |
| Hex | FE | 1 | 40 | 0 | 64 | 4B | 0 | 159 | 63 | 32 |
| Octal | 376 | 1 | 100 | 0 | 144 | 113 | 0 | 531 | 143 | 62 |
| Binary | 11111110 | 1 | 1000000 | 0 | 1100100 | 1001011 | 0 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FE0140
Complementary color
Monochromatic Colors of #FE0140
Black with #FE0140
Text Example
Text Example
White with #FE0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0140; }
p { color: rgb(254,1,64); }
H1.HeaderClassName
{
color: #FE0140;
}
.AnyTagClassName
{
color: #FE0140;
}
</style>
background-color css
<style>
a { background-color: #FE0140; }
a { background-color: rgb(254,1,64); }
div.DivClassName
{
background-color: #FE0140;
}
.BgClassName
{
background-color: #FE0140;
}
</style>
border-color css
<style>
span { border-color: #FE0140; }
span { border-color: rgb(254,1,64); }
td.TdClassName
{
border-color: #FE0140;
}
.TagClassName
{
border-color: #FE0140;
}
</style>