Shades of Torch Red #FF0911
Tints of Torch Red #FF0911
RGB
CMYK
RGB Variations
Color information
#FF0911 (or 0xFF0911) is known color: Torch Red. HEX triplet: FF, 09 and 11. RGB value is (255,9,17). Sum of RGB (Red+Green+Blue) = 255+9+17=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0911 is #00F6EE. Grayscale: #535353. Windows color (decimal): -63215 or 1116671. OLE color: 1116671.
HSL color Cylindrical-coordinate representation of color #FF0911: hue angle of 358.05º 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 #FF0911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0 |
| HSL | 358.05º | 1% | 0.52% | - |
| HSV(B) | 358.05º | 0.96% | 1% | - |
| XYZ | 41.44 | 21.5 | 2.5 | - |
| YUV | 83.47 | 90.5 | 250.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 17 | 0 | 0.96 | 0.93 | 0 | 358.05 | 1 | 0.52 |
| Hex | FF | 9 | 11 | 0 | 60 | 5D | 0 | 166 | 64 | 34 |
| Octal | 377 | 11 | 21 | 0 | 140 | 135 | 0 | 546 | 144 | 64 |
| Binary | 11111111 | 1001 | 10001 | 0 | 1100000 | 1011101 | 0 | 101100110 | 1100100 | 110100 |
Color Harmonies of #FF0911
Complementary color
Monochromatic Colors of #FF0911
Black with #FF0911
Text Example
Text Example
White with #FF0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0911; }
p { color: rgb(255,9,17); }
H1.HeaderClassName
{
color: #FF0911;
}
.AnyTagClassName
{
color: #FF0911;
}
</style>
background-color css
<style>
a { background-color: #FF0911; }
a { background-color: rgb(255,9,17); }
div.DivClassName
{
background-color: #FF0911;
}
.BgClassName
{
background-color: #FF0911;
}
</style>
border-color css
<style>
span { border-color: #FF0911; }
span { border-color: rgb(255,9,17); }
td.TdClassName
{
border-color: #FF0911;
}
.TagClassName
{
border-color: #FF0911;
}
</style>