Shades of Torch Red #FF1112
Tints of Torch Red #FF1112
RGB
CMYK
RGB Variations
Color information
#FF1112 (or 0xFF1112) is known color: Torch Red. HEX triplet: FF, 11 and 12. RGB value is (255,17,18). Sum of RGB (Red+Green+Blue) = 255+17+18=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1112 is #00EEED. Grayscale: #585858. Windows color (decimal): -61166 or 1184255. OLE color: 1184255.
HSL color Cylindrical-coordinate representation of color #FF1112: hue angle of 359.75º 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 #FF1112 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0 |
| HSL | 359.75º | 1% | 0.53% | - |
| HSV(B) | 359.75º | 0.93% | 1% | - |
| XYZ | 41.55 | 21.7 | 2.57 | - |
| YUV | 88.28 | 88.35 | 246.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 18 | 0 | 0.93 | 0.93 | 0 | 359.75 | 1 | 0.53 |
| Hex | FF | 11 | 12 | 0 | 5D | 5D | 0 | 168 | 64 | 35 |
| Octal | 377 | 21 | 22 | 0 | 135 | 135 | 0 | 550 | 144 | 65 |
| Binary | 11111111 | 10001 | 10010 | 0 | 1011101 | 1011101 | 0 | 101101000 | 1100100 | 110101 |
Color Harmonies of #FF1112
Complementary color
Monochromatic Colors of #FF1112
Black with #FF1112
Text Example
Text Example
White with #FF1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1112; }
p { color: rgb(255,17,18); }
H1.HeaderClassName
{
color: #FF1112;
}
.AnyTagClassName
{
color: #FF1112;
}
</style>
background-color css
<style>
a { background-color: #FF1112; }
a { background-color: rgb(255,17,18); }
div.DivClassName
{
background-color: #FF1112;
}
.BgClassName
{
background-color: #FF1112;
}
</style>
border-color css
<style>
span { border-color: #FF1112; }
span { border-color: rgb(255,17,18); }
td.TdClassName
{
border-color: #FF1112;
}
.TagClassName
{
border-color: #FF1112;
}
</style>