Shades of Torch Red #FF0748
Tints of Torch Red #FF0748
RGB
CMYK
RGB Variations
Color information
#FF0748 (or 0xFF0748) is known color: Torch Red. HEX triplet: FF, 07 and 48. RGB value is (255,7,72). Sum of RGB (Red+Green+Blue) = 255+7+72=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0748 is #00F8B7. Grayscale: #585858. Windows color (decimal): -63672 or 4720639. OLE color: 4720639.
HSL color Cylindrical-coordinate representation of color #FF0748: hue angle of 344.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0748 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.72 | 0 |
| HSL | 344.27º | 1% | 0.51% | - |
| HSV(B) | 344.27º | 0.97% | 1% | - |
| XYZ | 42.49 | 21.88 | 8.11 | - |
| YUV | 88.56 | 118.66 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 72 | 0 | 0.97 | 0.72 | 0 | 344.27 | 1 | 0.51 |
| Hex | FF | 7 | 48 | 0 | 61 | 48 | 0 | 158 | 64 | 33 |
| Octal | 377 | 7 | 110 | 0 | 141 | 110 | 0 | 530 | 144 | 63 |
| Binary | 11111111 | 111 | 1001000 | 0 | 1100001 | 1001000 | 0 | 101011000 | 1100100 | 110011 |
Color Harmonies of #FF0748
Complementary color
Monochromatic Colors of #FF0748
Black with #FF0748
Text Example
Text Example
White with #FF0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0748; }
p { color: rgb(255,7,72); }
H1.HeaderClassName
{
color: #FF0748;
}
.AnyTagClassName
{
color: #FF0748;
}
</style>
background-color css
<style>
a { background-color: #FF0748; }
a { background-color: rgb(255,7,72); }
div.DivClassName
{
background-color: #FF0748;
}
.BgClassName
{
background-color: #FF0748;
}
</style>
border-color css
<style>
span { border-color: #FF0748; }
span { border-color: rgb(255,7,72); }
td.TdClassName
{
border-color: #FF0748;
}
.TagClassName
{
border-color: #FF0748;
}
</style>