Shades of Red #FB0900
Tints of Red #FB0900
RGB
CMYK
RGB Variations
Color information
#FB0900 (or 0xFB0900) is known color: Red. HEX triplet: FB, 09 and 00. RGB value is (251,9,0). Sum of RGB (Red+Green+Blue) = 251+9+0=260 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.54% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0900 is #04F6FF. Grayscale: #505050. Windows color (decimal): -325376 or 2555. OLE color: 2555.
HSL color Cylindrical-coordinate representation of color #FB0900: hue angle of 2.15º 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 #FB0900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.02 |
| HSL | 2.15º | 1% | 0.49% | - |
| HSV(B) | 2.15º | 1% | 0.98% | - |
| XYZ | 39.88 | 20.7 | 1.89 | - |
| YUV | 80.33 | 82.67 | 249.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 0 | 0 | 0.96 | 1 | 0.02 | 2.15 | 1 | 0.49 |
| Hex | FB | 9 | 0 | 0 | 60 | 64 | 2 | 2 | 64 | 31 |
| Octal | 373 | 11 | 0 | 0 | 140 | 144 | 2 | 2 | 144 | 61 |
| Binary | 11111011 | 1001 | 0 | 0 | 1100000 | 1100100 | 10 | 10 | 1100100 | 110001 |
Color Harmonies of #FB0900
Complementary color
Monochromatic Colors of #FB0900
Black with #FB0900
Text Example
Text Example
White with #FB0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0900; }
p { color: rgb(251,9,0); }
H1.HeaderClassName
{
color: #FB0900;
}
.AnyTagClassName
{
color: #FB0900;
}
</style>
background-color css
<style>
a { background-color: #FB0900; }
a { background-color: rgb(251,9,0); }
div.DivClassName
{
background-color: #FB0900;
}
.BgClassName
{
background-color: #FB0900;
}
</style>
border-color css
<style>
span { border-color: #FB0900; }
span { border-color: rgb(251,9,0); }
td.TdClassName
{
border-color: #FB0900;
}
.TagClassName
{
border-color: #FB0900;
}
</style>