Shades of Red #F11313
Tints of Red #F11313
RGB
CMYK
RGB Variations
Color information
#F11313 (or 0xF11313) is known color: Red. HEX triplet: F1, 13 and 13. RGB value is (241,19,19). Sum of RGB (Red+Green+Blue) = 241+19+19=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F11313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11313 is #0EECEC. Grayscale: #555555. Windows color (decimal): -978157 or 1250289. OLE color: 1250289.
HSL color Cylindrical-coordinate representation of color #F11313: hue angle of 0º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.05 |
| HSL | 0º | 0.89% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.95% | - |
| XYZ | 36.63 | 19.21 | 2.39 | - |
| YUV | 85.38 | 90.55 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 19 | 0 | 0.92 | 0.92 | 0.05 | 0 | 0.89 | 0.51 |
| Hex | F1 | 13 | 13 | 0 | 5C | 5C | 5 | 0 | 59 | 33 |
| Octal | 361 | 23 | 23 | 0 | 134 | 134 | 5 | 0 | 131 | 63 |
| Binary | 11110001 | 10011 | 10011 | 0 | 1011100 | 1011100 | 101 | 0 | 1011001 | 110011 |
Color Harmonies of #F11313
Complementary color
Monochromatic Colors of #F11313
Black with #F11313
Text Example
Text Example
White with #F11313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11313; }
p { color: rgb(241,19,19); }
H1.HeaderClassName
{
color: #F11313;
}
.AnyTagClassName
{
color: #F11313;
}
</style>
background-color css
<style>
a { background-color: #F11313; }
a { background-color: rgb(241,19,19); }
div.DivClassName
{
background-color: #F11313;
}
.BgClassName
{
background-color: #F11313;
}
</style>
border-color css
<style>
span { border-color: #F11313; }
span { border-color: rgb(241,19,19); }
td.TdClassName
{
border-color: #F11313;
}
.TagClassName
{
border-color: #F11313;
}
</style>