Shades of Torch Red #FE0536
Tints of Torch Red #FE0536
RGB
CMYK
RGB Variations
Color information
#FE0536 (or 0xFE0536) is known color: Torch Red. HEX triplet: FE, 05 and 36. RGB value is (254,5,54). Sum of RGB (Red+Green+Blue) = 254+5+54=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0536 is #01FAC9. Grayscale: #555555. Windows color (decimal): -129738 or 3540478. OLE color: 3540478.
HSL color Cylindrical-coordinate representation of color #FE0536: hue angle of 348.19º 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 #FE0536 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.00 |
| HSL | 348.19º | 0.99% | 0.51% | - |
| HSV(B) | 348.19º | 0.98% | 1% | - |
| XYZ | 41.59 | 21.45 | 5.44 | - |
| YUV | 85.04 | 110.49 | 248.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 54 | 0 | 0.98 | 0.79 | 0.00 | 348.19 | 0.99 | 0.51 |
| Hex | FE | 5 | 36 | 0 | 62 | 4F | 0 | 15C | 63 | 33 |
| Octal | 376 | 5 | 66 | 0 | 142 | 117 | 0 | 534 | 143 | 63 |
| Binary | 11111110 | 101 | 110110 | 0 | 1100010 | 1001111 | 0 | 101011100 | 1100011 | 110011 |
Color Harmonies of #FE0536
Complementary color
Monochromatic Colors of #FE0536
Black with #FE0536
Text Example
Text Example
White with #FE0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0536; }
p { color: rgb(254,5,54); }
H1.HeaderClassName
{
color: #FE0536;
}
.AnyTagClassName
{
color: #FE0536;
}
</style>
background-color css
<style>
a { background-color: #FE0536; }
a { background-color: rgb(254,5,54); }
div.DivClassName
{
background-color: #FE0536;
}
.BgClassName
{
background-color: #FE0536;
}
</style>
border-color css
<style>
span { border-color: #FE0536; }
span { border-color: rgb(254,5,54); }
td.TdClassName
{
border-color: #FE0536;
}
.TagClassName
{
border-color: #FE0536;
}
</style>