Shades of Red #F91008
Tints of Red #F91008
RGB
CMYK
RGB Variations
Color information
#F91008 (or 0xF91008) is known color: Red. HEX triplet: F9, 10 and 08. RGB value is (249,16,8). Sum of RGB (Red+Green+Blue) = 249+16+8=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F91008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91008 is #06EFF7. Grayscale: #555555. Windows color (decimal): -454648 or 528633. OLE color: 528633.
HSL color Cylindrical-coordinate representation of color #F91008: hue angle of 1.99º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F91008 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.02 |
| HSL | 1.99º | 0.95% | 0.5% | - |
| HSV(B) | 1.99º | 0.97% | 0.98% | - |
| XYZ | 39.3 | 20.53 | 2.12 | - |
| YUV | 84.76 | 84.69 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 8 | 0 | 0.94 | 0.97 | 0.02 | 1.99 | 0.95 | 0.5 |
| Hex | F9 | 10 | 8 | 0 | 5E | 61 | 2 | 2 | 5F | 32 |
| Octal | 371 | 20 | 10 | 0 | 136 | 141 | 2 | 2 | 137 | 62 |
| Binary | 11111001 | 10000 | 1000 | 0 | 1011110 | 1100001 | 10 | 10 | 1011111 | 110010 |
Color Harmonies of #F91008
Complementary color
Monochromatic Colors of #F91008
Black with #F91008
Text Example
Text Example
White with #F91008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91008; }
p { color: rgb(249,16,8); }
H1.HeaderClassName
{
color: #F91008;
}
.AnyTagClassName
{
color: #F91008;
}
</style>
background-color css
<style>
a { background-color: #F91008; }
a { background-color: rgb(249,16,8); }
div.DivClassName
{
background-color: #F91008;
}
.BgClassName
{
background-color: #F91008;
}
</style>
border-color css
<style>
span { border-color: #F91008; }
span { border-color: rgb(249,16,8); }
td.TdClassName
{
border-color: #F91008;
}
.TagClassName
{
border-color: #F91008;
}
</style>