Shades of Torch Red #FF0048
Tints of Torch Red #FF0048
RGB
CMYK
RGB Variations
Color information
#FF0048 (or 0xFF0048) is known color: Torch Red. HEX triplet: FF, 00 and 48. RGB value is (255,0,72). Sum of RGB (Red+Green+Blue) = 255+0+72=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0048 is #00FFB7. Grayscale: #545454. Windows color (decimal): -65464 or 4718847. OLE color: 4718847.
HSL color Cylindrical-coordinate representation of color #FF0048: hue angle of 343.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0048 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.72 | 0 |
| HSL | 343.06º | 1% | 0.5% | - |
| HSV(B) | 343.06º | 1% | 1% | - |
| XYZ | 42.41 | 21.73 | 8.09 | - |
| YUV | 84.45 | 120.98 | 249.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 72 | 0 | 1 | 0.72 | 0 | 343.06 | 1 | 0.5 |
| Hex | FF | 0 | 48 | 0 | 64 | 48 | 0 | 157 | 64 | 32 |
| Octal | 377 | 0 | 110 | 0 | 144 | 110 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 0 | 1001000 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF0048
Complementary color
Monochromatic Colors of #FF0048
Black with #FF0048
Text Example
Text Example
White with #FF0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0048; }
p { color: rgb(255,0,72); }
H1.HeaderClassName
{
color: #FF0048;
}
.AnyTagClassName
{
color: #FF0048;
}
</style>
background-color css
<style>
a { background-color: #FF0048; }
a { background-color: rgb(255,0,72); }
div.DivClassName
{
background-color: #FF0048;
}
.BgClassName
{
background-color: #FF0048;
}
</style>
border-color css
<style>
span { border-color: #FF0048; }
span { border-color: rgb(255,0,72); }
td.TdClassName
{
border-color: #FF0048;
}
.TagClassName
{
border-color: #FF0048;
}
</style>