Shades of Torch Red #FE051D
Tints of Torch Red #FE051D
RGB
CMYK
RGB Variations
Color information
#FE051D (or 0xFE051D) is known color: Torch Red. HEX triplet: FE, 05 and 1D. RGB value is (254,5,29). Sum of RGB (Red+Green+Blue) = 254+5+29=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE051D is #01FAE2. Grayscale: #525252. Windows color (decimal): -129763 or 1902078. OLE color: 1902078.
HSL color Cylindrical-coordinate representation of color #FE051D: hue angle of 354.22º 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 #FE051D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.00 |
| HSL | 354.22º | 0.99% | 0.51% | - |
| HSV(B) | 354.22º | 0.98% | 1% | - |
| XYZ | 41.15 | 21.27 | 3.1 | - |
| YUV | 82.19 | 97.99 | 250.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 29 | 0 | 0.98 | 0.89 | 0.00 | 354.22 | 0.99 | 0.51 |
| Hex | FE | 5 | 1D | 0 | 62 | 59 | 0 | 162 | 63 | 33 |
| Octal | 376 | 5 | 35 | 0 | 142 | 131 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 101 | 11101 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE051D
Complementary color
Monochromatic Colors of #FE051D
Black with #FE051D
Text Example
Text Example
White with #FE051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE051D; }
p { color: rgb(254,5,29); }
H1.HeaderClassName
{
color: #FE051D;
}
.AnyTagClassName
{
color: #FE051D;
}
</style>
background-color css
<style>
a { background-color: #FE051D; }
a { background-color: rgb(254,5,29); }
div.DivClassName
{
background-color: #FE051D;
}
.BgClassName
{
background-color: #FE051D;
}
</style>
border-color css
<style>
span { border-color: #FE051D; }
span { border-color: rgb(254,5,29); }
td.TdClassName
{
border-color: #FE051D;
}
.TagClassName
{
border-color: #FE051D;
}
</style>