Shades of Torch Red #FF113F
Tints of Torch Red #FF113F
RGB
CMYK
RGB Variations
Color information
#FF113F (or 0xFF113F) is known color: Torch Red. HEX triplet: FF, 11 and 3F. RGB value is (255,17,63). Sum of RGB (Red+Green+Blue) = 255+17+63=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF113F is #00EEC0. Grayscale: #5D5D5D. Windows color (decimal): -61121 or 4133375. OLE color: 4133375.
HSL color Cylindrical-coordinate representation of color #FF113F: hue angle of 348.4º 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 #FF113F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0 |
| HSL | 348.4º | 1% | 0.53% | - |
| HSV(B) | 348.4º | 0.93% | 1% | - |
| XYZ | 42.34 | 22.02 | 6.72 | - |
| YUV | 93.41 | 110.85 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 63 | 0 | 0.93 | 0.75 | 0 | 348.4 | 1 | 0.53 |
| Hex | FF | 11 | 3F | 0 | 5D | 4B | 0 | 15C | 64 | 35 |
| Octal | 377 | 21 | 77 | 0 | 135 | 113 | 0 | 534 | 144 | 65 |
| Binary | 11111111 | 10001 | 111111 | 0 | 1011101 | 1001011 | 0 | 101011100 | 1100100 | 110101 |
Color Harmonies of #FF113F
Complementary color
Monochromatic Colors of #FF113F
Black with #FF113F
Text Example
Text Example
White with #FF113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF113F; }
p { color: rgb(255,17,63); }
H1.HeaderClassName
{
color: #FF113F;
}
.AnyTagClassName
{
color: #FF113F;
}
</style>
background-color css
<style>
a { background-color: #FF113F; }
a { background-color: rgb(255,17,63); }
div.DivClassName
{
background-color: #FF113F;
}
.BgClassName
{
background-color: #FF113F;
}
</style>
border-color css
<style>
span { border-color: #FF113F; }
span { border-color: rgb(255,17,63); }
td.TdClassName
{
border-color: #FF113F;
}
.TagClassName
{
border-color: #FF113F;
}
</style>