Shades of Torch Red #FF0741
Tints of Torch Red #FF0741
RGB
CMYK
RGB Variations
Color information
#FF0741 (or 0xFF0741) is known color: Torch Red. HEX triplet: FF, 07 and 41. RGB value is (255,7,65). Sum of RGB (Red+Green+Blue) = 255+7+65=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0741 is #00F8BE. Grayscale: #575757. Windows color (decimal): -63679 or 4261887. OLE color: 4261887.
HSL color Cylindrical-coordinate representation of color #FF0741: hue angle of 345.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0741 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.75 | 0 |
| HSL | 345.97º | 1% | 0.51% | - |
| HSV(B) | 345.97º | 0.97% | 1% | - |
| XYZ | 42.27 | 21.79 | 6.98 | - |
| YUV | 87.76 | 115.16 | 247.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 65 | 0 | 0.97 | 0.75 | 0 | 345.97 | 1 | 0.51 |
| Hex | FF | 7 | 41 | 0 | 61 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 7 | 101 | 0 | 141 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 111 | 1000001 | 0 | 1100001 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF0741
Complementary color
Monochromatic Colors of #FF0741
Black with #FF0741
Text Example
Text Example
White with #FF0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0741; }
p { color: rgb(255,7,65); }
H1.HeaderClassName
{
color: #FF0741;
}
.AnyTagClassName
{
color: #FF0741;
}
</style>
background-color css
<style>
a { background-color: #FF0741; }
a { background-color: rgb(255,7,65); }
div.DivClassName
{
background-color: #FF0741;
}
.BgClassName
{
background-color: #FF0741;
}
</style>
border-color css
<style>
span { border-color: #FF0741; }
span { border-color: rgb(255,7,65); }
td.TdClassName
{
border-color: #FF0741;
}
.TagClassName
{
border-color: #FF0741;
}
</style>