Shades of Torch Red #FF111D
Tints of Torch Red #FF111D
RGB
CMYK
RGB Variations
Color information
#FF111D (or 0xFF111D) is known color: Torch Red. HEX triplet: FF, 11 and 1D. RGB value is (255,17,29). Sum of RGB (Red+Green+Blue) = 255+17+29=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF111D is #00EEE2. Grayscale: #595959. Windows color (decimal): -61155 or 1905151. OLE color: 1905151.
HSL color Cylindrical-coordinate representation of color #FF111D: hue angle of 356.97º 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 #FF111D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.89 | 0 |
| HSL | 356.97º | 1% | 0.53% | - |
| HSV(B) | 356.97º | 0.93% | 1% | - |
| XYZ | 41.66 | 21.75 | 3.16 | - |
| YUV | 89.53 | 93.85 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 29 | 0 | 0.93 | 0.89 | 0 | 356.97 | 1 | 0.53 |
| Hex | FF | 11 | 1D | 0 | 5D | 59 | 0 | 165 | 64 | 35 |
| Octal | 377 | 21 | 35 | 0 | 135 | 131 | 0 | 545 | 144 | 65 |
| Binary | 11111111 | 10001 | 11101 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100100 | 110101 |
Color Harmonies of #FF111D
Complementary color
Monochromatic Colors of #FF111D
Black with #FF111D
Text Example
Text Example
White with #FF111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF111D; }
p { color: rgb(255,17,29); }
H1.HeaderClassName
{
color: #FF111D;
}
.AnyTagClassName
{
color: #FF111D;
}
</style>
background-color css
<style>
a { background-color: #FF111D; }
a { background-color: rgb(255,17,29); }
div.DivClassName
{
background-color: #FF111D;
}
.BgClassName
{
background-color: #FF111D;
}
</style>
border-color css
<style>
span { border-color: #FF111D; }
span { border-color: rgb(255,17,29); }
td.TdClassName
{
border-color: #FF111D;
}
.TagClassName
{
border-color: #FF111D;
}
</style>