Shades of Torch Red #FE0041
Tints of Torch Red #FE0041
RGB
CMYK
RGB Variations
Color information
#FE0041 (or 0xFE0041) is known color: Torch Red. HEX triplet: FE, 00 and 41. RGB value is (254,0,65). Sum of RGB (Red+Green+Blue) = 254+0+65=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0041 is #01FFBE. Grayscale: #535353. Windows color (decimal): -131007 or 4260094. OLE color: 4260094.
HSL color Cylindrical-coordinate representation of color #FE0041: hue angle of 344.65º 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 #FE0041 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.74 | 0.00 |
| HSL | 344.65º | 1% | 0.5% | - |
| HSV(B) | 344.65º | 1% | 1% | - |
| XYZ | 41.83 | 21.45 | 6.94 | - |
| YUV | 83.36 | 117.65 | 249.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 65 | 0 | 1 | 0.74 | 0.00 | 344.65 | 1 | 0.5 |
| Hex | FE | 0 | 41 | 0 | 64 | 4A | 0 | 159 | 64 | 32 |
| Octal | 376 | 0 | 101 | 0 | 144 | 112 | 0 | 531 | 144 | 62 |
| Binary | 11111110 | 0 | 1000001 | 0 | 1100100 | 1001010 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FE0041
Complementary color
Monochromatic Colors of #FE0041
Black with #FE0041
Text Example
Text Example
White with #FE0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0041; }
p { color: rgb(254,0,65); }
H1.HeaderClassName
{
color: #FE0041;
}
.AnyTagClassName
{
color: #FE0041;
}
</style>
background-color css
<style>
a { background-color: #FE0041; }
a { background-color: rgb(254,0,65); }
div.DivClassName
{
background-color: #FE0041;
}
.BgClassName
{
background-color: #FE0041;
}
</style>
border-color css
<style>
span { border-color: #FE0041; }
span { border-color: rgb(254,0,65); }
td.TdClassName
{
border-color: #FE0041;
}
.TagClassName
{
border-color: #FE0041;
}
</style>