Shades of Red #FB0200
Tints of Red #FB0200
RGB
CMYK
RGB Variations
Color information
#FB0200 (or 0xFB0200) is known color: Red. HEX triplet: FB, 02 and 00. RGB value is (251,2,0). Sum of RGB (Red+Green+Blue) = 251+2+0=253 (33% of max value = 765). Red value is 251 (98.44% from 255 or 99.21% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0200 is #04FDFF. Grayscale: #4C4C4C. Windows color (decimal): -327168 or 763. OLE color: 763.
HSL color Cylindrical-coordinate representation of color #FB0200: hue angle of 0.48º 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 #FB0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.02 |
| HSL | 0.48º | 1% | 0.49% | - |
| HSV(B) | 0.48º | 1% | 0.98% | - |
| XYZ | 39.81 | 20.55 | 1.87 | - |
| YUV | 76.22 | 84.99 | 252.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 0 | 0 | 0.99 | 1 | 0.02 | 0.48 | 1 | 0.49 |
| Hex | FB | 2 | 0 | 0 | 63 | 64 | 2 | 0 | 64 | 31 |
| Octal | 373 | 2 | 0 | 0 | 143 | 144 | 2 | 0 | 144 | 61 |
| Binary | 11111011 | 10 | 0 | 0 | 1100011 | 1100100 | 10 | 0 | 1100100 | 110001 |
Color Harmonies of #FB0200
Complementary color
Monochromatic Colors of #FB0200
Black with #FB0200
Text Example
Text Example
White with #FB0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0200; }
p { color: rgb(251,2,0); }
H1.HeaderClassName
{
color: #FB0200;
}
.AnyTagClassName
{
color: #FB0200;
}
</style>
background-color css
<style>
a { background-color: #FB0200; }
a { background-color: rgb(251,2,0); }
div.DivClassName
{
background-color: #FB0200;
}
.BgClassName
{
background-color: #FB0200;
}
</style>
border-color css
<style>
span { border-color: #FB0200; }
span { border-color: rgb(251,2,0); }
td.TdClassName
{
border-color: #FB0200;
}
.TagClassName
{
border-color: #FB0200;
}
</style>