Shades of Red #F5110C
Tints of Red #F5110C
RGB
CMYK
RGB Variations
Color information
#F5110C (or 0xF5110C) is known color: Red. HEX triplet: F5, 11 and 0C. RGB value is (245,17,12). Sum of RGB (Red+Green+Blue) = 245+17+12=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F5110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5110C is #0AEEF3. Grayscale: #545454. Windows color (decimal): -716532 or 791029. OLE color: 791029.
HSL color Cylindrical-coordinate representation of color #F5110C: hue angle of 1.29º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.04 |
| HSL | 1.29º | 0.92% | 0.5% | - |
| HSV(B) | 1.29º | 0.95% | 0.96% | - |
| XYZ | 37.92 | 19.84 | 2.18 | - |
| YUV | 84.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 12 | 0 | 0.93 | 0.95 | 0.04 | 1.29 | 0.92 | 0.5 |
| Hex | F5 | 11 | C | 0 | 5D | 5F | 4 | 1 | 5C | 32 |
| Octal | 365 | 21 | 14 | 0 | 135 | 137 | 4 | 1 | 134 | 62 |
| Binary | 11110101 | 10001 | 1100 | 0 | 1011101 | 1011111 | 100 | 1 | 1011100 | 110010 |
Color Harmonies of #F5110C
Complementary color
Monochromatic Colors of #F5110C
Black with #F5110C
Text Example
Text Example
White with #F5110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5110C; }
p { color: rgb(245,17,12); }
H1.HeaderClassName
{
color: #F5110C;
}
.AnyTagClassName
{
color: #F5110C;
}
</style>
background-color css
<style>
a { background-color: #F5110C; }
a { background-color: rgb(245,17,12); }
div.DivClassName
{
background-color: #F5110C;
}
.BgClassName
{
background-color: #F5110C;
}
</style>
border-color css
<style>
span { border-color: #F5110C; }
span { border-color: rgb(245,17,12); }
td.TdClassName
{
border-color: #F5110C;
}
.TagClassName
{
border-color: #F5110C;
}
</style>