Shades of Orange Red #F14715
Tints of Orange Red #F14715
RGB
CMYK
RGB Variations
Color information
#F14715 (or 0xF14715) is known color: Orange Red. HEX triplet: F1, 47 and 15. RGB value is (241,71,21). Sum of RGB (Red+Green+Blue) = 241+71+21=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F14715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14715 is #0EB8EA. Grayscale: #747474. Windows color (decimal): -964843 or 1394673. OLE color: 1394673.
HSL color Cylindrical-coordinate representation of color #F14715: hue angle of 13.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F14715 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.64º | 0.89% | 0.51% | - |
| HSV(B) | 13.64º | 0.91% | 0.95% | - |
| XYZ | 38.66 | 23.26 | 3.16 | - |
| YUV | 116.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 21 | 0 | 0.71 | 0.91 | 0.05 | 13.64 | 0.89 | 0.51 |
| Hex | F1 | 47 | 15 | 0 | 47 | 5B | 5 | E | 59 | 33 |
| Octal | 361 | 107 | 25 | 0 | 107 | 133 | 5 | 16 | 131 | 63 |
| Binary | 11110001 | 1000111 | 10101 | 0 | 1000111 | 1011011 | 101 | 1110 | 1011001 | 110011 |
Color Harmonies of #F14715
Complementary color
Monochromatic Colors of #F14715
Black with #F14715
Text Example
Text Example
White with #F14715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14715; }
p { color: rgb(241,71,21); }
H1.HeaderClassName
{
color: #F14715;
}
.AnyTagClassName
{
color: #F14715;
}
</style>
background-color css
<style>
a { background-color: #F14715; }
a { background-color: rgb(241,71,21); }
div.DivClassName
{
background-color: #F14715;
}
.BgClassName
{
background-color: #F14715;
}
</style>
border-color css
<style>
span { border-color: #F14715; }
span { border-color: rgb(241,71,21); }
td.TdClassName
{
border-color: #F14715;
}
.TagClassName
{
border-color: #F14715;
}
</style>