Shades of Torch Red #FF112D
Tints of Torch Red #FF112D
RGB
CMYK
RGB Variations
Color information
#FF112D (or 0xFF112D) is known color: Torch Red. HEX triplet: FF, 11 and 2D. RGB value is (255,17,45). Sum of RGB (Red+Green+Blue) = 255+17+45=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112D is #00EED2. Grayscale: #5B5B5B. Windows color (decimal): -61139 or 2953727. OLE color: 2953727.
HSL color Cylindrical-coordinate representation of color #FF112D: hue angle of 352.94º 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 #FF112D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0 |
| HSL | 352.94º | 1% | 0.53% | - |
| HSV(B) | 352.94º | 0.93% | 1% | - |
| XYZ | 41.91 | 21.85 | 4.49 | - |
| YUV | 91.35 | 101.85 | 244.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 45 | 0 | 0.93 | 0.82 | 0 | 352.94 | 1 | 0.53 |
| Hex | FF | 11 | 2D | 0 | 5D | 52 | 0 | 161 | 64 | 35 |
| Octal | 377 | 21 | 55 | 0 | 135 | 122 | 0 | 541 | 144 | 65 |
| Binary | 11111111 | 10001 | 101101 | 0 | 1011101 | 1010010 | 0 | 101100001 | 1100100 | 110101 |
Color Harmonies of #FF112D
Complementary color
Monochromatic Colors of #FF112D
Black with #FF112D
Text Example
Text Example
White with #FF112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF112D; }
p { color: rgb(255,17,45); }
H1.HeaderClassName
{
color: #FF112D;
}
.AnyTagClassName
{
color: #FF112D;
}
</style>
background-color css
<style>
a { background-color: #FF112D; }
a { background-color: rgb(255,17,45); }
div.DivClassName
{
background-color: #FF112D;
}
.BgClassName
{
background-color: #FF112D;
}
</style>
border-color css
<style>
span { border-color: #FF112D; }
span { border-color: rgb(255,17,45); }
td.TdClassName
{
border-color: #FF112D;
}
.TagClassName
{
border-color: #FF112D;
}
</style>