Shades of Torch Red #FF0947
Tints of Torch Red #FF0947
RGB
CMYK
RGB Variations
Color information
#FF0947 (or 0xFF0947) is known color: Torch Red. HEX triplet: FF, 09 and 47. RGB value is (255,9,71). Sum of RGB (Red+Green+Blue) = 255+9+71=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0947 is #00F6B8. Grayscale: #595959. Windows color (decimal): -63161 or 4655615. OLE color: 4655615.
HSL color Cylindrical-coordinate representation of color #FF0947: hue angle of 344.88º 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 #FF0947 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.72 | 0 |
| HSL | 344.88º | 1% | 0.52% | - |
| HSV(B) | 344.88º | 0.96% | 1% | - |
| XYZ | 42.48 | 21.91 | 7.95 | - |
| YUV | 89.62 | 117.5 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 71 | 0 | 0.96 | 0.72 | 0 | 344.88 | 1 | 0.52 |
| Hex | FF | 9 | 47 | 0 | 60 | 48 | 0 | 159 | 64 | 34 |
| Octal | 377 | 11 | 107 | 0 | 140 | 110 | 0 | 531 | 144 | 64 |
| Binary | 11111111 | 1001 | 1000111 | 0 | 1100000 | 1001000 | 0 | 101011001 | 1100100 | 110100 |
Color Harmonies of #FF0947
Complementary color
Monochromatic Colors of #FF0947
Black with #FF0947
Text Example
Text Example
White with #FF0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0947; }
p { color: rgb(255,9,71); }
H1.HeaderClassName
{
color: #FF0947;
}
.AnyTagClassName
{
color: #FF0947;
}
</style>
background-color css
<style>
a { background-color: #FF0947; }
a { background-color: rgb(255,9,71); }
div.DivClassName
{
background-color: #FF0947;
}
.BgClassName
{
background-color: #FF0947;
}
</style>
border-color css
<style>
span { border-color: #FF0947; }
span { border-color: rgb(255,9,71); }
td.TdClassName
{
border-color: #FF0947;
}
.TagClassName
{
border-color: #FF0947;
}
</style>