Shades of Red #FB1106
Tints of Red #FB1106
RGB
CMYK
RGB Variations
Color information
#FB1106 (or 0xFB1106) is known color: Red. HEX triplet: FB, 11 and 06. RGB value is (251,17,6). Sum of RGB (Red+Green+Blue) = 251+17+6=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1106 is #04EEF9. Grayscale: #555555. Windows color (decimal): -323322 or 397819. OLE color: 397819.
HSL color Cylindrical-coordinate representation of color #FB1106: hue angle of 2.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1106 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 6 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.02 |
| HSL | 2.69º | 0.97% | 0.5% | - |
| HSV(B) | 2.69º | 0.98% | 0.98% | - |
| XYZ | 40.02 | 20.92 | 2.1 | - |
| YUV | 85.71 | 83.02 | 245.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 6 | 0 | 0.93 | 0.98 | 0.02 | 2.69 | 0.97 | 0.5 |
| Hex | FB | 11 | 6 | 0 | 5D | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 21 | 6 | 0 | 135 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 10001 | 110 | 0 | 1011101 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB1106
Complementary color
Monochromatic Colors of #FB1106
Black with #FB1106
Text Example
Text Example
White with #FB1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1106; }
p { color: rgb(251,17,6); }
H1.HeaderClassName
{
color: #FB1106;
}
.AnyTagClassName
{
color: #FB1106;
}
</style>
background-color css
<style>
a { background-color: #FB1106; }
a { background-color: rgb(251,17,6); }
div.DivClassName
{
background-color: #FB1106;
}
.BgClassName
{
background-color: #FB1106;
}
</style>
border-color css
<style>
span { border-color: #FB1106; }
span { border-color: rgb(251,17,6); }
td.TdClassName
{
border-color: #FB1106;
}
.TagClassName
{
border-color: #FB1106;
}
</style>