Shades of Red #F50803
Tints of Red #F50803
RGB
CMYK
RGB Variations
Color information
#F50803 (or 0xF50803) is known color: Red. HEX triplet: F5, 08 and 03. RGB value is (245,8,3). Sum of RGB (Red+Green+Blue) = 245+8+3=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50803 is #0AF7FC. Grayscale: #4E4E4E. Windows color (decimal): -718845 or 198901. OLE color: 198901.
HSL color Cylindrical-coordinate representation of color #F50803: hue angle of 1.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.04 |
| HSL | 1.24º | 0.98% | 0.49% | - |
| HSV(B) | 1.24º | 0.99% | 0.96% | - |
| XYZ | 37.76 | 19.59 | 1.88 | - |
| YUV | 78.29 | 85.52 | 246.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 3 | 0 | 0.97 | 0.99 | 0.04 | 1.24 | 0.98 | 0.49 |
| Hex | F5 | 8 | 3 | 0 | 61 | 63 | 4 | 1 | 62 | 31 |
| Octal | 365 | 10 | 3 | 0 | 141 | 143 | 4 | 1 | 142 | 61 |
| Binary | 11110101 | 1000 | 11 | 0 | 1100001 | 1100011 | 100 | 1 | 1100010 | 110001 |
Color Harmonies of #F50803
Complementary color
Monochromatic Colors of #F50803
Black with #F50803
Text Example
Text Example
White with #F50803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50803; }
p { color: rgb(245,8,3); }
H1.HeaderClassName
{
color: #F50803;
}
.AnyTagClassName
{
color: #F50803;
}
</style>
background-color css
<style>
a { background-color: #F50803; }
a { background-color: rgb(245,8,3); }
div.DivClassName
{
background-color: #F50803;
}
.BgClassName
{
background-color: #F50803;
}
</style>
border-color css
<style>
span { border-color: #F50803; }
span { border-color: rgb(245,8,3); }
td.TdClassName
{
border-color: #F50803;
}
.TagClassName
{
border-color: #F50803;
}
</style>