Shades of Red #F51210
Tints of Red #F51210
RGB
CMYK
RGB Variations
Color information
#F51210 (or 0xF51210) is known color: Red. HEX triplet: F5, 12 and 10. RGB value is (245,18,16). Sum of RGB (Red+Green+Blue) = 245+18+16=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F51210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51210 is #0AEDEF. Grayscale: #555555. Windows color (decimal): -716272 or 1053429. OLE color: 1053429.
HSL color Cylindrical-coordinate representation of color #F51210: hue angle of 0.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51210 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.04 |
| HSL | 0.52º | 0.92% | 0.51% | - |
| HSV(B) | 0.52º | 0.93% | 0.96% | - |
| XYZ | 37.97 | 19.88 | 2.33 | - |
| YUV | 85.65 | 88.71 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 16 | 0 | 0.93 | 0.93 | 0.04 | 0.52 | 0.92 | 0.51 |
| Hex | F5 | 12 | 10 | 0 | 5D | 5D | 4 | 1 | 5C | 33 |
| Octal | 365 | 22 | 20 | 0 | 135 | 135 | 4 | 1 | 134 | 63 |
| Binary | 11110101 | 10010 | 10000 | 0 | 1011101 | 1011101 | 100 | 1 | 1011100 | 110011 |
Color Harmonies of #F51210
Complementary color
Monochromatic Colors of #F51210
Black with #F51210
Text Example
Text Example
White with #F51210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51210; }
p { color: rgb(245,18,16); }
H1.HeaderClassName
{
color: #F51210;
}
.AnyTagClassName
{
color: #F51210;
}
</style>
background-color css
<style>
a { background-color: #F51210; }
a { background-color: rgb(245,18,16); }
div.DivClassName
{
background-color: #F51210;
}
.BgClassName
{
background-color: #F51210;
}
</style>
border-color css
<style>
span { border-color: #F51210; }
span { border-color: rgb(245,18,16); }
td.TdClassName
{
border-color: #F51210;
}
.TagClassName
{
border-color: #F51210;
}
</style>