Shades of Torch Red #FF0948
Tints of Torch Red #FF0948
RGB
CMYK
RGB Variations
Color information
#FF0948 (or 0xFF0948) is known color: Torch Red. HEX triplet: FF, 09 and 48. RGB value is (255,9,72). Sum of RGB (Red+Green+Blue) = 255+9+72=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0948 is #00F6B7. Grayscale: #595959. Windows color (decimal): -63160 or 4721151. OLE color: 4721151.
HSL color Cylindrical-coordinate representation of color #FF0948: hue angle of 344.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0948 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.72 | 0 |
| HSL | 344.63º | 1% | 0.52% | - |
| HSV(B) | 344.63º | 0.96% | 1% | - |
| XYZ | 42.51 | 21.92 | 8.12 | - |
| YUV | 89.74 | 118 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 72 | 0 | 0.96 | 0.72 | 0 | 344.63 | 1 | 0.52 |
| Hex | FF | 9 | 48 | 0 | 60 | 48 | 0 | 159 | 64 | 34 |
| Octal | 377 | 11 | 110 | 0 | 140 | 110 | 0 | 531 | 144 | 64 |
| Binary | 11111111 | 1001 | 1001000 | 0 | 1100000 | 1001000 | 0 | 101011001 | 1100100 | 110100 |
Color Harmonies of #FF0948
Complementary color
Monochromatic Colors of #FF0948
Black with #FF0948
Text Example
Text Example
White with #FF0948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0948; }
p { color: rgb(255,9,72); }
H1.HeaderClassName
{
color: #FF0948;
}
.AnyTagClassName
{
color: #FF0948;
}
</style>
background-color css
<style>
a { background-color: #FF0948; }
a { background-color: rgb(255,9,72); }
div.DivClassName
{
background-color: #FF0948;
}
.BgClassName
{
background-color: #FF0948;
}
</style>
border-color css
<style>
span { border-color: #FF0948; }
span { border-color: rgb(255,9,72); }
td.TdClassName
{
border-color: #FF0948;
}
.TagClassName
{
border-color: #FF0948;
}
</style>