Shades of Red #FB0202
Tints of Red #FB0202
RGB
CMYK
RGB Variations
Color information
#FB0202 (or 0xFB0202) is known color: Red. HEX triplet: FB, 02 and 02. RGB value is (251,2,2). Sum of RGB (Red+Green+Blue) = 251+2+2=255 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.43% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0202 is #04FDFD. Grayscale: #4C4C4C. Windows color (decimal): -327166 or 131835. OLE color: 131835.
HSL color Cylindrical-coordinate representation of color #FB0202: hue angle of 0º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.02 |
| HSL | 0º | 0.98% | 0.5% | - |
| HSV(B) | 0º | 0.99% | 0.98% | - |
| XYZ | 39.82 | 20.56 | 1.93 | - |
| YUV | 76.45 | 85.99 | 252.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 2 | 0 | 0.99 | 0.99 | 0.02 | 0 | 0.98 | 0.5 |
| Hex | FB | 2 | 2 | 0 | 63 | 63 | 2 | 0 | 62 | 32 |
| Octal | 373 | 2 | 2 | 0 | 143 | 143 | 2 | 0 | 142 | 62 |
| Binary | 11111011 | 10 | 10 | 0 | 1100011 | 1100011 | 10 | 0 | 1100010 | 110010 |
Color Harmonies of #FB0202
Complementary color
Monochromatic Colors of #FB0202
Black with #FB0202
Text Example
Text Example
White with #FB0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0202; }
p { color: rgb(251,2,2); }
H1.HeaderClassName
{
color: #FB0202;
}
.AnyTagClassName
{
color: #FB0202;
}
</style>
background-color css
<style>
a { background-color: #FB0202; }
a { background-color: rgb(251,2,2); }
div.DivClassName
{
background-color: #FB0202;
}
.BgClassName
{
background-color: #FB0202;
}
</style>
border-color css
<style>
span { border-color: #FB0202; }
span { border-color: rgb(251,2,2); }
td.TdClassName
{
border-color: #FB0202;
}
.TagClassName
{
border-color: #FB0202;
}
</style>