Shades of Orange Red #F14103
Tints of Orange Red #F14103
RGB
CMYK
RGB Variations
Color information
#F14103 (or 0xF14103) is known color: Orange Red. HEX triplet: F1, 41 and 03. RGB value is (241,65,3). Sum of RGB (Red+Green+Blue) = 241+65+3=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F14103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14103 is #0EBEFC. Grayscale: #6E6E6E. Windows color (decimal): -966397 or 213489. OLE color: 213489.
HSL color Cylindrical-coordinate representation of color #F14103: hue angle of 15.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F14103 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.05 |
| HSL | 15.63º | 0.98% | 0.48% | - |
| HSV(B) | 15.63º | 0.99% | 0.95% | - |
| XYZ | 38.18 | 22.49 | 2.41 | - |
| YUV | 110.56 | 67.31 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 3 | 0 | 0.73 | 0.99 | 0.05 | 15.63 | 0.98 | 0.48 |
| Hex | F1 | 41 | 3 | 0 | 49 | 63 | 5 | 10 | 62 | 30 |
| Octal | 361 | 101 | 3 | 0 | 111 | 143 | 5 | 20 | 142 | 60 |
| Binary | 11110001 | 1000001 | 11 | 0 | 1001001 | 1100011 | 101 | 10000 | 1100010 | 110000 |
Color Harmonies of #F14103
Complementary color
Monochromatic Colors of #F14103
Black with #F14103
Text Example
Text Example
White with #F14103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14103; }
p { color: rgb(241,65,3); }
H1.HeaderClassName
{
color: #F14103;
}
.AnyTagClassName
{
color: #F14103;
}
</style>
background-color css
<style>
a { background-color: #F14103; }
a { background-color: rgb(241,65,3); }
div.DivClassName
{
background-color: #F14103;
}
.BgClassName
{
background-color: #F14103;
}
</style>
border-color css
<style>
span { border-color: #F14103; }
span { border-color: rgb(241,65,3); }
td.TdClassName
{
border-color: #F14103;
}
.TagClassName
{
border-color: #F14103;
}
</style>