Shades of Red #FB0302
Tints of Red #FB0302
RGB
CMYK
RGB Variations
Color information
#FB0302 (or 0xFB0302) is known color: Red. HEX triplet: FB, 03 and 02. RGB value is (251,3,2). Sum of RGB (Red+Green+Blue) = 251+3+2=256 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.05% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0302 is #04FCFD. Grayscale: #4D4D4D. Windows color (decimal): -326910 or 132091. OLE color: 132091.
HSL color Cylindrical-coordinate representation of color #FB0302: hue angle of 0.24º 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 #FB0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.02 |
| HSL | 0.24º | 0.98% | 0.5% | - |
| HSV(B) | 0.24º | 0.99% | 0.98% | - |
| XYZ | 39.83 | 20.58 | 1.93 | - |
| YUV | 77.04 | 85.66 | 252.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 2 | 0 | 0.99 | 0.99 | 0.02 | 0.24 | 0.98 | 0.5 |
| Hex | FB | 3 | 2 | 0 | 63 | 63 | 2 | 0 | 62 | 32 |
| Octal | 373 | 3 | 2 | 0 | 143 | 143 | 2 | 0 | 142 | 62 |
| Binary | 11111011 | 11 | 10 | 0 | 1100011 | 1100011 | 10 | 0 | 1100010 | 110010 |
Color Harmonies of #FB0302
Complementary color
Monochromatic Colors of #FB0302
Black with #FB0302
Text Example
Text Example
White with #FB0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0302; }
p { color: rgb(251,3,2); }
H1.HeaderClassName
{
color: #FB0302;
}
.AnyTagClassName
{
color: #FB0302;
}
</style>
background-color css
<style>
a { background-color: #FB0302; }
a { background-color: rgb(251,3,2); }
div.DivClassName
{
background-color: #FB0302;
}
.BgClassName
{
background-color: #FB0302;
}
</style>
border-color css
<style>
span { border-color: #FB0302; }
span { border-color: rgb(251,3,2); }
td.TdClassName
{
border-color: #FB0302;
}
.TagClassName
{
border-color: #FB0302;
}
</style>