Shades of Red #FB0807
Tints of Red #FB0807
RGB
CMYK
RGB Variations
Color information
#FB0807 (or 0xFB0807) is known color: Red. HEX triplet: FB, 08 and 07. RGB value is (251,8,7). Sum of RGB (Red+Green+Blue) = 251+8+7=266 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.36% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0807 is #04F7F8. Grayscale: #505050. Windows color (decimal): -325625 or 461051. OLE color: 461051.
HSL color Cylindrical-coordinate representation of color #FB0807: hue angle of 0.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0807 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.02 |
| HSL | 0.25º | 0.97% | 0.51% | - |
| HSV(B) | 0.25º | 0.97% | 0.98% | - |
| XYZ | 39.91 | 20.7 | 2.09 | - |
| YUV | 80.54 | 86.51 | 249.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 7 | 0 | 0.97 | 0.97 | 0.02 | 0.25 | 0.97 | 0.51 |
| Hex | FB | 8 | 7 | 0 | 61 | 61 | 2 | 0 | 61 | 33 |
| Octal | 373 | 10 | 7 | 0 | 141 | 141 | 2 | 0 | 141 | 63 |
| Binary | 11111011 | 1000 | 111 | 0 | 1100001 | 1100001 | 10 | 0 | 1100001 | 110011 |
Color Harmonies of #FB0807
Complementary color
Monochromatic Colors of #FB0807
Black with #FB0807
Text Example
Text Example
White with #FB0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0807; }
p { color: rgb(251,8,7); }
H1.HeaderClassName
{
color: #FB0807;
}
.AnyTagClassName
{
color: #FB0807;
}
</style>
background-color css
<style>
a { background-color: #FB0807; }
a { background-color: rgb(251,8,7); }
div.DivClassName
{
background-color: #FB0807;
}
.BgClassName
{
background-color: #FB0807;
}
</style>
border-color css
<style>
span { border-color: #FB0807; }
span { border-color: rgb(251,8,7); }
td.TdClassName
{
border-color: #FB0807;
}
.TagClassName
{
border-color: #FB0807;
}
</style>