Shades of Red #F31311
Tints of Red #F31311
RGB
CMYK
RGB Variations
Color information
#F31311 (or 0xF31311) is known color: Red. HEX triplet: F3, 13 and 11. RGB value is (243,19,17). Sum of RGB (Red+Green+Blue) = 243+19+17=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F31311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31311 is #0CECEE. Grayscale: #555555. Windows color (decimal): -847087 or 1119219. OLE color: 1119219.
HSL color Cylindrical-coordinate representation of color #F31311: hue angle of 0.53º degrees, saturation: 0.9, 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 #F31311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.53º | 0.9% | 0.51% | - |
| HSV(B) | 0.53º | 0.93% | 0.95% | - |
| XYZ | 37.3 | 19.56 | 2.34 | - |
| YUV | 85.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 17 | 0 | 0.92 | 0.93 | 0.05 | 0.53 | 0.9 | 0.51 |
| Hex | F3 | 13 | 11 | 0 | 5C | 5D | 5 | 1 | 5A | 33 |
| Octal | 363 | 23 | 21 | 0 | 134 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10011 | 10001 | 0 | 1011100 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31311
Complementary color
Monochromatic Colors of #F31311
Black with #F31311
Text Example
Text Example
White with #F31311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31311; }
p { color: rgb(243,19,17); }
H1.HeaderClassName
{
color: #F31311;
}
.AnyTagClassName
{
color: #F31311;
}
</style>
background-color css
<style>
a { background-color: #F31311; }
a { background-color: rgb(243,19,17); }
div.DivClassName
{
background-color: #F31311;
}
.BgClassName
{
background-color: #F31311;
}
</style>
border-color css
<style>
span { border-color: #F31311; }
span { border-color: rgb(243,19,17); }
td.TdClassName
{
border-color: #F31311;
}
.TagClassName
{
border-color: #F31311;
}
</style>