Shades of Orange Red #F14111
Tints of Orange Red #F14111
RGB
CMYK
RGB Variations
Color information
#F14111 (or 0xF14111) is known color: Orange Red. HEX triplet: F1, 41 and 11. RGB value is (241,65,17). Sum of RGB (Red+Green+Blue) = 241+65+17=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F14111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14111 is #0EBEEE. Grayscale: #707070. Windows color (decimal): -966383 or 1130993. OLE color: 1130993.
HSL color Cylindrical-coordinate representation of color #F14111: hue angle of 12.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14111 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 12.86º | 0.89% | 0.51% | - |
| HSV(B) | 12.86º | 0.93% | 0.95% | - |
| XYZ | 38.27 | 22.52 | 2.86 | - |
| YUV | 112.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 17 | 0 | 0.73 | 0.93 | 0.05 | 12.86 | 0.89 | 0.51 |
| Hex | F1 | 41 | 11 | 0 | 49 | 5D | 5 | D | 59 | 33 |
| Octal | 361 | 101 | 21 | 0 | 111 | 135 | 5 | 15 | 131 | 63 |
| Binary | 11110001 | 1000001 | 10001 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011001 | 110011 |
Color Harmonies of #F14111
Complementary color
Monochromatic Colors of #F14111
Black with #F14111
Text Example
Text Example
White with #F14111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14111; }
p { color: rgb(241,65,17); }
H1.HeaderClassName
{
color: #F14111;
}
.AnyTagClassName
{
color: #F14111;
}
</style>
background-color css
<style>
a { background-color: #F14111; }
a { background-color: rgb(241,65,17); }
div.DivClassName
{
background-color: #F14111;
}
.BgClassName
{
background-color: #F14111;
}
</style>
border-color css
<style>
span { border-color: #F14111; }
span { border-color: rgb(241,65,17); }
td.TdClassName
{
border-color: #F14111;
}
.TagClassName
{
border-color: #F14111;
}
</style>