Shades of Red #FB0802
Tints of Red #FB0802
RGB
CMYK
RGB Variations
Color information
#FB0802 (or 0xFB0802) is known color: Red. HEX triplet: FB, 08 and 02. RGB value is (251,8,2). Sum of RGB (Red+Green+Blue) = 251+8+2=261 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.17% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0802 is #04F7FD. Grayscale: #505050. Windows color (decimal): -325630 or 133371. OLE color: 133371.
HSL color Cylindrical-coordinate representation of color #FB0802: hue angle of 1.45º 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 #FB0802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.02 |
| HSL | 1.45º | 0.98% | 0.5% | - |
| HSV(B) | 1.45º | 0.99% | 0.98% | - |
| XYZ | 39.88 | 20.69 | 1.95 | - |
| YUV | 79.97 | 84.01 | 249.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 2 | 0 | 0.97 | 0.99 | 0.02 | 1.45 | 0.98 | 0.5 |
| Hex | FB | 8 | 2 | 0 | 61 | 63 | 2 | 1 | 62 | 32 |
| Octal | 373 | 10 | 2 | 0 | 141 | 143 | 2 | 1 | 142 | 62 |
| Binary | 11111011 | 1000 | 10 | 0 | 1100001 | 1100011 | 10 | 1 | 1100010 | 110010 |
Color Harmonies of #FB0802
Complementary color
Monochromatic Colors of #FB0802
Black with #FB0802
Text Example
Text Example
White with #FB0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0802; }
p { color: rgb(251,8,2); }
H1.HeaderClassName
{
color: #FB0802;
}
.AnyTagClassName
{
color: #FB0802;
}
</style>
background-color css
<style>
a { background-color: #FB0802; }
a { background-color: rgb(251,8,2); }
div.DivClassName
{
background-color: #FB0802;
}
.BgClassName
{
background-color: #FB0802;
}
</style>
border-color css
<style>
span { border-color: #FB0802; }
span { border-color: rgb(251,8,2); }
td.TdClassName
{
border-color: #FB0802;
}
.TagClassName
{
border-color: #FB0802;
}
</style>