Shades of Orange Red #F14513
Tints of Orange Red #F14513
RGB
CMYK
RGB Variations
Color information
#F14513 (or 0xF14513) is known color: Orange Red. HEX triplet: F1, 45 and 13. RGB value is (241,69,19). Sum of RGB (Red+Green+Blue) = 241+69+19=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14513 is #0EBAEC. Grayscale: #737373. Windows color (decimal): -965357 or 1263089. OLE color: 1263089.
HSL color Cylindrical-coordinate representation of color #F14513: hue angle of 13.51º 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 #F14513 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.05 |
| HSL | 13.51º | 0.89% | 0.51% | - |
| HSV(B) | 13.51º | 0.92% | 0.95% | - |
| XYZ | 38.52 | 23 | 3.03 | - |
| YUV | 114.73 | 73.98 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 19 | 0 | 0.71 | 0.92 | 0.05 | 13.51 | 0.89 | 0.51 |
| Hex | F1 | 45 | 13 | 0 | 47 | 5C | 5 | E | 59 | 33 |
| Octal | 361 | 105 | 23 | 0 | 107 | 134 | 5 | 16 | 131 | 63 |
| Binary | 11110001 | 1000101 | 10011 | 0 | 1000111 | 1011100 | 101 | 1110 | 1011001 | 110011 |
Color Harmonies of #F14513
Complementary color
Monochromatic Colors of #F14513
Black with #F14513
Text Example
Text Example
White with #F14513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14513; }
p { color: rgb(241,69,19); }
H1.HeaderClassName
{
color: #F14513;
}
.AnyTagClassName
{
color: #F14513;
}
</style>
background-color css
<style>
a { background-color: #F14513; }
a { background-color: rgb(241,69,19); }
div.DivClassName
{
background-color: #F14513;
}
.BgClassName
{
background-color: #F14513;
}
</style>
border-color css
<style>
span { border-color: #F14513; }
span { border-color: rgb(241,69,19); }
td.TdClassName
{
border-color: #F14513;
}
.TagClassName
{
border-color: #F14513;
}
</style>