Shades of Torch Red #FF111B
Tints of Torch Red #FF111B
RGB
CMYK
RGB Variations
Color information
#FF111B (or 0xFF111B) is known color: Torch Red. HEX triplet: FF, 11 and 1B. RGB value is (255,17,27). Sum of RGB (Red+Green+Blue) = 255+17+27=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF111B is #00EEE4. Grayscale: #595959. Windows color (decimal): -61157 or 1774079. OLE color: 1774079.
HSL color Cylindrical-coordinate representation of color #FF111B: hue angle of 357.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0 |
| HSL | 357.48º | 1% | 0.53% | - |
| HSV(B) | 357.48º | 0.93% | 1% | - |
| XYZ | 41.64 | 21.74 | 3.04 | - |
| YUV | 89.3 | 92.85 | 246.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 27 | 0 | 0.93 | 0.89 | 0 | 357.48 | 1 | 0.53 |
| Hex | FF | 11 | 1B | 0 | 5D | 59 | 0 | 165 | 64 | 35 |
| Octal | 377 | 21 | 33 | 0 | 135 | 131 | 0 | 545 | 144 | 65 |
| Binary | 11111111 | 10001 | 11011 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100100 | 110101 |
Color Harmonies of #FF111B
Complementary color
Monochromatic Colors of #FF111B
Black with #FF111B
Text Example
Text Example
White with #FF111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF111B; }
p { color: rgb(255,17,27); }
H1.HeaderClassName
{
color: #FF111B;
}
.AnyTagClassName
{
color: #FF111B;
}
</style>
background-color css
<style>
a { background-color: #FF111B; }
a { background-color: rgb(255,17,27); }
div.DivClassName
{
background-color: #FF111B;
}
.BgClassName
{
background-color: #FF111B;
}
</style>
border-color css
<style>
span { border-color: #FF111B; }
span { border-color: rgb(255,17,27); }
td.TdClassName
{
border-color: #FF111B;
}
.TagClassName
{
border-color: #FF111B;
}
</style>