Shades of Torch Red #FF0951
Tints of Torch Red #FF0951
RGB
CMYK
RGB Variations
Color information
#FF0951 (or 0xFF0951) is known color: Torch Red. HEX triplet: FF, 09 and 51. RGB value is (255,9,81). Sum of RGB (Red+Green+Blue) = 255+9+81=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0951 is #00F6AE. Grayscale: #5A5A5A. Windows color (decimal): -63151 or 5310975. OLE color: 5310975.
HSL color Cylindrical-coordinate representation of color #FF0951: hue angle of 342.44º 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 #FF0951 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.68 | 0 |
| HSL | 342.44º | 1% | 0.52% | - |
| HSV(B) | 342.44º | 0.96% | 1% | - |
| XYZ | 42.82 | 22.05 | 9.78 | - |
| YUV | 90.76 | 122.5 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 81 | 0 | 0.96 | 0.68 | 0 | 342.44 | 1 | 0.52 |
| Hex | FF | 9 | 51 | 0 | 60 | 44 | 0 | 156 | 64 | 34 |
| Octal | 377 | 11 | 121 | 0 | 140 | 104 | 0 | 526 | 144 | 64 |
| Binary | 11111111 | 1001 | 1010001 | 0 | 1100000 | 1000100 | 0 | 101010110 | 1100100 | 110100 |
Color Harmonies of #FF0951
Complementary color
Monochromatic Colors of #FF0951
Black with #FF0951
Text Example
Text Example
White with #FF0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0951; }
p { color: rgb(255,9,81); }
H1.HeaderClassName
{
color: #FF0951;
}
.AnyTagClassName
{
color: #FF0951;
}
</style>
background-color css
<style>
a { background-color: #FF0951; }
a { background-color: rgb(255,9,81); }
div.DivClassName
{
background-color: #FF0951;
}
.BgClassName
{
background-color: #FF0951;
}
</style>
border-color css
<style>
span { border-color: #FF0951; }
span { border-color: rgb(255,9,81); }
td.TdClassName
{
border-color: #FF0951;
}
.TagClassName
{
border-color: #FF0951;
}
</style>