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