Shades of Red #F51100
Tints of Red #F51100
RGB
CMYK
RGB Variations
Color information
#F51100 (or 0xF51100) is known color: Red. HEX triplet: F5, 11 and 00. RGB value is (245,17,0). Sum of RGB (Red+Green+Blue) = 245+17+0=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F51100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51100 is #0AEEFF. Grayscale: #535353. Windows color (decimal): -716544 or 4597. OLE color: 4597.
HSL color Cylindrical-coordinate representation of color #F51100: hue angle of 4.16º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F51100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.04 |
| HSL | 4.16º | 1% | 0.48% | - |
| HSV(B) | 4.16º | 1% | 0.96% | - |
| XYZ | 37.86 | 19.81 | 1.83 | - |
| YUV | 83.23 | 81.04 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 0 | 0 | 0.93 | 1 | 0.04 | 4.16 | 1 | 0.48 |
| Hex | F5 | 11 | 0 | 0 | 5D | 64 | 4 | 4 | 64 | 30 |
| Octal | 365 | 21 | 0 | 0 | 135 | 144 | 4 | 4 | 144 | 60 |
| Binary | 11110101 | 10001 | 0 | 0 | 1011101 | 1100100 | 100 | 100 | 1100100 | 110000 |
Color Harmonies of #F51100
Complementary color
Monochromatic Colors of #F51100
Black with #F51100
Text Example
Text Example
White with #F51100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51100; }
p { color: rgb(245,17,0); }
H1.HeaderClassName
{
color: #F51100;
}
.AnyTagClassName
{
color: #F51100;
}
</style>
background-color css
<style>
a { background-color: #F51100; }
a { background-color: rgb(245,17,0); }
div.DivClassName
{
background-color: #F51100;
}
.BgClassName
{
background-color: #F51100;
}
</style>
border-color css
<style>
span { border-color: #F51100; }
span { border-color: rgb(245,17,0); }
td.TdClassName
{
border-color: #F51100;
}
.TagClassName
{
border-color: #F51100;
}
</style>