Shades of Torch Red #FF1248
Tints of Torch Red #FF1248
RGB
CMYK
RGB Variations
Color information
#FF1248 (or 0xFF1248) is known color: Torch Red. HEX triplet: FF, 12 and 48. RGB value is (255,18,72). Sum of RGB (Red+Green+Blue) = 255+18+72=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1248 is #00EDB7. Grayscale: #5F5F5F. Windows color (decimal): -60856 or 4723455. OLE color: 4723455.
HSL color Cylindrical-coordinate representation of color #FF1248: hue angle of 346.33º 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 #FF1248 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 72 | - |
| CMYK | 0 | 0.93 | 0.72 | 0 |
| HSL | 346.33º | 1% | 0.54% | - |
| HSV(B) | 346.33º | 0.93% | 1% | - |
| XYZ | 42.63 | 22.16 | 8.16 | - |
| YUV | 95.02 | 115.02 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 72 | 0 | 0.93 | 0.72 | 0 | 346.33 | 1 | 0.54 |
| Hex | FF | 12 | 48 | 0 | 5D | 48 | 0 | 15A | 64 | 36 |
| Octal | 377 | 22 | 110 | 0 | 135 | 110 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10010 | 1001000 | 0 | 1011101 | 1001000 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF1248
Complementary color
Monochromatic Colors of #FF1248
Black with #FF1248
Text Example
Text Example
White with #FF1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1248; }
p { color: rgb(255,18,72); }
H1.HeaderClassName
{
color: #FF1248;
}
.AnyTagClassName
{
color: #FF1248;
}
</style>
background-color css
<style>
a { background-color: #FF1248; }
a { background-color: rgb(255,18,72); }
div.DivClassName
{
background-color: #FF1248;
}
.BgClassName
{
background-color: #FF1248;
}
</style>
border-color css
<style>
span { border-color: #FF1248; }
span { border-color: rgb(255,18,72); }
td.TdClassName
{
border-color: #FF1248;
}
.TagClassName
{
border-color: #FF1248;
}
</style>