Shades of Red #F11207
Tints of Red #F11207
RGB
CMYK
RGB Variations
Color information
#F11207 (or 0xF11207) is known color: Red. HEX triplet: F1, 12 and 07. RGB value is (241,18,7). Sum of RGB (Red+Green+Blue) = 241+18+7=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F11207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11207 is #0EEDF8. Grayscale: #535353. Windows color (decimal): -978425 or 463601. OLE color: 463601.
HSL color Cylindrical-coordinate representation of color #F11207: hue angle of 2.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F11207 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.05 |
| HSL | 2.82º | 0.94% | 0.49% | - |
| HSV(B) | 2.82º | 0.97% | 0.95% | - |
| XYZ | 36.53 | 19.15 | 1.97 | - |
| YUV | 83.42 | 84.88 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 7 | 0 | 0.93 | 0.97 | 0.05 | 2.82 | 0.94 | 0.49 |
| Hex | F1 | 12 | 7 | 0 | 5D | 61 | 5 | 3 | 5E | 31 |
| Octal | 361 | 22 | 7 | 0 | 135 | 141 | 5 | 3 | 136 | 61 |
| Binary | 11110001 | 10010 | 111 | 0 | 1011101 | 1100001 | 101 | 11 | 1011110 | 110001 |
Color Harmonies of #F11207
Complementary color
Monochromatic Colors of #F11207
Black with #F11207
Text Example
Text Example
White with #F11207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11207; }
p { color: rgb(241,18,7); }
H1.HeaderClassName
{
color: #F11207;
}
.AnyTagClassName
{
color: #F11207;
}
</style>
background-color css
<style>
a { background-color: #F11207; }
a { background-color: rgb(241,18,7); }
div.DivClassName
{
background-color: #F11207;
}
.BgClassName
{
background-color: #F11207;
}
</style>
border-color css
<style>
span { border-color: #F11207; }
span { border-color: rgb(241,18,7); }
td.TdClassName
{
border-color: #F11207;
}
.TagClassName
{
border-color: #F11207;
}
</style>