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