Shades of Red #F80800
Tints of Red #F80800
RGB
CMYK
RGB Variations
Color information
#F80800 (or 0xF80800) is known color: Red. HEX triplet: F8, 08 and 00. RGB value is (248,8,0). Sum of RGB (Red+Green+Blue) = 248+8+0=256 (33% of max value = 765). Red value is 248 (97.27% from 255 or 96.88% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 248 - color contains mainly: red. Hex color #F80800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80800 is #07F7FF. Grayscale: #4F4F4F. Windows color (decimal): -522240 or 2296. OLE color: 2296.
HSL color Cylindrical-coordinate representation of color #F80800: hue angle of 1.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80800 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.03 |
| HSL | 1.94º | 1% | 0.49% | - |
| HSV(B) | 1.94º | 1% | 0.97% | - |
| XYZ | 38.8 | 20.13 | 1.84 | - |
| YUV | 78.85 | 83.51 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 0 | 0 | 0.97 | 1 | 0.03 | 1.94 | 1 | 0.49 |
| Hex | F8 | 8 | 0 | 0 | 61 | 64 | 3 | 2 | 64 | 31 |
| Octal | 370 | 10 | 0 | 0 | 141 | 144 | 3 | 2 | 144 | 61 |
| Binary | 11111000 | 1000 | 0 | 0 | 1100001 | 1100100 | 11 | 10 | 1100100 | 110001 |
Color Harmonies of #F80800
Complementary color
Monochromatic Colors of #F80800
Black with #F80800
Text Example
Text Example
White with #F80800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80800; }
p { color: rgb(248,8,0); }
H1.HeaderClassName
{
color: #F80800;
}
.AnyTagClassName
{
color: #F80800;
}
</style>
background-color css
<style>
a { background-color: #F80800; }
a { background-color: rgb(248,8,0); }
div.DivClassName
{
background-color: #F80800;
}
.BgClassName
{
background-color: #F80800;
}
</style>
border-color css
<style>
span { border-color: #F80800; }
span { border-color: rgb(248,8,0); }
td.TdClassName
{
border-color: #F80800;
}
.TagClassName
{
border-color: #F80800;
}
</style>