Shades of Red #F11310
Tints of Red #F11310
RGB
CMYK
RGB Variations
Color information
#F11310 (or 0xF11310) is known color: Red. HEX triplet: F1, 13 and 10. RGB value is (241,19,16). Sum of RGB (Red+Green+Blue) = 241+19+16=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F11310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11310 is #0EECEF. Grayscale: #555555. Windows color (decimal): -978160 or 1053681. OLE color: 1053681.
HSL color Cylindrical-coordinate representation of color #F11310: hue angle of 0.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11310 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.8º | 0.89% | 0.5% | - |
| HSV(B) | 0.8º | 0.93% | 0.95% | - |
| XYZ | 36.6 | 19.2 | 2.27 | - |
| YUV | 85.04 | 89.05 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 16 | 0 | 0.92 | 0.93 | 0.05 | 0.8 | 0.89 | 0.5 |
| Hex | F1 | 13 | 10 | 0 | 5C | 5D | 5 | 1 | 59 | 32 |
| Octal | 361 | 23 | 20 | 0 | 134 | 135 | 5 | 1 | 131 | 62 |
| Binary | 11110001 | 10011 | 10000 | 0 | 1011100 | 1011101 | 101 | 1 | 1011001 | 110010 |
Color Harmonies of #F11310
Complementary color
Monochromatic Colors of #F11310
Black with #F11310
Text Example
Text Example
White with #F11310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11310; }
p { color: rgb(241,19,16); }
H1.HeaderClassName
{
color: #F11310;
}
.AnyTagClassName
{
color: #F11310;
}
</style>
background-color css
<style>
a { background-color: #F11310; }
a { background-color: rgb(241,19,16); }
div.DivClassName
{
background-color: #F11310;
}
.BgClassName
{
background-color: #F11310;
}
</style>
border-color css
<style>
span { border-color: #F11310; }
span { border-color: rgb(241,19,16); }
td.TdClassName
{
border-color: #F11310;
}
.TagClassName
{
border-color: #F11310;
}
</style>