Shades of Red #F50D09
Tints of Red #F50D09
RGB
CMYK
RGB Variations
Color information
#F50D09 (or 0xF50D09) is known color: Red. HEX triplet: F5, 0D and 09. RGB value is (245,13,9). Sum of RGB (Red+Green+Blue) = 245+13+9=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50D09 is #0AF2F6. Grayscale: #525252. Windows color (decimal): -717559 or 593397. OLE color: 593397.
HSL color Cylindrical-coordinate representation of color #F50D09: hue angle of 1.02º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50D09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.04 |
| HSL | 1.02º | 0.93% | 0.5% | - |
| HSV(B) | 1.02º | 0.96% | 0.96% | - |
| XYZ | 37.85 | 19.72 | 2.07 | - |
| YUV | 81.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 9 | 0 | 0.95 | 0.96 | 0.04 | 1.02 | 0.93 | 0.5 |
| Hex | F5 | D | 9 | 0 | 5F | 60 | 4 | 1 | 5D | 32 |
| Octal | 365 | 15 | 11 | 0 | 137 | 140 | 4 | 1 | 135 | 62 |
| Binary | 11110101 | 1101 | 1001 | 0 | 1011111 | 1100000 | 100 | 1 | 1011101 | 110010 |
Color Harmonies of #F50D09
Complementary color
Monochromatic Colors of #F50D09
Black with #F50D09
Text Example
Text Example
White with #F50D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D09; }
p { color: rgb(245,13,9); }
H1.HeaderClassName
{
color: #F50D09;
}
.AnyTagClassName
{
color: #F50D09;
}
</style>
background-color css
<style>
a { background-color: #F50D09; }
a { background-color: rgb(245,13,9); }
div.DivClassName
{
background-color: #F50D09;
}
.BgClassName
{
background-color: #F50D09;
}
</style>
border-color css
<style>
span { border-color: #F50D09; }
span { border-color: rgb(245,13,9); }
td.TdClassName
{
border-color: #F50D09;
}
.TagClassName
{
border-color: #F50D09;
}
</style>