Shades of Red #FB1311
Tints of Red #FB1311
RGB
CMYK
RGB Variations
Color information
#FB1311 (or 0xFB1311) is known color: Red. HEX triplet: FB, 13 and 11. RGB value is (251,19,17). Sum of RGB (Red+Green+Blue) = 251+19+17=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1311 is #04ECEE. Grayscale: #585858. Windows color (decimal): -322799 or 1119227. OLE color: 1119227.
HSL color Cylindrical-coordinate representation of color #FB1311: hue angle of 0.51º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.02 |
| HSL | 0.51º | 0.97% | 0.53% | - |
| HSV(B) | 0.51º | 0.93% | 0.98% | - |
| XYZ | 40.12 | 21.02 | 2.47 | - |
| YUV | 88.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 17 | 0 | 0.92 | 0.93 | 0.02 | 0.51 | 0.97 | 0.53 |
| Hex | FB | 13 | 11 | 0 | 5C | 5D | 2 | 1 | 61 | 35 |
| Octal | 373 | 23 | 21 | 0 | 134 | 135 | 2 | 1 | 141 | 65 |
| Binary | 11111011 | 10011 | 10001 | 0 | 1011100 | 1011101 | 10 | 1 | 1100001 | 110101 |
Color Harmonies of #FB1311
Complementary color
Monochromatic Colors of #FB1311
Black with #FB1311
Text Example
Text Example
White with #FB1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1311; }
p { color: rgb(251,19,17); }
H1.HeaderClassName
{
color: #FB1311;
}
.AnyTagClassName
{
color: #FB1311;
}
</style>
background-color css
<style>
a { background-color: #FB1311; }
a { background-color: rgb(251,19,17); }
div.DivClassName
{
background-color: #FB1311;
}
.BgClassName
{
background-color: #FB1311;
}
</style>
border-color css
<style>
span { border-color: #FB1311; }
span { border-color: rgb(251,19,17); }
td.TdClassName
{
border-color: #FB1311;
}
.TagClassName
{
border-color: #FB1311;
}
</style>