Shades of Red #F11101
Tints of Red #F11101
RGB
CMYK
RGB Variations
Color information
#F11101 (or 0xF11101) is known color: Red. HEX triplet: F1, 11 and 01. RGB value is (241,17,1). Sum of RGB (Red+Green+Blue) = 241+17+1=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F11101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11101 is #0EEEFE. Grayscale: #525252. Windows color (decimal): -978687 or 70129. OLE color: 70129.
HSL color Cylindrical-coordinate representation of color #F11101: hue angle of 4º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11101 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.05 |
| HSL | 4º | 0.99% | 0.47% | - |
| HSV(B) | 4º | 1% | 0.95% | - |
| XYZ | 36.48 | 19.1 | 1.79 | - |
| YUV | 82.15 | 82.21 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 1 | 0 | 0.93 | 1.00 | 0.05 | 4 | 0.99 | 0.47 |
| Hex | F1 | 11 | 1 | 0 | 5D | 64 | 5 | 4 | 63 | 2F |
| Octal | 361 | 21 | 1 | 0 | 135 | 144 | 5 | 4 | 143 | 57 |
| Binary | 11110001 | 10001 | 1 | 0 | 1011101 | 1100100 | 101 | 100 | 1100011 | 101111 |
Color Harmonies of #F11101
Complementary color
Monochromatic Colors of #F11101
Black with #F11101
Text Example
Text Example
White with #F11101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11101; }
p { color: rgb(241,17,1); }
H1.HeaderClassName
{
color: #F11101;
}
.AnyTagClassName
{
color: #F11101;
}
</style>
background-color css
<style>
a { background-color: #F11101; }
a { background-color: rgb(241,17,1); }
div.DivClassName
{
background-color: #F11101;
}
.BgClassName
{
background-color: #F11101;
}
</style>
border-color css
<style>
span { border-color: #F11101; }
span { border-color: rgb(241,17,1); }
td.TdClassName
{
border-color: #F11101;
}
.TagClassName
{
border-color: #F11101;
}
</style>