Shades of Red #FB0D09
Tints of Red #FB0D09
RGB
CMYK
RGB Variations
Color information
#FB0D09 (or 0xFB0D09) is known color: Red. HEX triplet: FB, 0D and 09. RGB value is (251,13,9). Sum of RGB (Red+Green+Blue) = 251+13+9=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0D09 is #04F2F6. Grayscale: #535353. Windows color (decimal): -324343 or 593403. OLE color: 593403.
HSL color Cylindrical-coordinate representation of color #FB0D09: hue angle of 0.99º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0D09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.02 |
| HSL | 0.99º | 0.97% | 0.51% | - |
| HSV(B) | 0.99º | 0.96% | 0.98% | - |
| XYZ | 39.98 | 20.82 | 2.17 | - |
| YUV | 83.71 | 85.85 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 9 | 0 | 0.95 | 0.96 | 0.02 | 0.99 | 0.97 | 0.51 |
| Hex | FB | D | 9 | 0 | 5F | 60 | 2 | 1 | 61 | 33 |
| Octal | 373 | 15 | 11 | 0 | 137 | 140 | 2 | 1 | 141 | 63 |
| Binary | 11111011 | 1101 | 1001 | 0 | 1011111 | 1100000 | 10 | 1 | 1100001 | 110011 |
Color Harmonies of #FB0D09
Complementary color
Monochromatic Colors of #FB0D09
Black with #FB0D09
Text Example
Text Example
White with #FB0D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D09; }
p { color: rgb(251,13,9); }
H1.HeaderClassName
{
color: #FB0D09;
}
.AnyTagClassName
{
color: #FB0D09;
}
</style>
background-color css
<style>
a { background-color: #FB0D09; }
a { background-color: rgb(251,13,9); }
div.DivClassName
{
background-color: #FB0D09;
}
.BgClassName
{
background-color: #FB0D09;
}
</style>
border-color css
<style>
span { border-color: #FB0D09; }
span { border-color: rgb(251,13,9); }
td.TdClassName
{
border-color: #FB0D09;
}
.TagClassName
{
border-color: #FB0D09;
}
</style>