Shades of Torch Red #FE0441
Tints of Torch Red #FE0441
RGB
CMYK
RGB Variations
Color information
#FE0441 (or 0xFE0441) is known color: Torch Red. HEX triplet: FE, 04 and 41. RGB value is (254,4,65). Sum of RGB (Red+Green+Blue) = 254+4+65=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0441 is #01FBBE. Grayscale: #555555. Windows color (decimal): -129983 or 4261118. OLE color: 4261118.
HSL color Cylindrical-coordinate representation of color #FE0441: hue angle of 345.36º 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 #FE0441 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.00 |
| HSL | 345.36º | 0.99% | 0.51% | - |
| HSV(B) | 345.36º | 0.98% | 1% | - |
| XYZ | 41.87 | 21.54 | 6.95 | - |
| YUV | 85.7 | 116.33 | 248.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 65 | 0 | 0.98 | 0.74 | 0.00 | 345.36 | 0.99 | 0.51 |
| Hex | FE | 4 | 41 | 0 | 62 | 4A | 0 | 159 | 63 | 33 |
| Octal | 376 | 4 | 101 | 0 | 142 | 112 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 100 | 1000001 | 0 | 1100010 | 1001010 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0441
Complementary color
Monochromatic Colors of #FE0441
Black with #FE0441
Text Example
Text Example
White with #FE0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0441; }
p { color: rgb(254,4,65); }
H1.HeaderClassName
{
color: #FE0441;
}
.AnyTagClassName
{
color: #FE0441;
}
</style>
background-color css
<style>
a { background-color: #FE0441; }
a { background-color: rgb(254,4,65); }
div.DivClassName
{
background-color: #FE0441;
}
.BgClassName
{
background-color: #FE0441;
}
</style>
border-color css
<style>
span { border-color: #FE0441; }
span { border-color: rgb(254,4,65); }
td.TdClassName
{
border-color: #FE0441;
}
.TagClassName
{
border-color: #FE0441;
}
</style>