Shades of Orange Red #F14118
Tints of Orange Red #F14118
RGB
CMYK
RGB Variations
Color information
#F14118 (or 0xF14118) is known color: Orange Red. HEX triplet: F1, 41 and 18. RGB value is (241,65,24). Sum of RGB (Red+Green+Blue) = 241+65+24=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F14118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14118 is #0EBEE7. Grayscale: #717171. Windows color (decimal): -966376 or 1589745. OLE color: 1589745.
HSL color Cylindrical-coordinate representation of color #F14118: hue angle of 11.34º 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 #F14118 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.34º | 0.89% | 0.52% | - |
| HSV(B) | 11.34º | 0.9% | 0.95% | - |
| XYZ | 38.33 | 22.55 | 3.2 | - |
| YUV | 112.95 | 77.81 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 24 | 0 | 0.73 | 0.90 | 0.05 | 11.34 | 0.89 | 0.52 |
| Hex | F1 | 41 | 18 | 0 | 49 | 5A | 5 | B | 59 | 34 |
| Octal | 361 | 101 | 30 | 0 | 111 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110001 | 1000001 | 11000 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F14118
Complementary color
Monochromatic Colors of #F14118
Black with #F14118
Text Example
Text Example
White with #F14118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14118; }
p { color: rgb(241,65,24); }
H1.HeaderClassName
{
color: #F14118;
}
.AnyTagClassName
{
color: #F14118;
}
</style>
background-color css
<style>
a { background-color: #F14118; }
a { background-color: rgb(241,65,24); }
div.DivClassName
{
background-color: #F14118;
}
.BgClassName
{
background-color: #F14118;
}
</style>
border-color css
<style>
span { border-color: #F14118; }
span { border-color: rgb(241,65,24); }
td.TdClassName
{
border-color: #F14118;
}
.TagClassName
{
border-color: #F14118;
}
</style>