Shades of Torch Red #FF1444
Tints of Torch Red #FF1444
RGB
CMYK
RGB Variations
Color information
#FF1444 (or 0xFF1444) is known color: Torch Red. HEX triplet: FF, 14 and 44. RGB value is (255,20,68). Sum of RGB (Red+Green+Blue) = 255+20+68=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1444 is #00EBBB. Grayscale: #5F5F5F. Windows color (decimal): -60348 or 4461823. OLE color: 4461823.
HSL color Cylindrical-coordinate representation of color #FF1444: hue angle of 347.74º 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 #FF1444 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0 |
| HSL | 347.74º | 1% | 0.54% | - |
| HSV(B) | 347.74º | 0.92% | 1% | - |
| XYZ | 42.53 | 22.18 | 7.51 | - |
| YUV | 95.74 | 112.36 | 241.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 68 | 0 | 0.92 | 0.73 | 0 | 347.74 | 1 | 0.54 |
| Hex | FF | 14 | 44 | 0 | 5C | 49 | 0 | 15C | 64 | 36 |
| Octal | 377 | 24 | 104 | 0 | 134 | 111 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10100 | 1000100 | 0 | 1011100 | 1001001 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1444
Complementary color
Monochromatic Colors of #FF1444
Black with #FF1444
Text Example
Text Example
White with #FF1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1444; }
p { color: rgb(255,20,68); }
H1.HeaderClassName
{
color: #FF1444;
}
.AnyTagClassName
{
color: #FF1444;
}
</style>
background-color css
<style>
a { background-color: #FF1444; }
a { background-color: rgb(255,20,68); }
div.DivClassName
{
background-color: #FF1444;
}
.BgClassName
{
background-color: #FF1444;
}
</style>
border-color css
<style>
span { border-color: #FF1444; }
span { border-color: rgb(255,20,68); }
td.TdClassName
{
border-color: #FF1444;
}
.TagClassName
{
border-color: #FF1444;
}
</style>