Shades of Torch Red #FF2441
Tints of Torch Red #FF2441
RGB
CMYK
RGB Variations
Color information
#FF2441 (or 0xFF2441) is known color: Torch Red. HEX triplet: FF, 24 and 41. RGB value is (255,36,65). Sum of RGB (Red+Green+Blue) = 255+36+65=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2441 is #00DBBE. Grayscale: #686868. Windows color (decimal): -56255 or 4269311. OLE color: 4269311.
HSL color Cylindrical-coordinate representation of color #FF2441: hue angle of 352.05º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2441 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 65 | - |
| CMYK | 0 | 0.86 | 0.75 | 0 |
| HSL | 352.05º | 1% | 0.57% | - |
| HSV(B) | 352.05º | 0.86% | 1% | - |
| XYZ | 42.83 | 22.9 | 7.16 | - |
| YUV | 104.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 65 | 0 | 0.86 | 0.75 | 0 | 352.05 | 1 | 0.57 |
| Hex | FF | 24 | 41 | 0 | 56 | 4B | 0 | 160 | 64 | 39 |
| Octal | 377 | 44 | 101 | 0 | 126 | 113 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100100 | 1000001 | 0 | 1010110 | 1001011 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF2441
Complementary color
Monochromatic Colors of #FF2441
Black with #FF2441
Text Example
Text Example
White with #FF2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2441; }
p { color: rgb(255,36,65); }
H1.HeaderClassName
{
color: #FF2441;
}
.AnyTagClassName
{
color: #FF2441;
}
</style>
background-color css
<style>
a { background-color: #FF2441; }
a { background-color: rgb(255,36,65); }
div.DivClassName
{
background-color: #FF2441;
}
.BgClassName
{
background-color: #FF2441;
}
</style>
border-color css
<style>
span { border-color: #FF2441; }
span { border-color: rgb(255,36,65); }
td.TdClassName
{
border-color: #FF2441;
}
.TagClassName
{
border-color: #FF2441;
}
</style>