Shades of Torch Red #FE053E
Tints of Torch Red #FE053E
RGB
CMYK
RGB Variations
Color information
#FE053E (or 0xFE053E) is known color: Torch Red. HEX triplet: FE, 05 and 3E. RGB value is (254,5,62). Sum of RGB (Red+Green+Blue) = 254+5+62=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE053E is #01FAC1. Grayscale: #555555. Windows color (decimal): -129730 or 4064766. OLE color: 4064766.
HSL color Cylindrical-coordinate representation of color #FE053E: hue angle of 346.27º 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 #FE053E is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.00 |
| HSL | 346.27º | 0.99% | 0.51% | - |
| HSV(B) | 346.27º | 0.98% | 1% | - |
| XYZ | 41.8 | 21.53 | 6.51 | - |
| YUV | 85.95 | 114.49 | 247.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 62 | 0 | 0.98 | 0.76 | 0.00 | 346.27 | 0.99 | 0.51 |
| Hex | FE | 5 | 3E | 0 | 62 | 4C | 0 | 15A | 63 | 33 |
| Octal | 376 | 5 | 76 | 0 | 142 | 114 | 0 | 532 | 143 | 63 |
| Binary | 11111110 | 101 | 111110 | 0 | 1100010 | 1001100 | 0 | 101011010 | 1100011 | 110011 |
Color Harmonies of #FE053E
Complementary color
Monochromatic Colors of #FE053E
Black with #FE053E
Text Example
Text Example
White with #FE053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE053E; }
p { color: rgb(254,5,62); }
H1.HeaderClassName
{
color: #FE053E;
}
.AnyTagClassName
{
color: #FE053E;
}
</style>
background-color css
<style>
a { background-color: #FE053E; }
a { background-color: rgb(254,5,62); }
div.DivClassName
{
background-color: #FE053E;
}
.BgClassName
{
background-color: #FE053E;
}
</style>
border-color css
<style>
span { border-color: #FE053E; }
span { border-color: rgb(254,5,62); }
td.TdClassName
{
border-color: #FE053E;
}
.TagClassName
{
border-color: #FE053E;
}
</style>