Shades of Red #F5110D
Tints of Red #F5110D
RGB
CMYK
RGB Variations
Color information
#F5110D (or 0xF5110D) is known color: Red. HEX triplet: F5, 11 and 0D. RGB value is (245,17,13). Sum of RGB (Red+Green+Blue) = 245+17+13=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F5110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5110D is #0AEEF2. Grayscale: #545454. Windows color (decimal): -716531 or 856565. OLE color: 856565.
HSL color Cylindrical-coordinate representation of color #F5110D: hue angle of 1.03º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5110D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.04 |
| HSL | 1.03º | 0.92% | 0.51% | - |
| HSV(B) | 1.03º | 0.95% | 0.96% | - |
| XYZ | 37.93 | 19.84 | 2.21 | - |
| YUV | 84.72 | 87.54 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 13 | 0 | 0.93 | 0.95 | 0.04 | 1.03 | 0.92 | 0.51 |
| Hex | F5 | 11 | D | 0 | 5D | 5F | 4 | 1 | 5C | 33 |
| Octal | 365 | 21 | 15 | 0 | 135 | 137 | 4 | 1 | 134 | 63 |
| Binary | 11110101 | 10001 | 1101 | 0 | 1011101 | 1011111 | 100 | 1 | 1011100 | 110011 |
Color Harmonies of #F5110D
Complementary color
Monochromatic Colors of #F5110D
Black with #F5110D
Text Example
Text Example
White with #F5110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5110D; }
p { color: rgb(245,17,13); }
H1.HeaderClassName
{
color: #F5110D;
}
.AnyTagClassName
{
color: #F5110D;
}
</style>
background-color css
<style>
a { background-color: #F5110D; }
a { background-color: rgb(245,17,13); }
div.DivClassName
{
background-color: #F5110D;
}
.BgClassName
{
background-color: #F5110D;
}
</style>
border-color css
<style>
span { border-color: #F5110D; }
span { border-color: rgb(245,17,13); }
td.TdClassName
{
border-color: #F5110D;
}
.TagClassName
{
border-color: #F5110D;
}
</style>