Shades of Red #FB0100
Tints of Red #FB0100
RGB
CMYK
RGB Variations
Color information
#FB0100 (or 0xFB0100) is known color: Red. HEX triplet: FB, 01 and 00. RGB value is (251,1,0). Sum of RGB (Red+Green+Blue) = 251+1+0=252 (33% of max value = 765). Red value is 251 (98.44% from 255 or 99.60% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0100 is #04FEFF. Grayscale: #4B4B4B. Windows color (decimal): -327424 or 507. OLE color: 507.
HSL color Cylindrical-coordinate representation of color #FB0100: hue angle of 0.24º 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 #FB0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.02 |
| HSL | 0.24º | 1% | 0.49% | - |
| HSV(B) | 0.24º | 1% | 0.98% | - |
| XYZ | 39.79 | 20.53 | 1.87 | - |
| YUV | 75.64 | 85.33 | 253.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 0 | 0 | 1.00 | 1 | 0.02 | 0.24 | 1 | 0.49 |
| Hex | FB | 1 | 0 | 0 | 64 | 64 | 2 | 0 | 64 | 31 |
| Octal | 373 | 1 | 0 | 0 | 144 | 144 | 2 | 0 | 144 | 61 |
| Binary | 11111011 | 1 | 0 | 0 | 1100100 | 1100100 | 10 | 0 | 1100100 | 110001 |
Color Harmonies of #FB0100
Complementary color
Monochromatic Colors of #FB0100
Black with #FB0100
Text Example
Text Example
White with #FB0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0100; }
p { color: rgb(251,1,0); }
H1.HeaderClassName
{
color: #FB0100;
}
.AnyTagClassName
{
color: #FB0100;
}
</style>
background-color css
<style>
a { background-color: #FB0100; }
a { background-color: rgb(251,1,0); }
div.DivClassName
{
background-color: #FB0100;
}
.BgClassName
{
background-color: #FB0100;
}
</style>
border-color css
<style>
span { border-color: #FB0100; }
span { border-color: rgb(251,1,0); }
td.TdClassName
{
border-color: #FB0100;
}
.TagClassName
{
border-color: #FB0100;
}
</style>