Shades of Torch Red #FE051F
Tints of Torch Red #FE051F
RGB
CMYK
RGB Variations
Color information
#FE051F (or 0xFE051F) is known color: Torch Red. HEX triplet: FE, 05 and 1F. RGB value is (254,5,31). Sum of RGB (Red+Green+Blue) = 254+5+31=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE051F is #01FAE0. Grayscale: #525252. Windows color (decimal): -129761 or 2033150. OLE color: 2033150.
HSL color Cylindrical-coordinate representation of color #FE051F: hue angle of 353.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE051F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.00 |
| HSL | 353.73º | 0.99% | 0.51% | - |
| HSV(B) | 353.73º | 0.98% | 1% | - |
| XYZ | 41.17 | 21.28 | 3.23 | - |
| YUV | 82.42 | 98.99 | 250.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 31 | 0 | 0.98 | 0.88 | 0.00 | 353.73 | 0.99 | 0.51 |
| Hex | FE | 5 | 1F | 0 | 62 | 58 | 0 | 162 | 63 | 33 |
| Octal | 376 | 5 | 37 | 0 | 142 | 130 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 101 | 11111 | 0 | 1100010 | 1011000 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE051F
Complementary color
Monochromatic Colors of #FE051F
Black with #FE051F
Text Example
Text Example
White with #FE051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE051F; }
p { color: rgb(254,5,31); }
H1.HeaderClassName
{
color: #FE051F;
}
.AnyTagClassName
{
color: #FE051F;
}
</style>
background-color css
<style>
a { background-color: #FE051F; }
a { background-color: rgb(254,5,31); }
div.DivClassName
{
background-color: #FE051F;
}
.BgClassName
{
background-color: #FE051F;
}
</style>
border-color css
<style>
span { border-color: #FE051F; }
span { border-color: rgb(254,5,31); }
td.TdClassName
{
border-color: #FE051F;
}
.TagClassName
{
border-color: #FE051F;
}
</style>