Shades of Torch Red #FF2544
Tints of Torch Red #FF2544
RGB
CMYK
RGB Variations
Color information
#FF2544 (or 0xFF2544) is known color: Torch Red. HEX triplet: FF, 25 and 44. RGB value is (255,37,68). Sum of RGB (Red+Green+Blue) = 255+37+68=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2544 is #00DABB. Grayscale: #696969. Windows color (decimal): -55996 or 4466175. OLE color: 4466175.
HSL color Cylindrical-coordinate representation of color #FF2544: hue angle of 351.47º 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 #FF2544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0 |
| HSL | 351.47º | 1% | 0.57% | - |
| HSV(B) | 351.47º | 0.85% | 1% | - |
| XYZ | 42.94 | 23 | 7.64 | - |
| YUV | 105.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 68 | 0 | 0.85 | 0.73 | 0 | 351.47 | 1 | 0.57 |
| Hex | FF | 25 | 44 | 0 | 55 | 49 | 0 | 15F | 64 | 39 |
| Octal | 377 | 45 | 104 | 0 | 125 | 111 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100101 | 1000100 | 0 | 1010101 | 1001001 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2544
Complementary color
Monochromatic Colors of #FF2544
Black with #FF2544
Text Example
Text Example
White with #FF2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2544; }
p { color: rgb(255,37,68); }
H1.HeaderClassName
{
color: #FF2544;
}
.AnyTagClassName
{
color: #FF2544;
}
</style>
background-color css
<style>
a { background-color: #FF2544; }
a { background-color: rgb(255,37,68); }
div.DivClassName
{
background-color: #FF2544;
}
.BgClassName
{
background-color: #FF2544;
}
</style>
border-color css
<style>
span { border-color: #FF2544; }
span { border-color: rgb(255,37,68); }
td.TdClassName
{
border-color: #FF2544;
}
.TagClassName
{
border-color: #FF2544;
}
</style>