Shades of Red #F9110D
Tints of Red #F9110D
RGB
CMYK
RGB Variations
Color information
#F9110D (or 0xF9110D) is known color: Red. HEX triplet: F9, 11 and 0D. RGB value is (249,17,13). Sum of RGB (Red+Green+Blue) = 249+17+13=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9110D is #06EEF2. Grayscale: #565656. Windows color (decimal): -454387 or 856569. OLE color: 856569.
HSL color Cylindrical-coordinate representation of color #F9110D: hue angle of 1.02º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9110D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.02 |
| HSL | 1.02º | 0.95% | 0.51% | - |
| HSV(B) | 1.02º | 0.95% | 0.98% | - |
| XYZ | 39.34 | 20.57 | 2.28 | - |
| YUV | 85.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 13 | 0 | 0.93 | 0.95 | 0.02 | 1.02 | 0.95 | 0.51 |
| Hex | F9 | 11 | D | 0 | 5D | 5F | 2 | 1 | 5F | 33 |
| Octal | 371 | 21 | 15 | 0 | 135 | 137 | 2 | 1 | 137 | 63 |
| Binary | 11111001 | 10001 | 1101 | 0 | 1011101 | 1011111 | 10 | 1 | 1011111 | 110011 |
Color Harmonies of #F9110D
Complementary color
Monochromatic Colors of #F9110D
Black with #F9110D
Text Example
Text Example
White with #F9110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9110D; }
p { color: rgb(249,17,13); }
H1.HeaderClassName
{
color: #F9110D;
}
.AnyTagClassName
{
color: #F9110D;
}
</style>
background-color css
<style>
a { background-color: #F9110D; }
a { background-color: rgb(249,17,13); }
div.DivClassName
{
background-color: #F9110D;
}
.BgClassName
{
background-color: #F9110D;
}
</style>
border-color css
<style>
span { border-color: #F9110D; }
span { border-color: rgb(249,17,13); }
td.TdClassName
{
border-color: #F9110D;
}
.TagClassName
{
border-color: #F9110D;
}
</style>