Shades of Red #FB1004
Tints of Red #FB1004
RGB
CMYK
RGB Variations
Color information
#FB1004 (or 0xFB1004) is known color: Red. HEX triplet: FB, 10 and 04. RGB value is (251,16,4). Sum of RGB (Red+Green+Blue) = 251+16+4=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1004 is #04EFFB. Grayscale: #555555. Windows color (decimal): -323580 or 266491. OLE color: 266491.
HSL color Cylindrical-coordinate representation of color #FB1004: hue angle of 2.91º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1004 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.91º | 0.97% | 0.5% | - |
| HSV(B) | 2.91º | 0.98% | 0.98% | - |
| XYZ | 39.99 | 20.89 | 2.04 | - |
| YUV | 84.9 | 82.36 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 4 | 0 | 0.94 | 0.98 | 0.02 | 2.91 | 0.97 | 0.5 |
| Hex | FB | 10 | 4 | 0 | 5E | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 20 | 4 | 0 | 136 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 10000 | 100 | 0 | 1011110 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB1004
Complementary color
Monochromatic Colors of #FB1004
Black with #FB1004
Text Example
Text Example
White with #FB1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1004; }
p { color: rgb(251,16,4); }
H1.HeaderClassName
{
color: #FB1004;
}
.AnyTagClassName
{
color: #FB1004;
}
</style>
background-color css
<style>
a { background-color: #FB1004; }
a { background-color: rgb(251,16,4); }
div.DivClassName
{
background-color: #FB1004;
}
.BgClassName
{
background-color: #FB1004;
}
</style>
border-color css
<style>
span { border-color: #FB1004; }
span { border-color: rgb(251,16,4); }
td.TdClassName
{
border-color: #FB1004;
}
.TagClassName
{
border-color: #FB1004;
}
</style>