Shades of Red #F9110E
Tints of Red #F9110E
RGB
CMYK
RGB Variations
Color information
#F9110E (or 0xF9110E) is known color: Red. HEX triplet: F9, 11 and 0E. RGB value is (249,17,14). Sum of RGB (Red+Green+Blue) = 249+17+14=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F9110E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9110E is #06EEF1. Grayscale: #565656. Windows color (decimal): -454386 or 922105. OLE color: 922105.
HSL color Cylindrical-coordinate representation of color #F9110E: hue angle of 0.77º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9110E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.02 |
| HSL | 0.77º | 0.95% | 0.52% | - |
| HSV(B) | 0.77º | 0.94% | 0.98% | - |
| XYZ | 39.35 | 20.57 | 2.31 | - |
| YUV | 86.03 | 87.36 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 14 | 0 | 0.93 | 0.94 | 0.02 | 0.77 | 0.95 | 0.52 |
| Hex | F9 | 11 | E | 0 | 5D | 5E | 2 | 1 | 5F | 34 |
| Octal | 371 | 21 | 16 | 0 | 135 | 136 | 2 | 1 | 137 | 64 |
| Binary | 11111001 | 10001 | 1110 | 0 | 1011101 | 1011110 | 10 | 1 | 1011111 | 110100 |
Color Harmonies of #F9110E
Complementary color
Monochromatic Colors of #F9110E
Black with #F9110E
Text Example
Text Example
White with #F9110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9110E; }
p { color: rgb(249,17,14); }
H1.HeaderClassName
{
color: #F9110E;
}
.AnyTagClassName
{
color: #F9110E;
}
</style>
background-color css
<style>
a { background-color: #F9110E; }
a { background-color: rgb(249,17,14); }
div.DivClassName
{
background-color: #F9110E;
}
.BgClassName
{
background-color: #F9110E;
}
</style>
border-color css
<style>
span { border-color: #F9110E; }
span { border-color: rgb(249,17,14); }
td.TdClassName
{
border-color: #F9110E;
}
.TagClassName
{
border-color: #F9110E;
}
</style>