Shades of Red #F80D0A
Tints of Red #F80D0A
RGB
CMYK
RGB Variations
Color information
#F80D0A (or 0xF80D0A) is known color: Red. HEX triplet: F8, 0D and 0A. RGB value is (248,13,10). Sum of RGB (Red+Green+Blue) = 248+13+10=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80D0A is #07F2F5. Grayscale: #535353. Windows color (decimal): -520950 or 658936. OLE color: 658936.
HSL color Cylindrical-coordinate representation of color #F80D0A: hue angle of 0.76º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80D0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 10 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.03 |
| HSL | 0.76º | 0.94% | 0.51% | - |
| HSV(B) | 0.76º | 0.96% | 0.97% | - |
| XYZ | 38.91 | 20.27 | 2.15 | - |
| YUV | 82.92 | 86.86 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 10 | 0 | 0.95 | 0.96 | 0.03 | 0.76 | 0.94 | 0.51 |
| Hex | F8 | D | A | 0 | 5F | 60 | 3 | 1 | 5E | 33 |
| Octal | 370 | 15 | 12 | 0 | 137 | 140 | 3 | 1 | 136 | 63 |
| Binary | 11111000 | 1101 | 1010 | 0 | 1011111 | 1100000 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F80D0A
Complementary color
Monochromatic Colors of #F80D0A
Black with #F80D0A
Text Example
Text Example
White with #F80D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D0A; }
p { color: rgb(248,13,10); }
H1.HeaderClassName
{
color: #F80D0A;
}
.AnyTagClassName
{
color: #F80D0A;
}
</style>
background-color css
<style>
a { background-color: #F80D0A; }
a { background-color: rgb(248,13,10); }
div.DivClassName
{
background-color: #F80D0A;
}
.BgClassName
{
background-color: #F80D0A;
}
</style>
border-color css
<style>
span { border-color: #F80D0A; }
span { border-color: rgb(248,13,10); }
td.TdClassName
{
border-color: #F80D0A;
}
.TagClassName
{
border-color: #F80D0A;
}
</style>