Shades of Red #FB120B
Tints of Red #FB120B
RGB
CMYK
RGB Variations
Color information
#FB120B (or 0xFB120B) is known color: Red. HEX triplet: FB, 12 and 0B. RGB value is (251,18,11). Sum of RGB (Red+Green+Blue) = 251+18+11=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB120B is #04EDF4. Grayscale: #575757. Windows color (decimal): -323061 or 725755. OLE color: 725755.
HSL color Cylindrical-coordinate representation of color #FB120B: hue angle of 1.75º 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 #FB120B is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 11 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.02 |
| HSL | 1.75º | 0.97% | 0.51% | - |
| HSV(B) | 1.75º | 0.96% | 0.98% | - |
| XYZ | 40.06 | 20.97 | 2.25 | - |
| YUV | 86.87 | 85.19 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 11 | 0 | 0.93 | 0.96 | 0.02 | 1.75 | 0.97 | 0.51 |
| Hex | FB | 12 | B | 0 | 5D | 60 | 2 | 2 | 61 | 33 |
| Octal | 373 | 22 | 13 | 0 | 135 | 140 | 2 | 2 | 141 | 63 |
| Binary | 11111011 | 10010 | 1011 | 0 | 1011101 | 1100000 | 10 | 10 | 1100001 | 110011 |
Color Harmonies of #FB120B
Complementary color
Monochromatic Colors of #FB120B
Black with #FB120B
Text Example
Text Example
White with #FB120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB120B; }
p { color: rgb(251,18,11); }
H1.HeaderClassName
{
color: #FB120B;
}
.AnyTagClassName
{
color: #FB120B;
}
</style>
background-color css
<style>
a { background-color: #FB120B; }
a { background-color: rgb(251,18,11); }
div.DivClassName
{
background-color: #FB120B;
}
.BgClassName
{
background-color: #FB120B;
}
</style>
border-color css
<style>
span { border-color: #FB120B; }
span { border-color: rgb(251,18,11); }
td.TdClassName
{
border-color: #FB120B;
}
.TagClassName
{
border-color: #FB120B;
}
</style>