Shades of Torch Red #FF113B
Tints of Torch Red #FF113B
RGB
CMYK
RGB Variations
Color information
#FF113B (or 0xFF113B) is known color: Torch Red. HEX triplet: FF, 11 and 3B. RGB value is (255,17,59). Sum of RGB (Red+Green+Blue) = 255+17+59=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF113B is #00EEC4. Grayscale: #5D5D5D. Windows color (decimal): -61125 or 3871231. OLE color: 3871231.
HSL color Cylindrical-coordinate representation of color #FF113B: hue angle of 349.41º 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 #FF113B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.77 | 0 |
| HSL | 349.41º | 1% | 0.53% | - |
| HSV(B) | 349.41º | 0.93% | 1% | - |
| XYZ | 42.23 | 21.98 | 6.15 | - |
| YUV | 92.95 | 108.85 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 59 | 0 | 0.93 | 0.77 | 0 | 349.41 | 1 | 0.53 |
| Hex | FF | 11 | 3B | 0 | 5D | 4D | 0 | 15D | 64 | 35 |
| Octal | 377 | 21 | 73 | 0 | 135 | 115 | 0 | 535 | 144 | 65 |
| Binary | 11111111 | 10001 | 111011 | 0 | 1011101 | 1001101 | 0 | 101011101 | 1100100 | 110101 |
Color Harmonies of #FF113B
Complementary color
Monochromatic Colors of #FF113B
Black with #FF113B
Text Example
Text Example
White with #FF113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF113B; }
p { color: rgb(255,17,59); }
H1.HeaderClassName
{
color: #FF113B;
}
.AnyTagClassName
{
color: #FF113B;
}
</style>
background-color css
<style>
a { background-color: #FF113B; }
a { background-color: rgb(255,17,59); }
div.DivClassName
{
background-color: #FF113B;
}
.BgClassName
{
background-color: #FF113B;
}
</style>
border-color css
<style>
span { border-color: #FF113B; }
span { border-color: rgb(255,17,59); }
td.TdClassName
{
border-color: #FF113B;
}
.TagClassName
{
border-color: #FF113B;
}
</style>