Shades of Torch Red #FF1944
Tints of Torch Red #FF1944
RGB
CMYK
RGB Variations
Color information
#FF1944 (or 0xFF1944) is known color: Torch Red. HEX triplet: FF, 19 and 44. RGB value is (255,25,68). Sum of RGB (Red+Green+Blue) = 255+25+68=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1944 is #00E6BB. Grayscale: #626262. Windows color (decimal): -59068 or 4463103. OLE color: 4463103.
HSL color Cylindrical-coordinate representation of color #FF1944: hue angle of 348.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1944 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0 |
| HSL | 348.78º | 1% | 0.55% | - |
| HSV(B) | 348.78º | 0.9% | 1% | - |
| XYZ | 42.63 | 22.37 | 7.54 | - |
| YUV | 98.67 | 110.7 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 68 | 0 | 0.90 | 0.73 | 0 | 348.78 | 1 | 0.55 |
| Hex | FF | 19 | 44 | 0 | 5A | 49 | 0 | 15D | 64 | 37 |
| Octal | 377 | 31 | 104 | 0 | 132 | 111 | 0 | 535 | 144 | 67 |
| Binary | 11111111 | 11001 | 1000100 | 0 | 1011010 | 1001001 | 0 | 101011101 | 1100100 | 110111 |
Color Harmonies of #FF1944
Complementary color
Monochromatic Colors of #FF1944
Black with #FF1944
Text Example
Text Example
White with #FF1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1944; }
p { color: rgb(255,25,68); }
H1.HeaderClassName
{
color: #FF1944;
}
.AnyTagClassName
{
color: #FF1944;
}
</style>
background-color css
<style>
a { background-color: #FF1944; }
a { background-color: rgb(255,25,68); }
div.DivClassName
{
background-color: #FF1944;
}
.BgClassName
{
background-color: #FF1944;
}
</style>
border-color css
<style>
span { border-color: #FF1944; }
span { border-color: rgb(255,25,68); }
td.TdClassName
{
border-color: #FF1944;
}
.TagClassName
{
border-color: #FF1944;
}
</style>