Shades of Torch Red #FF0011
Tints of Torch Red #FF0011
RGB
CMYK
RGB Variations
Color information
#FF0011 (or 0xFF0011) is known color: Torch Red. HEX triplet: FF, 00 and 11. RGB value is (255,0,17). Sum of RGB (Red+Green+Blue) = 255+0+17=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0011 is #00FFEE. Grayscale: #4E4E4E. Windows color (decimal): -65519 or 1114367. OLE color: 1114367.
HSL color Cylindrical-coordinate representation of color #FF0011: hue angle of 356º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.93 | 0 |
| HSL | 356º | 1% | 0.5% | - |
| HSV(B) | 356º | 1% | 1% | - |
| XYZ | 41.34 | 21.3 | 2.46 | - |
| YUV | 78.18 | 93.48 | 254.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 17 | 0 | 1 | 0.93 | 0 | 356 | 1 | 0.5 |
| Hex | FF | 0 | 11 | 0 | 64 | 5D | 0 | 164 | 64 | 32 |
| Octal | 377 | 0 | 21 | 0 | 144 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111111 | 0 | 10001 | 0 | 1100100 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FF0011
Complementary color
Monochromatic Colors of #FF0011
Black with #FF0011
Text Example
Text Example
White with #FF0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0011; }
p { color: rgb(255,0,17); }
H1.HeaderClassName
{
color: #FF0011;
}
.AnyTagClassName
{
color: #FF0011;
}
</style>
background-color css
<style>
a { background-color: #FF0011; }
a { background-color: rgb(255,0,17); }
div.DivClassName
{
background-color: #FF0011;
}
.BgClassName
{
background-color: #FF0011;
}
</style>
border-color css
<style>
span { border-color: #FF0011; }
span { border-color: rgb(255,0,17); }
td.TdClassName
{
border-color: #FF0011;
}
.TagClassName
{
border-color: #FF0011;
}
</style>