Shades of Torch Red #FF111A
Tints of Torch Red #FF111A
RGB
CMYK
RGB Variations
Color information
#FF111A (or 0xFF111A) is known color: Torch Red. HEX triplet: FF, 11 and 1A. RGB value is (255,17,26). Sum of RGB (Red+Green+Blue) = 255+17+26=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF111A is #00EEE5. Grayscale: #595959. Windows color (decimal): -61158 or 1708543. OLE color: 1708543.
HSL color Cylindrical-coordinate representation of color #FF111A: hue angle of 357.73º 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 #FF111A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0 |
| HSL | 357.73º | 1% | 0.53% | - |
| HSV(B) | 357.73º | 0.93% | 1% | - |
| XYZ | 41.63 | 21.74 | 2.98 | - |
| YUV | 89.19 | 92.35 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 26 | 0 | 0.93 | 0.90 | 0 | 357.73 | 1 | 0.53 |
| Hex | FF | 11 | 1A | 0 | 5D | 5A | 0 | 166 | 64 | 35 |
| Octal | 377 | 21 | 32 | 0 | 135 | 132 | 0 | 546 | 144 | 65 |
| Binary | 11111111 | 10001 | 11010 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100100 | 110101 |
Color Harmonies of #FF111A
Complementary color
Monochromatic Colors of #FF111A
Black with #FF111A
Text Example
Text Example
White with #FF111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF111A; }
p { color: rgb(255,17,26); }
H1.HeaderClassName
{
color: #FF111A;
}
.AnyTagClassName
{
color: #FF111A;
}
</style>
background-color css
<style>
a { background-color: #FF111A; }
a { background-color: rgb(255,17,26); }
div.DivClassName
{
background-color: #FF111A;
}
.BgClassName
{
background-color: #FF111A;
}
</style>
border-color css
<style>
span { border-color: #FF111A; }
span { border-color: rgb(255,17,26); }
td.TdClassName
{
border-color: #FF111A;
}
.TagClassName
{
border-color: #FF111A;
}
</style>