Shades of Torch Red #FF2641
Tints of Torch Red #FF2641
RGB
CMYK
RGB Variations
Color information
#FF2641 (or 0xFF2641) is known color: Torch Red. HEX triplet: FF, 26 and 41. RGB value is (255,38,65). Sum of RGB (Red+Green+Blue) = 255+38+65=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2641 is #00D9BE. Grayscale: #6A6A6A. Windows color (decimal): -55743 or 4269823. OLE color: 4269823.
HSL color Cylindrical-coordinate representation of color #FF2641: hue angle of 352.53º 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 #FF2641 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 65 | - |
| CMYK | 0 | 0.85 | 0.75 | 0 |
| HSL | 352.53º | 1% | 0.57% | - |
| HSV(B) | 352.53º | 0.85% | 1% | - |
| XYZ | 42.89 | 23.03 | 7.19 | - |
| YUV | 105.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 65 | 0 | 0.85 | 0.75 | 0 | 352.53 | 1 | 0.57 |
| Hex | FF | 26 | 41 | 0 | 55 | 4B | 0 | 161 | 64 | 39 |
| Octal | 377 | 46 | 101 | 0 | 125 | 113 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100110 | 1000001 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF2641
Complementary color
Monochromatic Colors of #FF2641
Black with #FF2641
Text Example
Text Example
White with #FF2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2641; }
p { color: rgb(255,38,65); }
H1.HeaderClassName
{
color: #FF2641;
}
.AnyTagClassName
{
color: #FF2641;
}
</style>
background-color css
<style>
a { background-color: #FF2641; }
a { background-color: rgb(255,38,65); }
div.DivClassName
{
background-color: #FF2641;
}
.BgClassName
{
background-color: #FF2641;
}
</style>
border-color css
<style>
span { border-color: #FF2641; }
span { border-color: rgb(255,38,65); }
td.TdClassName
{
border-color: #FF2641;
}
.TagClassName
{
border-color: #FF2641;
}
</style>