Shades of Torch Red #FE0039
Tints of Torch Red #FE0039
RGB
CMYK
RGB Variations
Color information
#FE0039 (or 0xFE0039) is known color: Torch Red. HEX triplet: FE, 00 and 39. RGB value is (254,0,57). Sum of RGB (Red+Green+Blue) = 254+0+57=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0039 is #01FFC6. Grayscale: #525252. Windows color (decimal): -131015 or 3735806. OLE color: 3735806.
HSL color Cylindrical-coordinate representation of color #FE0039: hue angle of 346.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0039 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.78 | 0.00 |
| HSL | 346.54º | 1% | 0.5% | - |
| HSV(B) | 346.54º | 1% | 1% | - |
| XYZ | 41.61 | 21.37 | 5.8 | - |
| YUV | 82.44 | 113.65 | 250.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 57 | 0 | 1 | 0.78 | 0.00 | 346.54 | 1 | 0.5 |
| Hex | FE | 0 | 39 | 0 | 64 | 4E | 0 | 15B | 64 | 32 |
| Octal | 376 | 0 | 71 | 0 | 144 | 116 | 0 | 533 | 144 | 62 |
| Binary | 11111110 | 0 | 111001 | 0 | 1100100 | 1001110 | 0 | 101011011 | 1100100 | 110010 |
Color Harmonies of #FE0039
Complementary color
Monochromatic Colors of #FE0039
Black with #FE0039
Text Example
Text Example
White with #FE0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0039; }
p { color: rgb(254,0,57); }
H1.HeaderClassName
{
color: #FE0039;
}
.AnyTagClassName
{
color: #FE0039;
}
</style>
background-color css
<style>
a { background-color: #FE0039; }
a { background-color: rgb(254,0,57); }
div.DivClassName
{
background-color: #FE0039;
}
.BgClassName
{
background-color: #FE0039;
}
</style>
border-color css
<style>
span { border-color: #FE0039; }
span { border-color: rgb(254,0,57); }
td.TdClassName
{
border-color: #FE0039;
}
.TagClassName
{
border-color: #FE0039;
}
</style>