Shades of Red #F11005
Tints of Red #F11005
RGB
CMYK
RGB Variations
Color information
#F11005 (or 0xF11005) is known color: Red. HEX triplet: F1, 10 and 05. RGB value is (241,16,5). Sum of RGB (Red+Green+Blue) = 241+16+5=262 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.98% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 241 - color contains mainly: red. Hex color #F11005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11005 is #0EEFFA. Grayscale: #525252. Windows color (decimal): -978939 or 332017. OLE color: 332017.
HSL color Cylindrical-coordinate representation of color #F11005: hue angle of 2.8º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F11005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.05 |
| HSL | 2.8º | 0.96% | 0.48% | - |
| HSV(B) | 2.8º | 0.98% | 0.95% | - |
| XYZ | 36.49 | 19.08 | 1.9 | - |
| YUV | 82.02 | 84.54 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 5 | 0 | 0.93 | 0.98 | 0.05 | 2.8 | 0.96 | 0.48 |
| Hex | F1 | 10 | 5 | 0 | 5D | 62 | 5 | 3 | 60 | 30 |
| Octal | 361 | 20 | 5 | 0 | 135 | 142 | 5 | 3 | 140 | 60 |
| Binary | 11110001 | 10000 | 101 | 0 | 1011101 | 1100010 | 101 | 11 | 1100000 | 110000 |
Color Harmonies of #F11005
Complementary color
Monochromatic Colors of #F11005
Black with #F11005
Text Example
Text Example
White with #F11005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11005; }
p { color: rgb(241,16,5); }
H1.HeaderClassName
{
color: #F11005;
}
.AnyTagClassName
{
color: #F11005;
}
</style>
background-color css
<style>
a { background-color: #F11005; }
a { background-color: rgb(241,16,5); }
div.DivClassName
{
background-color: #F11005;
}
.BgClassName
{
background-color: #F11005;
}
</style>
border-color css
<style>
span { border-color: #F11005; }
span { border-color: rgb(241,16,5); }
td.TdClassName
{
border-color: #F11005;
}
.TagClassName
{
border-color: #F11005;
}
</style>