Shades of Red #FB0700
Tints of Red #FB0700
RGB
CMYK
RGB Variations
Color information
#FB0700 (or 0xFB0700) is known color: Red. HEX triplet: FB, 07 and 00. RGB value is (251,7,0). Sum of RGB (Red+Green+Blue) = 251+7+0=258 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.29% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0700 is #04F8FF. Grayscale: #4F4F4F. Windows color (decimal): -325888 or 2043. OLE color: 2043.
HSL color Cylindrical-coordinate representation of color #FB0700: hue angle of 1.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.02 |
| HSL | 1.67º | 1% | 0.49% | - |
| HSV(B) | 1.67º | 1% | 0.98% | - |
| XYZ | 39.86 | 20.66 | 1.89 | - |
| YUV | 79.16 | 83.34 | 250.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 0 | 0 | 0.97 | 1 | 0.02 | 1.67 | 1 | 0.49 |
| Hex | FB | 7 | 0 | 0 | 61 | 64 | 2 | 2 | 64 | 31 |
| Octal | 373 | 7 | 0 | 0 | 141 | 144 | 2 | 2 | 144 | 61 |
| Binary | 11111011 | 111 | 0 | 0 | 1100001 | 1100100 | 10 | 10 | 1100100 | 110001 |
Color Harmonies of #FB0700
Complementary color
Monochromatic Colors of #FB0700
Black with #FB0700
Text Example
Text Example
White with #FB0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0700; }
p { color: rgb(251,7,0); }
H1.HeaderClassName
{
color: #FB0700;
}
.AnyTagClassName
{
color: #FB0700;
}
</style>
background-color css
<style>
a { background-color: #FB0700; }
a { background-color: rgb(251,7,0); }
div.DivClassName
{
background-color: #FB0700;
}
.BgClassName
{
background-color: #FB0700;
}
</style>
border-color css
<style>
span { border-color: #FB0700; }
span { border-color: rgb(251,7,0); }
td.TdClassName
{
border-color: #FB0700;
}
.TagClassName
{
border-color: #FB0700;
}
</style>