Shades of Orange Red #F14114
Tints of Orange Red #F14114
RGB
CMYK
RGB Variations
Color information
#F14114 (or 0xF14114) is known color: Orange Red. HEX triplet: F1, 41 and 14. RGB value is (241,65,20). Sum of RGB (Red+Green+Blue) = 241+65+20=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F14114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14114 is #0EBEEB. Grayscale: #707070. Windows color (decimal): -966380 or 1327601. OLE color: 1327601.
HSL color Cylindrical-coordinate representation of color #F14114: hue angle of 12.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F14114 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.05 |
| HSL | 12.22º | 0.89% | 0.51% | - |
| HSV(B) | 12.22º | 0.92% | 0.95% | - |
| XYZ | 38.29 | 22.53 | 2.99 | - |
| YUV | 112.49 | 75.81 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 20 | 0 | 0.73 | 0.92 | 0.05 | 12.22 | 0.89 | 0.51 |
| Hex | F1 | 41 | 14 | 0 | 49 | 5C | 5 | C | 59 | 33 |
| Octal | 361 | 101 | 24 | 0 | 111 | 134 | 5 | 14 | 131 | 63 |
| Binary | 11110001 | 1000001 | 10100 | 0 | 1001001 | 1011100 | 101 | 1100 | 1011001 | 110011 |
Color Harmonies of #F14114
Complementary color
Monochromatic Colors of #F14114
Black with #F14114
Text Example
Text Example
White with #F14114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14114; }
p { color: rgb(241,65,20); }
H1.HeaderClassName
{
color: #F14114;
}
.AnyTagClassName
{
color: #F14114;
}
</style>
background-color css
<style>
a { background-color: #F14114; }
a { background-color: rgb(241,65,20); }
div.DivClassName
{
background-color: #F14114;
}
.BgClassName
{
background-color: #F14114;
}
</style>
border-color css
<style>
span { border-color: #F14114; }
span { border-color: rgb(241,65,20); }
td.TdClassName
{
border-color: #F14114;
}
.TagClassName
{
border-color: #F14114;
}
</style>