Shades of Torch Red #FE013A
Tints of Torch Red #FE013A
RGB
CMYK
RGB Variations
Color information
#FE013A (or 0xFE013A) is known color: Torch Red. HEX triplet: FE, 01 and 3A. RGB value is (254,1,58). Sum of RGB (Red+Green+Blue) = 254+1+58=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE013A is #01FEC5. Grayscale: #535353. Windows color (decimal): -130758 or 3801598. OLE color: 3801598.
HSL color Cylindrical-coordinate representation of color #FE013A: hue angle of 346.48º 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 #FE013A is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.00 |
| HSL | 346.48º | 0.99% | 0.5% | - |
| HSV(B) | 346.48º | 1% | 1% | - |
| XYZ | 41.65 | 21.4 | 5.94 | - |
| YUV | 83.15 | 113.82 | 249.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 58 | 0 | 1.00 | 0.77 | 0.00 | 346.48 | 0.99 | 0.5 |
| Hex | FE | 1 | 3A | 0 | 64 | 4D | 0 | 15A | 63 | 32 |
| Octal | 376 | 1 | 72 | 0 | 144 | 115 | 0 | 532 | 143 | 62 |
| Binary | 11111110 | 1 | 111010 | 0 | 1100100 | 1001101 | 0 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FE013A
Complementary color
Monochromatic Colors of #FE013A
Black with #FE013A
Text Example
Text Example
White with #FE013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE013A; }
p { color: rgb(254,1,58); }
H1.HeaderClassName
{
color: #FE013A;
}
.AnyTagClassName
{
color: #FE013A;
}
</style>
background-color css
<style>
a { background-color: #FE013A; }
a { background-color: rgb(254,1,58); }
div.DivClassName
{
background-color: #FE013A;
}
.BgClassName
{
background-color: #FE013A;
}
</style>
border-color css
<style>
span { border-color: #FE013A; }
span { border-color: rgb(254,1,58); }
td.TdClassName
{
border-color: #FE013A;
}
.TagClassName
{
border-color: #FE013A;
}
</style>