Shades of Red #F1130B
Tints of Red #F1130B
RGB
CMYK
RGB Variations
Color information
#F1130B (or 0xF1130B) is known color: Red. HEX triplet: F1, 13 and 0B. RGB value is (241,19,11). Sum of RGB (Red+Green+Blue) = 241+19+11=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F1130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1130B is #0EECF4. Grayscale: #545454. Windows color (decimal): -978165 or 726001. OLE color: 726001.
HSL color Cylindrical-coordinate representation of color #F1130B: hue angle of 2.09º 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 #F1130B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.05 |
| HSL | 2.09º | 0.91% | 0.49% | - |
| HSV(B) | 2.09º | 0.95% | 0.95% | - |
| XYZ | 36.57 | 19.19 | 2.09 | - |
| YUV | 84.47 | 86.55 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 11 | 0 | 0.92 | 0.95 | 0.05 | 2.09 | 0.91 | 0.49 |
| Hex | F1 | 13 | B | 0 | 5C | 5F | 5 | 2 | 5B | 31 |
| Octal | 361 | 23 | 13 | 0 | 134 | 137 | 5 | 2 | 133 | 61 |
| Binary | 11110001 | 10011 | 1011 | 0 | 1011100 | 1011111 | 101 | 10 | 1011011 | 110001 |
Color Harmonies of #F1130B
Complementary color
Monochromatic Colors of #F1130B
Black with #F1130B
Text Example
Text Example
White with #F1130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1130B; }
p { color: rgb(241,19,11); }
H1.HeaderClassName
{
color: #F1130B;
}
.AnyTagClassName
{
color: #F1130B;
}
</style>
background-color css
<style>
a { background-color: #F1130B; }
a { background-color: rgb(241,19,11); }
div.DivClassName
{
background-color: #F1130B;
}
.BgClassName
{
background-color: #F1130B;
}
</style>
border-color css
<style>
span { border-color: #F1130B; }
span { border-color: rgb(241,19,11); }
td.TdClassName
{
border-color: #F1130B;
}
.TagClassName
{
border-color: #F1130B;
}
</style>