Shades of Red #F9100C
Tints of Red #F9100C
RGB
CMYK
RGB Variations
Color information
#F9100C (or 0xF9100C) is known color: Red. HEX triplet: F9, 10 and 0C. RGB value is (249,16,12). Sum of RGB (Red+Green+Blue) = 249+16+12=277 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.89% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 249 - color contains mainly: red. Hex color #F9100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9100C is #06EFF3. Grayscale: #555555. Windows color (decimal): -454644 or 790777. OLE color: 790777.
HSL color Cylindrical-coordinate representation of color #F9100C: hue angle of 1.01º 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 #F9100C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.02 |
| HSL | 1.01º | 0.95% | 0.51% | - |
| HSV(B) | 1.01º | 0.95% | 0.98% | - |
| XYZ | 39.32 | 20.54 | 2.24 | - |
| YUV | 85.21 | 86.69 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 12 | 0 | 0.94 | 0.95 | 0.02 | 1.01 | 0.95 | 0.51 |
| Hex | F9 | 10 | C | 0 | 5E | 5F | 2 | 1 | 5F | 33 |
| Octal | 371 | 20 | 14 | 0 | 136 | 137 | 2 | 1 | 137 | 63 |
| Binary | 11111001 | 10000 | 1100 | 0 | 1011110 | 1011111 | 10 | 1 | 1011111 | 110011 |
Color Harmonies of #F9100C
Complementary color
Monochromatic Colors of #F9100C
Black with #F9100C
Text Example
Text Example
White with #F9100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9100C; }
p { color: rgb(249,16,12); }
H1.HeaderClassName
{
color: #F9100C;
}
.AnyTagClassName
{
color: #F9100C;
}
</style>
background-color css
<style>
a { background-color: #F9100C; }
a { background-color: rgb(249,16,12); }
div.DivClassName
{
background-color: #F9100C;
}
.BgClassName
{
background-color: #F9100C;
}
</style>
border-color css
<style>
span { border-color: #F9100C; }
span { border-color: rgb(249,16,12); }
td.TdClassName
{
border-color: #F9100C;
}
.TagClassName
{
border-color: #F9100C;
}
</style>