Shades of Torch Red #FF1544
Tints of Torch Red #FF1544
RGB
CMYK
RGB Variations
Color information
#FF1544 (or 0xFF1544) is known color: Torch Red. HEX triplet: FF, 15 and 44. RGB value is (255,21,68). Sum of RGB (Red+Green+Blue) = 255+21+68=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1544 is #00EABB. Grayscale: #606060. Windows color (decimal): -60092 or 4462079. OLE color: 4462079.
HSL color Cylindrical-coordinate representation of color #FF1544: hue angle of 347.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1544 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0 |
| HSL | 347.95º | 1% | 0.54% | - |
| HSV(B) | 347.95º | 0.92% | 1% | - |
| XYZ | 42.55 | 22.21 | 7.51 | - |
| YUV | 96.32 | 112.02 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 68 | 0 | 0.92 | 0.73 | 0 | 347.95 | 1 | 0.54 |
| Hex | FF | 15 | 44 | 0 | 5C | 49 | 0 | 15C | 64 | 36 |
| Octal | 377 | 25 | 104 | 0 | 134 | 111 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000100 | 0 | 1011100 | 1001001 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1544
Complementary color
Monochromatic Colors of #FF1544
Black with #FF1544
Text Example
Text Example
White with #FF1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1544; }
p { color: rgb(255,21,68); }
H1.HeaderClassName
{
color: #FF1544;
}
.AnyTagClassName
{
color: #FF1544;
}
</style>
background-color css
<style>
a { background-color: #FF1544; }
a { background-color: rgb(255,21,68); }
div.DivClassName
{
background-color: #FF1544;
}
.BgClassName
{
background-color: #FF1544;
}
</style>
border-color css
<style>
span { border-color: #FF1544; }
span { border-color: rgb(255,21,68); }
td.TdClassName
{
border-color: #FF1544;
}
.TagClassName
{
border-color: #FF1544;
}
</style>