Shades of Torch Red #FF2541
Tints of Torch Red #FF2541
RGB
CMYK
RGB Variations
Color information
#FF2541 (or 0xFF2541) is known color: Torch Red. HEX triplet: FF, 25 and 41. RGB value is (255,37,65). Sum of RGB (Red+Green+Blue) = 255+37+65=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2541 is #00DABE. Grayscale: #696969. Windows color (decimal): -55999 or 4269567. OLE color: 4269567.
HSL color Cylindrical-coordinate representation of color #FF2541: hue angle of 352.29º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2541 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 65 | - |
| CMYK | 0 | 0.85 | 0.75 | 0 |
| HSL | 352.29º | 1% | 0.57% | - |
| HSV(B) | 352.29º | 0.85% | 1% | - |
| XYZ | 42.86 | 22.96 | 7.17 | - |
| YUV | 105.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 65 | 0 | 0.85 | 0.75 | 0 | 352.29 | 1 | 0.57 |
| Hex | FF | 25 | 41 | 0 | 55 | 4B | 0 | 160 | 64 | 39 |
| Octal | 377 | 45 | 101 | 0 | 125 | 113 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100101 | 1000001 | 0 | 1010101 | 1001011 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF2541
Complementary color
Monochromatic Colors of #FF2541
Black with #FF2541
Text Example
Text Example
White with #FF2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2541; }
p { color: rgb(255,37,65); }
H1.HeaderClassName
{
color: #FF2541;
}
.AnyTagClassName
{
color: #FF2541;
}
</style>
background-color css
<style>
a { background-color: #FF2541; }
a { background-color: rgb(255,37,65); }
div.DivClassName
{
background-color: #FF2541;
}
.BgClassName
{
background-color: #FF2541;
}
</style>
border-color css
<style>
span { border-color: #FF2541; }
span { border-color: rgb(255,37,65); }
td.TdClassName
{
border-color: #FF2541;
}
.TagClassName
{
border-color: #FF2541;
}
</style>