Shades of Orange Red #F14117
Tints of Orange Red #F14117
RGB
CMYK
RGB Variations
Color information
#F14117 (or 0xF14117) is known color: Orange Red. HEX triplet: F1, 41 and 17. RGB value is (241,65,23). Sum of RGB (Red+Green+Blue) = 241+65+23=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14117 is #0EBEE8. Grayscale: #717171. Windows color (decimal): -966377 or 1524209. OLE color: 1524209.
HSL color Cylindrical-coordinate representation of color #F14117: hue angle of 11.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14117 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 23 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.56º | 0.89% | 0.52% | - |
| HSV(B) | 11.56º | 0.9% | 0.95% | - |
| XYZ | 38.32 | 22.54 | 3.14 | - |
| YUV | 112.84 | 77.31 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 23 | 0 | 0.73 | 0.90 | 0.05 | 11.56 | 0.89 | 0.52 |
| Hex | F1 | 41 | 17 | 0 | 49 | 5A | 5 | C | 59 | 34 |
| Octal | 361 | 101 | 27 | 0 | 111 | 132 | 5 | 14 | 131 | 64 |
| Binary | 11110001 | 1000001 | 10111 | 0 | 1001001 | 1011010 | 101 | 1100 | 1011001 | 110100 |
Color Harmonies of #F14117
Complementary color
Monochromatic Colors of #F14117
Black with #F14117
Text Example
Text Example
White with #F14117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14117; }
p { color: rgb(241,65,23); }
H1.HeaderClassName
{
color: #F14117;
}
.AnyTagClassName
{
color: #F14117;
}
</style>
background-color css
<style>
a { background-color: #F14117; }
a { background-color: rgb(241,65,23); }
div.DivClassName
{
background-color: #F14117;
}
.BgClassName
{
background-color: #F14117;
}
</style>
border-color css
<style>
span { border-color: #F14117; }
span { border-color: rgb(241,65,23); }
td.TdClassName
{
border-color: #F14117;
}
.TagClassName
{
border-color: #F14117;
}
</style>