Shades of Torch Red #FE0539
Tints of Torch Red #FE0539
RGB
CMYK
RGB Variations
Color information
#FE0539 (or 0xFE0539) is known color: Torch Red. HEX triplet: FE, 05 and 39. RGB value is (254,5,57). Sum of RGB (Red+Green+Blue) = 254+5+57=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0539 is #01FAC6. Grayscale: #555555. Windows color (decimal): -129735 or 3737086. OLE color: 3737086.
HSL color Cylindrical-coordinate representation of color #FE0539: hue angle of 347.47º 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 #FE0539 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.00 |
| HSL | 347.47º | 0.99% | 0.51% | - |
| HSV(B) | 347.47º | 0.98% | 1% | - |
| XYZ | 41.67 | 21.47 | 5.82 | - |
| YUV | 85.38 | 111.99 | 248.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 57 | 0 | 0.98 | 0.78 | 0.00 | 347.47 | 0.99 | 0.51 |
| Hex | FE | 5 | 39 | 0 | 62 | 4E | 0 | 15B | 63 | 33 |
| Octal | 376 | 5 | 71 | 0 | 142 | 116 | 0 | 533 | 143 | 63 |
| Binary | 11111110 | 101 | 111001 | 0 | 1100010 | 1001110 | 0 | 101011011 | 1100011 | 110011 |
Color Harmonies of #FE0539
Complementary color
Monochromatic Colors of #FE0539
Black with #FE0539
Text Example
Text Example
White with #FE0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0539; }
p { color: rgb(254,5,57); }
H1.HeaderClassName
{
color: #FE0539;
}
.AnyTagClassName
{
color: #FE0539;
}
</style>
background-color css
<style>
a { background-color: #FE0539; }
a { background-color: rgb(254,5,57); }
div.DivClassName
{
background-color: #FE0539;
}
.BgClassName
{
background-color: #FE0539;
}
</style>
border-color css
<style>
span { border-color: #FE0539; }
span { border-color: rgb(254,5,57); }
td.TdClassName
{
border-color: #FE0539;
}
.TagClassName
{
border-color: #FE0539;
}
</style>