Shades of Red #FB0500
Tints of Red #FB0500
RGB
CMYK
RGB Variations
Color information
#FB0500 (or 0xFB0500) is known color: Red. HEX triplet: FB, 05 and 00. RGB value is (251,5,0). Sum of RGB (Red+Green+Blue) = 251+5+0=256 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.05% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0500 is #04FAFF. Grayscale: #4E4E4E. Windows color (decimal): -326400 or 1531. OLE color: 1531.
HSL color Cylindrical-coordinate representation of color #FB0500: hue angle of 1.2º 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 #FB0500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.02 |
| HSL | 1.2º | 1% | 0.49% | - |
| HSV(B) | 1.2º | 1% | 0.98% | - |
| XYZ | 39.84 | 20.62 | 1.88 | - |
| YUV | 77.98 | 84 | 251.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 0 | 0 | 0.98 | 1 | 0.02 | 1.2 | 1 | 0.49 |
| Hex | FB | 5 | 0 | 0 | 62 | 64 | 2 | 1 | 64 | 31 |
| Octal | 373 | 5 | 0 | 0 | 142 | 144 | 2 | 1 | 144 | 61 |
| Binary | 11111011 | 101 | 0 | 0 | 1100010 | 1100100 | 10 | 1 | 1100100 | 110001 |
Color Harmonies of #FB0500
Complementary color
Monochromatic Colors of #FB0500
Black with #FB0500
Text Example
Text Example
White with #FB0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0500; }
p { color: rgb(251,5,0); }
H1.HeaderClassName
{
color: #FB0500;
}
.AnyTagClassName
{
color: #FB0500;
}
</style>
background-color css
<style>
a { background-color: #FB0500; }
a { background-color: rgb(251,5,0); }
div.DivClassName
{
background-color: #FB0500;
}
.BgClassName
{
background-color: #FB0500;
}
</style>
border-color css
<style>
span { border-color: #FB0500; }
span { border-color: rgb(251,5,0); }
td.TdClassName
{
border-color: #FB0500;
}
.TagClassName
{
border-color: #FB0500;
}
</style>