Shades of Torch Red #FF0541
Tints of Torch Red #FF0541
RGB
CMYK
RGB Variations
Color information
#FF0541 (or 0xFF0541) is known color: Torch Red. HEX triplet: FF, 05 and 41. RGB value is (255,5,65). Sum of RGB (Red+Green+Blue) = 255+5+65=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0541 is #00FABE. Grayscale: #565656. Windows color (decimal): -64191 or 4261375. OLE color: 4261375.
HSL color Cylindrical-coordinate representation of color #FF0541: hue angle of 345.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0541 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 345.6º | 1% | 0.51% | - |
| HSV(B) | 345.6º | 0.98% | 1% | - |
| XYZ | 42.25 | 21.75 | 6.97 | - |
| YUV | 86.59 | 115.83 | 248.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 65 | 0 | 0.98 | 0.75 | 0 | 345.6 | 1 | 0.51 |
| Hex | FF | 5 | 41 | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 5 | 101 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 101 | 1000001 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF0541
Complementary color
Monochromatic Colors of #FF0541
Black with #FF0541
Text Example
Text Example
White with #FF0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0541; }
p { color: rgb(255,5,65); }
H1.HeaderClassName
{
color: #FF0541;
}
.AnyTagClassName
{
color: #FF0541;
}
</style>
background-color css
<style>
a { background-color: #FF0541; }
a { background-color: rgb(255,5,65); }
div.DivClassName
{
background-color: #FF0541;
}
.BgClassName
{
background-color: #FF0541;
}
</style>
border-color css
<style>
span { border-color: #FF0541; }
span { border-color: rgb(255,5,65); }
td.TdClassName
{
border-color: #FF0541;
}
.TagClassName
{
border-color: #FF0541;
}
</style>