Shades of Torch Red #FF0041
Tints of Torch Red #FF0041
RGB
CMYK
RGB Variations
Color information
#FF0041 (or 0xFF0041) is known color: Torch Red. HEX triplet: FF, 00 and 41. RGB value is (255,0,65). Sum of RGB (Red+Green+Blue) = 255+0+65=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0041 is #00FFBE. Grayscale: #535353. Windows color (decimal): -65471 or 4260095. OLE color: 4260095.
HSL color Cylindrical-coordinate representation of color #FF0041: hue angle of 344.71º 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 #FF0041 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.75 | 0 |
| HSL | 344.71º | 1% | 0.5% | - |
| HSV(B) | 344.71º | 1% | 1% | - |
| XYZ | 42.19 | 21.64 | 6.95 | - |
| YUV | 83.66 | 117.48 | 250.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 65 | 0 | 1 | 0.75 | 0 | 344.71 | 1 | 0.5 |
| Hex | FF | 0 | 41 | 0 | 64 | 4B | 0 | 159 | 64 | 32 |
| Octal | 377 | 0 | 101 | 0 | 144 | 113 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 0 | 1000001 | 0 | 1100100 | 1001011 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF0041
Complementary color
Monochromatic Colors of #FF0041
Black with #FF0041
Text Example
Text Example
White with #FF0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0041; }
p { color: rgb(255,0,65); }
H1.HeaderClassName
{
color: #FF0041;
}
.AnyTagClassName
{
color: #FF0041;
}
</style>
background-color css
<style>
a { background-color: #FF0041; }
a { background-color: rgb(255,0,65); }
div.DivClassName
{
background-color: #FF0041;
}
.BgClassName
{
background-color: #FF0041;
}
</style>
border-color css
<style>
span { border-color: #FF0041; }
span { border-color: rgb(255,0,65); }
td.TdClassName
{
border-color: #FF0041;
}
.TagClassName
{
border-color: #FF0041;
}
</style>