Shades of Torch Red #FF2341
Tints of Torch Red #FF2341
RGB
CMYK
RGB Variations
Color information
#FF2341 (or 0xFF2341) is known color: Torch Red. HEX triplet: FF, 23 and 41. RGB value is (255,35,65). Sum of RGB (Red+Green+Blue) = 255+35+65=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2341 is #00DCBE. Grayscale: #686868. Windows color (decimal): -56511 or 4269055. OLE color: 4269055.
HSL color Cylindrical-coordinate representation of color #FF2341: hue angle of 351.82º 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 #FF2341 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 65 | - |
| CMYK | 0 | 0.86 | 0.75 | 0 |
| HSL | 351.82º | 1% | 0.57% | - |
| HSV(B) | 351.82º | 0.86% | 1% | - |
| XYZ | 42.8 | 22.84 | 7.15 | - |
| YUV | 104.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 65 | 0 | 0.86 | 0.75 | 0 | 351.82 | 1 | 0.57 |
| Hex | FF | 23 | 41 | 0 | 56 | 4B | 0 | 160 | 64 | 39 |
| Octal | 377 | 43 | 101 | 0 | 126 | 113 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100011 | 1000001 | 0 | 1010110 | 1001011 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF2341
Complementary color
Monochromatic Colors of #FF2341
Black with #FF2341
Text Example
Text Example
White with #FF2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2341; }
p { color: rgb(255,35,65); }
H1.HeaderClassName
{
color: #FF2341;
}
.AnyTagClassName
{
color: #FF2341;
}
</style>
background-color css
<style>
a { background-color: #FF2341; }
a { background-color: rgb(255,35,65); }
div.DivClassName
{
background-color: #FF2341;
}
.BgClassName
{
background-color: #FF2341;
}
</style>
border-color css
<style>
span { border-color: #FF2341; }
span { border-color: rgb(255,35,65); }
td.TdClassName
{
border-color: #FF2341;
}
.TagClassName
{
border-color: #FF2341;
}
</style>