Shades of Torch Red #FF2644
Tints of Torch Red #FF2644
RGB
CMYK
RGB Variations
Color information
#FF2644 (or 0xFF2644) is known color: Torch Red. HEX triplet: FF, 26 and 44. RGB value is (255,38,68). Sum of RGB (Red+Green+Blue) = 255+38+68=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2644 is #00D9BB. Grayscale: #6A6A6A. Windows color (decimal): -55740 or 4466431. OLE color: 4466431.
HSL color Cylindrical-coordinate representation of color #FF2644: hue angle of 351.71º 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 #FF2644 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0 |
| HSL | 351.71º | 1% | 0.57% | - |
| HSV(B) | 351.71º | 0.85% | 1% | - |
| XYZ | 42.98 | 23.06 | 7.66 | - |
| YUV | 106.3 | 106.39 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 68 | 0 | 0.85 | 0.73 | 0 | 351.71 | 1 | 0.57 |
| Hex | FF | 26 | 44 | 0 | 55 | 49 | 0 | 160 | 64 | 39 |
| Octal | 377 | 46 | 104 | 0 | 125 | 111 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100110 | 1000100 | 0 | 1010101 | 1001001 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF2644
Complementary color
Monochromatic Colors of #FF2644
Black with #FF2644
Text Example
Text Example
White with #FF2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2644; }
p { color: rgb(255,38,68); }
H1.HeaderClassName
{
color: #FF2644;
}
.AnyTagClassName
{
color: #FF2644;
}
</style>
background-color css
<style>
a { background-color: #FF2644; }
a { background-color: rgb(255,38,68); }
div.DivClassName
{
background-color: #FF2644;
}
.BgClassName
{
background-color: #FF2644;
}
</style>
border-color css
<style>
span { border-color: #FF2644; }
span { border-color: rgb(255,38,68); }
td.TdClassName
{
border-color: #FF2644;
}
.TagClassName
{
border-color: #FF2644;
}
</style>