Shades of Orange Red #F14119
Tints of Orange Red #F14119
RGB
CMYK
RGB Variations
Color information
#F14119 (or 0xF14119) is known color: Orange Red. HEX triplet: F1, 41 and 19. RGB value is (241,65,25). Sum of RGB (Red+Green+Blue) = 241+65+25=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14119 is #0EBEE6. Grayscale: #717171. Windows color (decimal): -966375 or 1655281. OLE color: 1655281.
HSL color Cylindrical-coordinate representation of color #F14119: hue angle of 11.11º 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 #F14119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.11º | 0.89% | 0.52% | - |
| HSV(B) | 11.11º | 0.9% | 0.95% | - |
| XYZ | 38.34 | 22.55 | 3.25 | - |
| YUV | 113.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 25 | 0 | 0.73 | 0.90 | 0.05 | 11.11 | 0.89 | 0.52 |
| Hex | F1 | 41 | 19 | 0 | 49 | 5A | 5 | B | 59 | 34 |
| Octal | 361 | 101 | 31 | 0 | 111 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110001 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F14119
Complementary color
Monochromatic Colors of #F14119
Black with #F14119
Text Example
Text Example
White with #F14119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14119; }
p { color: rgb(241,65,25); }
H1.HeaderClassName
{
color: #F14119;
}
.AnyTagClassName
{
color: #F14119;
}
</style>
background-color css
<style>
a { background-color: #F14119; }
a { background-color: rgb(241,65,25); }
div.DivClassName
{
background-color: #F14119;
}
.BgClassName
{
background-color: #F14119;
}
</style>
border-color css
<style>
span { border-color: #F14119; }
span { border-color: rgb(241,65,25); }
td.TdClassName
{
border-color: #F14119;
}
.TagClassName
{
border-color: #F14119;
}
</style>