Shades of Torch Red #FF113A
Tints of Torch Red #FF113A
RGB
CMYK
RGB Variations
Color information
#FF113A (or 0xFF113A) is known color: Torch Red. HEX triplet: FF, 11 and 3A. RGB value is (255,17,58). Sum of RGB (Red+Green+Blue) = 255+17+58=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF113A is #00EEC5. Grayscale: #5C5C5C. Windows color (decimal): -61126 or 3805695. OLE color: 3805695.
HSL color Cylindrical-coordinate representation of color #FF113A: hue angle of 349.66º 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 #FF113A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 58 | - |
| CMYK | 0 | 0.93 | 0.77 | 0 |
| HSL | 349.66º | 1% | 0.53% | - |
| HSV(B) | 349.66º | 0.93% | 1% | - |
| XYZ | 42.2 | 21.97 | 6.02 | - |
| YUV | 92.84 | 108.35 | 243.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 58 | 0 | 0.93 | 0.77 | 0 | 349.66 | 1 | 0.53 |
| Hex | FF | 11 | 3A | 0 | 5D | 4D | 0 | 15E | 64 | 35 |
| Octal | 377 | 21 | 72 | 0 | 135 | 115 | 0 | 536 | 144 | 65 |
| Binary | 11111111 | 10001 | 111010 | 0 | 1011101 | 1001101 | 0 | 101011110 | 1100100 | 110101 |
Color Harmonies of #FF113A
Complementary color
Monochromatic Colors of #FF113A
Black with #FF113A
Text Example
Text Example
White with #FF113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF113A; }
p { color: rgb(255,17,58); }
H1.HeaderClassName
{
color: #FF113A;
}
.AnyTagClassName
{
color: #FF113A;
}
</style>
background-color css
<style>
a { background-color: #FF113A; }
a { background-color: rgb(255,17,58); }
div.DivClassName
{
background-color: #FF113A;
}
.BgClassName
{
background-color: #FF113A;
}
</style>
border-color css
<style>
span { border-color: #FF113A; }
span { border-color: rgb(255,17,58); }
td.TdClassName
{
border-color: #FF113A;
}
.TagClassName
{
border-color: #FF113A;
}
</style>