Shades of Red #F80D03
Tints of Red #F80D03
RGB
CMYK
RGB Variations
Color information
#F80D03 (or 0xF80D03) is known color: Red. HEX triplet: F8, 0D and 03. RGB value is (248,13,3). Sum of RGB (Red+Green+Blue) = 248+13+3=264 (34% of max value = 765). Red value is 248 (97.27% from 255 or 93.94% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80D03 is #07F2FC. Grayscale: #525252. Windows color (decimal): -520957 or 200184. OLE color: 200184.
HSL color Cylindrical-coordinate representation of color #F80D03: hue angle of 2.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80D03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.03 |
| HSL | 2.45º | 0.98% | 0.49% | - |
| HSV(B) | 2.45º | 0.99% | 0.97% | - |
| XYZ | 38.87 | 20.25 | 1.95 | - |
| YUV | 82.13 | 83.36 | 246.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 3 | 0 | 0.95 | 0.99 | 0.03 | 2.45 | 0.98 | 0.49 |
| Hex | F8 | D | 3 | 0 | 5F | 63 | 3 | 2 | 62 | 31 |
| Octal | 370 | 15 | 3 | 0 | 137 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11111000 | 1101 | 11 | 0 | 1011111 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F80D03
Complementary color
Monochromatic Colors of #F80D03
Black with #F80D03
Text Example
Text Example
White with #F80D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D03; }
p { color: rgb(248,13,3); }
H1.HeaderClassName
{
color: #F80D03;
}
.AnyTagClassName
{
color: #F80D03;
}
</style>
background-color css
<style>
a { background-color: #F80D03; }
a { background-color: rgb(248,13,3); }
div.DivClassName
{
background-color: #F80D03;
}
.BgClassName
{
background-color: #F80D03;
}
</style>
border-color css
<style>
span { border-color: #F80D03; }
span { border-color: rgb(248,13,3); }
td.TdClassName
{
border-color: #F80D03;
}
.TagClassName
{
border-color: #F80D03;
}
</style>