Shades of Torch Red #FF1011
Tints of Torch Red #FF1011
RGB
CMYK
RGB Variations
Color information
#FF1011 (or 0xFF1011) is known color: Torch Red. HEX triplet: FF, 10 and 11. RGB value is (255,16,17). Sum of RGB (Red+Green+Blue) = 255+16+17=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1011 is #00EFEE. Grayscale: #575757. Windows color (decimal): -61423 or 1118463. OLE color: 1118463.
HSL color Cylindrical-coordinate representation of color #FF1011: hue angle of 359.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1011 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 17 | - |
| CMYK | 0 | 0.94 | 0.93 | 0 |
| HSL | 359.75º | 1% | 0.53% | - |
| HSV(B) | 359.75º | 0.94% | 1% | - |
| XYZ | 41.53 | 21.67 | 2.52 | - |
| YUV | 87.58 | 88.18 | 247.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 17 | 0 | 0.94 | 0.93 | 0 | 359.75 | 1 | 0.53 |
| Hex | FF | 10 | 11 | 0 | 5E | 5D | 0 | 168 | 64 | 35 |
| Octal | 377 | 20 | 21 | 0 | 136 | 135 | 0 | 550 | 144 | 65 |
| Binary | 11111111 | 10000 | 10001 | 0 | 1011110 | 1011101 | 0 | 101101000 | 1100100 | 110101 |
Color Harmonies of #FF1011
Complementary color
Monochromatic Colors of #FF1011
Black with #FF1011
Text Example
Text Example
White with #FF1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1011; }
p { color: rgb(255,16,17); }
H1.HeaderClassName
{
color: #FF1011;
}
.AnyTagClassName
{
color: #FF1011;
}
</style>
background-color css
<style>
a { background-color: #FF1011; }
a { background-color: rgb(255,16,17); }
div.DivClassName
{
background-color: #FF1011;
}
.BgClassName
{
background-color: #FF1011;
}
</style>
border-color css
<style>
span { border-color: #FF1011; }
span { border-color: rgb(255,16,17); }
td.TdClassName
{
border-color: #FF1011;
}
.TagClassName
{
border-color: #FF1011;
}
</style>