Shades of Red #F41105
Tints of Red #F41105
RGB
CMYK
RGB Variations
Color information
#F41105 (or 0xF41105) is known color: Red. HEX triplet: F4, 11 and 05. RGB value is (244,17,5). Sum of RGB (Red+Green+Blue) = 244+17+5=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F41105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41105 is #0BEEFA. Grayscale: #535353. Windows color (decimal): -782075 or 332276. OLE color: 332276.
HSL color Cylindrical-coordinate representation of color #F41105: hue angle of 3.01º 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 #F41105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.04 |
| HSL | 3.01º | 0.96% | 0.49% | - |
| HSV(B) | 3.01º | 0.98% | 0.96% | - |
| XYZ | 37.54 | 19.64 | 1.96 | - |
| YUV | 83.51 | 83.71 | 242.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 5 | 0 | 0.93 | 0.98 | 0.04 | 3.01 | 0.96 | 0.49 |
| Hex | F4 | 11 | 5 | 0 | 5D | 62 | 4 | 3 | 60 | 31 |
| Octal | 364 | 21 | 5 | 0 | 135 | 142 | 4 | 3 | 140 | 61 |
| Binary | 11110100 | 10001 | 101 | 0 | 1011101 | 1100010 | 100 | 11 | 1100000 | 110001 |
Color Harmonies of #F41105
Complementary color
Monochromatic Colors of #F41105
Black with #F41105
Text Example
Text Example
White with #F41105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41105; }
p { color: rgb(244,17,5); }
H1.HeaderClassName
{
color: #F41105;
}
.AnyTagClassName
{
color: #F41105;
}
</style>
background-color css
<style>
a { background-color: #F41105; }
a { background-color: rgb(244,17,5); }
div.DivClassName
{
background-color: #F41105;
}
.BgClassName
{
background-color: #F41105;
}
</style>
border-color css
<style>
span { border-color: #F41105; }
span { border-color: rgb(244,17,5); }
td.TdClassName
{
border-color: #F41105;
}
.TagClassName
{
border-color: #F41105;
}
</style>