Shades of Torch Red #FF1244
Tints of Torch Red #FF1244
RGB
CMYK
RGB Variations
Color information
#FF1244 (or 0xFF1244) is known color: Torch Red. HEX triplet: FF, 12 and 44. RGB value is (255,18,68). Sum of RGB (Red+Green+Blue) = 255+18+68=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1244 is #00EDBB. Grayscale: #5E5E5E. Windows color (decimal): -60860 or 4461311. OLE color: 4461311.
HSL color Cylindrical-coordinate representation of color #FF1244: hue angle of 347.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1244 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 68 | - |
| CMYK | 0 | 0.93 | 0.73 | 0 |
| HSL | 347.34º | 1% | 0.54% | - |
| HSV(B) | 347.34º | 0.93% | 1% | - |
| XYZ | 42.5 | 22.11 | 7.5 | - |
| YUV | 94.56 | 113.02 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 68 | 0 | 0.93 | 0.73 | 0 | 347.34 | 1 | 0.54 |
| Hex | FF | 12 | 44 | 0 | 5D | 49 | 0 | 15B | 64 | 36 |
| Octal | 377 | 22 | 104 | 0 | 135 | 111 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10010 | 1000100 | 0 | 1011101 | 1001001 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1244
Complementary color
Monochromatic Colors of #FF1244
Black with #FF1244
Text Example
Text Example
White with #FF1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1244; }
p { color: rgb(255,18,68); }
H1.HeaderClassName
{
color: #FF1244;
}
.AnyTagClassName
{
color: #FF1244;
}
</style>
background-color css
<style>
a { background-color: #FF1244; }
a { background-color: rgb(255,18,68); }
div.DivClassName
{
background-color: #FF1244;
}
.BgClassName
{
background-color: #FF1244;
}
</style>
border-color css
<style>
span { border-color: #FF1244; }
span { border-color: rgb(255,18,68); }
td.TdClassName
{
border-color: #FF1244;
}
.TagClassName
{
border-color: #FF1244;
}
</style>