Shades of Red #F51105
Tints of Red #F51105
RGB
CMYK
RGB Variations
Color information
#F51105 (or 0xF51105) is known color: Red. HEX triplet: F5, 11 and 05. RGB value is (245,17,5). Sum of RGB (Red+Green+Blue) = 245+17+5=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F51105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51105 is #0AEEFA. Grayscale: #545454. Windows color (decimal): -716539 or 332277. OLE color: 332277.
HSL color Cylindrical-coordinate representation of color #F51105: hue angle of 3º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F51105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.04 |
| HSL | 3º | 0.96% | 0.49% | - |
| HSV(B) | 3º | 0.98% | 0.96% | - |
| XYZ | 37.88 | 19.82 | 1.97 | - |
| YUV | 83.8 | 83.54 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 5 | 0 | 0.93 | 0.98 | 0.04 | 3 | 0.96 | 0.49 |
| Hex | F5 | 11 | 5 | 0 | 5D | 62 | 4 | 3 | 60 | 31 |
| Octal | 365 | 21 | 5 | 0 | 135 | 142 | 4 | 3 | 140 | 61 |
| Binary | 11110101 | 10001 | 101 | 0 | 1011101 | 1100010 | 100 | 11 | 1100000 | 110001 |
Color Harmonies of #F51105
Complementary color
Monochromatic Colors of #F51105
Black with #F51105
Text Example
Text Example
White with #F51105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51105; }
p { color: rgb(245,17,5); }
H1.HeaderClassName
{
color: #F51105;
}
.AnyTagClassName
{
color: #F51105;
}
</style>
background-color css
<style>
a { background-color: #F51105; }
a { background-color: rgb(245,17,5); }
div.DivClassName
{
background-color: #F51105;
}
.BgClassName
{
background-color: #F51105;
}
</style>
border-color css
<style>
span { border-color: #F51105; }
span { border-color: rgb(245,17,5); }
td.TdClassName
{
border-color: #F51105;
}
.TagClassName
{
border-color: #F51105;
}
</style>