Shades of Red #F1100B
Tints of Red #F1100B
RGB
CMYK
RGB Variations
Color information
#F1100B (or 0xF1100B) is known color: Red. HEX triplet: F1, 10 and 0B. RGB value is (241,16,11). Sum of RGB (Red+Green+Blue) = 241+16+11=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F1100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1100B is #0EEFF4. Grayscale: #525252. Windows color (decimal): -978933 or 725233. OLE color: 725233.
HSL color Cylindrical-coordinate representation of color #F1100B: hue angle of 1.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1100B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.05 |
| HSL | 1.3º | 0.91% | 0.49% | - |
| HSV(B) | 1.3º | 0.95% | 0.95% | - |
| XYZ | 36.52 | 19.1 | 2.08 | - |
| YUV | 82.71 | 87.54 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 11 | 0 | 0.93 | 0.95 | 0.05 | 1.3 | 0.91 | 0.49 |
| Hex | F1 | 10 | B | 0 | 5D | 5F | 5 | 1 | 5B | 31 |
| Octal | 361 | 20 | 13 | 0 | 135 | 137 | 5 | 1 | 133 | 61 |
| Binary | 11110001 | 10000 | 1011 | 0 | 1011101 | 1011111 | 101 | 1 | 1011011 | 110001 |
Color Harmonies of #F1100B
Complementary color
Monochromatic Colors of #F1100B
Black with #F1100B
Text Example
Text Example
White with #F1100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1100B; }
p { color: rgb(241,16,11); }
H1.HeaderClassName
{
color: #F1100B;
}
.AnyTagClassName
{
color: #F1100B;
}
</style>
background-color css
<style>
a { background-color: #F1100B; }
a { background-color: rgb(241,16,11); }
div.DivClassName
{
background-color: #F1100B;
}
.BgClassName
{
background-color: #F1100B;
}
</style>
border-color css
<style>
span { border-color: #F1100B; }
span { border-color: rgb(241,16,11); }
td.TdClassName
{
border-color: #F1100B;
}
.TagClassName
{
border-color: #F1100B;
}
</style>