Shades of Red #F51008
Tints of Red #F51008
RGB
CMYK
RGB Variations
Color information
#F51008 (or 0xF51008) is known color: Red. HEX triplet: F5, 10 and 08. RGB value is (245,16,8). Sum of RGB (Red+Green+Blue) = 245+16+8=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F51008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51008 is #0AEFF7. Grayscale: #535353. Windows color (decimal): -716792 or 528629. OLE color: 528629.
HSL color Cylindrical-coordinate representation of color #F51008: hue angle of 2.03º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F51008 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.04 |
| HSL | 2.03º | 0.94% | 0.5% | - |
| HSV(B) | 2.03º | 0.97% | 0.96% | - |
| XYZ | 37.89 | 19.8 | 2.05 | - |
| YUV | 83.56 | 85.37 | 243.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 8 | 0 | 0.93 | 0.97 | 0.04 | 2.03 | 0.94 | 0.5 |
| Hex | F5 | 10 | 8 | 0 | 5D | 61 | 4 | 2 | 5E | 32 |
| Octal | 365 | 20 | 10 | 0 | 135 | 141 | 4 | 2 | 136 | 62 |
| Binary | 11110101 | 10000 | 1000 | 0 | 1011101 | 1100001 | 100 | 10 | 1011110 | 110010 |
Color Harmonies of #F51008
Complementary color
Monochromatic Colors of #F51008
Black with #F51008
Text Example
Text Example
White with #F51008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51008; }
p { color: rgb(245,16,8); }
H1.HeaderClassName
{
color: #F51008;
}
.AnyTagClassName
{
color: #F51008;
}
</style>
background-color css
<style>
a { background-color: #F51008; }
a { background-color: rgb(245,16,8); }
div.DivClassName
{
background-color: #F51008;
}
.BgClassName
{
background-color: #F51008;
}
</style>
border-color css
<style>
span { border-color: #F51008; }
span { border-color: rgb(245,16,8); }
td.TdClassName
{
border-color: #F51008;
}
.TagClassName
{
border-color: #F51008;
}
</style>