Shades of Red #FB0C01
Tints of Red #FB0C01
RGB
CMYK
RGB Variations
Color information
#FB0C01 (or 0xFB0C01) is known color: Red. HEX triplet: FB, 0C and 01. RGB value is (251,12,1). Sum of RGB (Red+Green+Blue) = 251+12+1=264 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.08% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0C01 is #04F3FE. Grayscale: #525252. Windows color (decimal): -324607 or 68859. OLE color: 68859.
HSL color Cylindrical-coordinate representation of color #FB0C01: hue angle of 2.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.02 |
| HSL | 2.64º | 0.99% | 0.49% | - |
| HSV(B) | 2.64º | 1% | 0.98% | - |
| XYZ | 39.92 | 20.77 | 1.93 | - |
| YUV | 82.21 | 82.18 | 248.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 1 | 0 | 0.95 | 1.00 | 0.02 | 2.64 | 0.99 | 0.49 |
| Hex | FB | C | 1 | 0 | 5F | 64 | 2 | 3 | 63 | 31 |
| Octal | 373 | 14 | 1 | 0 | 137 | 144 | 2 | 3 | 143 | 61 |
| Binary | 11111011 | 1100 | 1 | 0 | 1011111 | 1100100 | 10 | 11 | 1100011 | 110001 |
Color Harmonies of #FB0C01
Complementary color
Monochromatic Colors of #FB0C01
Black with #FB0C01
Text Example
Text Example
White with #FB0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C01; }
p { color: rgb(251,12,1); }
H1.HeaderClassName
{
color: #FB0C01;
}
.AnyTagClassName
{
color: #FB0C01;
}
</style>
background-color css
<style>
a { background-color: #FB0C01; }
a { background-color: rgb(251,12,1); }
div.DivClassName
{
background-color: #FB0C01;
}
.BgClassName
{
background-color: #FB0C01;
}
</style>
border-color css
<style>
span { border-color: #FB0C01; }
span { border-color: rgb(251,12,1); }
td.TdClassName
{
border-color: #FB0C01;
}
.TagClassName
{
border-color: #FB0C01;
}
</style>