Shades of Red #FB0706
Tints of Red #FB0706
RGB
CMYK
RGB Variations
Color information
#FB0706 (or 0xFB0706) is known color: Red. HEX triplet: FB, 07 and 06. RGB value is (251,7,6). Sum of RGB (Red+Green+Blue) = 251+7+6=264 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.08% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0706 is #04F8F9. Grayscale: #505050. Windows color (decimal): -325882 or 395259. OLE color: 395259.
HSL color Cylindrical-coordinate representation of color #FB0706: hue angle of 0.24º 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 #FB0706 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.02 |
| HSL | 0.24º | 0.97% | 0.5% | - |
| HSV(B) | 0.24º | 0.98% | 0.98% | - |
| XYZ | 39.89 | 20.67 | 2.06 | - |
| YUV | 79.84 | 86.34 | 250.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 6 | 0 | 0.97 | 0.98 | 0.02 | 0.24 | 0.97 | 0.5 |
| Hex | FB | 7 | 6 | 0 | 61 | 62 | 2 | 0 | 61 | 32 |
| Octal | 373 | 7 | 6 | 0 | 141 | 142 | 2 | 0 | 141 | 62 |
| Binary | 11111011 | 111 | 110 | 0 | 1100001 | 1100010 | 10 | 0 | 1100001 | 110010 |
Color Harmonies of #FB0706
Complementary color
Monochromatic Colors of #FB0706
Black with #FB0706
Text Example
Text Example
White with #FB0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0706; }
p { color: rgb(251,7,6); }
H1.HeaderClassName
{
color: #FB0706;
}
.AnyTagClassName
{
color: #FB0706;
}
</style>
background-color css
<style>
a { background-color: #FB0706; }
a { background-color: rgb(251,7,6); }
div.DivClassName
{
background-color: #FB0706;
}
.BgClassName
{
background-color: #FB0706;
}
</style>
border-color css
<style>
span { border-color: #FB0706; }
span { border-color: rgb(251,7,6); }
td.TdClassName
{
border-color: #FB0706;
}
.TagClassName
{
border-color: #FB0706;
}
</style>