Shades of Torch Red #FF112A
Tints of Torch Red #FF112A
RGB
CMYK
RGB Variations
Color information
#FF112A (or 0xFF112A) is known color: Torch Red. HEX triplet: FF, 11 and 2A. RGB value is (255,17,42). Sum of RGB (Red+Green+Blue) = 255+17+42=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112A is #00EED5. Grayscale: #5B5B5B. Windows color (decimal): -61142 or 2757119. OLE color: 2757119.
HSL color Cylindrical-coordinate representation of color #FF112A: hue angle of 353.7º 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 #FF112A is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 42 | - |
| CMYK | 0 | 0.93 | 0.84 | 0 |
| HSL | 353.7º | 1% | 0.53% | - |
| HSV(B) | 353.7º | 0.93% | 1% | - |
| XYZ | 41.86 | 21.83 | 4.2 | - |
| YUV | 91.01 | 100.35 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 42 | 0 | 0.93 | 0.84 | 0 | 353.7 | 1 | 0.53 |
| Hex | FF | 11 | 2A | 0 | 5D | 54 | 0 | 162 | 64 | 35 |
| Octal | 377 | 21 | 52 | 0 | 135 | 124 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 10001 | 101010 | 0 | 1011101 | 1010100 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF112A
Complementary color
Monochromatic Colors of #FF112A
Black with #FF112A
Text Example
Text Example
White with #FF112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF112A; }
p { color: rgb(255,17,42); }
H1.HeaderClassName
{
color: #FF112A;
}
.AnyTagClassName
{
color: #FF112A;
}
</style>
background-color css
<style>
a { background-color: #FF112A; }
a { background-color: rgb(255,17,42); }
div.DivClassName
{
background-color: #FF112A;
}
.BgClassName
{
background-color: #FF112A;
}
</style>
border-color css
<style>
span { border-color: #FF112A; }
span { border-color: rgb(255,17,42); }
td.TdClassName
{
border-color: #FF112A;
}
.TagClassName
{
border-color: #FF112A;
}
</style>