Shades of Torch Red #FF1114
Tints of Torch Red #FF1114
RGB
CMYK
RGB Variations
Color information
#FF1114 (or 0xFF1114) is known color: Torch Red. HEX triplet: FF, 11 and 14. RGB value is (255,17,20). Sum of RGB (Red+Green+Blue) = 255+17+20=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1114 is #00EEEB. Grayscale: #585858. Windows color (decimal): -61164 or 1315327. OLE color: 1315327.
HSL color Cylindrical-coordinate representation of color #FF1114: hue angle of 359.24º 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 #FF1114 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0 |
| HSL | 359.24º | 1% | 0.53% | - |
| HSV(B) | 359.24º | 0.93% | 1% | - |
| XYZ | 41.57 | 21.71 | 2.66 | - |
| YUV | 88.5 | 89.35 | 246.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 20 | 0 | 0.93 | 0.92 | 0 | 359.24 | 1 | 0.53 |
| Hex | FF | 11 | 14 | 0 | 5D | 5C | 0 | 167 | 64 | 35 |
| Octal | 377 | 21 | 24 | 0 | 135 | 134 | 0 | 547 | 144 | 65 |
| Binary | 11111111 | 10001 | 10100 | 0 | 1011101 | 1011100 | 0 | 101100111 | 1100100 | 110101 |
Color Harmonies of #FF1114
Complementary color
Monochromatic Colors of #FF1114
Black with #FF1114
Text Example
Text Example
White with #FF1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1114; }
p { color: rgb(255,17,20); }
H1.HeaderClassName
{
color: #FF1114;
}
.AnyTagClassName
{
color: #FF1114;
}
</style>
background-color css
<style>
a { background-color: #FF1114; }
a { background-color: rgb(255,17,20); }
div.DivClassName
{
background-color: #FF1114;
}
.BgClassName
{
background-color: #FF1114;
}
</style>
border-color css
<style>
span { border-color: #FF1114; }
span { border-color: rgb(255,17,20); }
td.TdClassName
{
border-color: #FF1114;
}
.TagClassName
{
border-color: #FF1114;
}
</style>