Shades of Red #F1100D
Tints of Red #F1100D
RGB
CMYK
RGB Variations
Color information
#F1100D (or 0xF1100D) is known color: Red. HEX triplet: F1, 10 and 0D. RGB value is (241,16,13). Sum of RGB (Red+Green+Blue) = 241+16+13=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F1100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1100D is #0EEFF2. Grayscale: #535353. Windows color (decimal): -978931 or 856305. OLE color: 856305.
HSL color Cylindrical-coordinate representation of color #F1100D: hue angle of 0.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1100D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.05 |
| HSL | 0.79º | 0.9% | 0.5% | - |
| HSV(B) | 0.79º | 0.95% | 0.95% | - |
| XYZ | 36.53 | 19.1 | 2.14 | - |
| YUV | 82.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 13 | 0 | 0.93 | 0.95 | 0.05 | 0.79 | 0.9 | 0.5 |
| Hex | F1 | 10 | D | 0 | 5D | 5F | 5 | 1 | 5A | 32 |
| Octal | 361 | 20 | 15 | 0 | 135 | 137 | 5 | 1 | 132 | 62 |
| Binary | 11110001 | 10000 | 1101 | 0 | 1011101 | 1011111 | 101 | 1 | 1011010 | 110010 |
Color Harmonies of #F1100D
Complementary color
Monochromatic Colors of #F1100D
Black with #F1100D
Text Example
Text Example
White with #F1100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1100D; }
p { color: rgb(241,16,13); }
H1.HeaderClassName
{
color: #F1100D;
}
.AnyTagClassName
{
color: #F1100D;
}
</style>
background-color css
<style>
a { background-color: #F1100D; }
a { background-color: rgb(241,16,13); }
div.DivClassName
{
background-color: #F1100D;
}
.BgClassName
{
background-color: #F1100D;
}
</style>
border-color css
<style>
span { border-color: #F1100D; }
span { border-color: rgb(241,16,13); }
td.TdClassName
{
border-color: #F1100D;
}
.TagClassName
{
border-color: #F1100D;
}
</style>