Shades of Red #FB1105
Tints of Red #FB1105
RGB
CMYK
RGB Variations
Color information
#FB1105 (or 0xFB1105) is known color: Red. HEX triplet: FB, 11 and 05. RGB value is (251,17,5). Sum of RGB (Red+Green+Blue) = 251+17+5=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1105 is #04EEFA. Grayscale: #555555. Windows color (decimal): -323323 or 332283. OLE color: 332283.
HSL color Cylindrical-coordinate representation of color #FB1105: hue angle of 2.93º 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 #FB1105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.02 |
| HSL | 2.93º | 0.97% | 0.5% | - |
| HSV(B) | 2.93º | 0.98% | 0.98% | - |
| XYZ | 40.01 | 20.92 | 2.07 | - |
| YUV | 85.6 | 82.52 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 5 | 0 | 0.93 | 0.98 | 0.02 | 2.93 | 0.97 | 0.5 |
| Hex | FB | 11 | 5 | 0 | 5D | 62 | 2 | 3 | 61 | 32 |
| Octal | 373 | 21 | 5 | 0 | 135 | 142 | 2 | 3 | 141 | 62 |
| Binary | 11111011 | 10001 | 101 | 0 | 1011101 | 1100010 | 10 | 11 | 1100001 | 110010 |
Color Harmonies of #FB1105
Complementary color
Monochromatic Colors of #FB1105
Black with #FB1105
Text Example
Text Example
White with #FB1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1105; }
p { color: rgb(251,17,5); }
H1.HeaderClassName
{
color: #FB1105;
}
.AnyTagClassName
{
color: #FB1105;
}
</style>
background-color css
<style>
a { background-color: #FB1105; }
a { background-color: rgb(251,17,5); }
div.DivClassName
{
background-color: #FB1105;
}
.BgClassName
{
background-color: #FB1105;
}
</style>
border-color css
<style>
span { border-color: #FB1105; }
span { border-color: rgb(251,17,5); }
td.TdClassName
{
border-color: #FB1105;
}
.TagClassName
{
border-color: #FB1105;
}
</style>