Shades of Red #FB1103
Tints of Red #FB1103
RGB
CMYK
RGB Variations
Color information
#FB1103 (or 0xFB1103) is known color: Red. HEX triplet: FB, 11 and 03. RGB value is (251,17,3). Sum of RGB (Red+Green+Blue) = 251+17+3=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1103 is #04EEFC. Grayscale: #555555. Windows color (decimal): -323325 or 201211. OLE color: 201211.
HSL color Cylindrical-coordinate representation of color #FB1103: hue angle of 3.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB1103 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.02 |
| HSL | 3.39º | 0.98% | 0.5% | - |
| HSV(B) | 3.39º | 0.99% | 0.98% | - |
| XYZ | 40 | 20.92 | 2.02 | - |
| YUV | 85.37 | 81.52 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 3 | 0 | 0.93 | 0.99 | 0.02 | 3.39 | 0.98 | 0.5 |
| Hex | FB | 11 | 3 | 0 | 5D | 63 | 2 | 3 | 62 | 32 |
| Octal | 373 | 21 | 3 | 0 | 135 | 143 | 2 | 3 | 142 | 62 |
| Binary | 11111011 | 10001 | 11 | 0 | 1011101 | 1100011 | 10 | 11 | 1100010 | 110010 |
Color Harmonies of #FB1103
Complementary color
Monochromatic Colors of #FB1103
Black with #FB1103
Text Example
Text Example
White with #FB1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1103; }
p { color: rgb(251,17,3); }
H1.HeaderClassName
{
color: #FB1103;
}
.AnyTagClassName
{
color: #FB1103;
}
</style>
background-color css
<style>
a { background-color: #FB1103; }
a { background-color: rgb(251,17,3); }
div.DivClassName
{
background-color: #FB1103;
}
.BgClassName
{
background-color: #FB1103;
}
</style>
border-color css
<style>
span { border-color: #FB1103; }
span { border-color: rgb(251,17,3); }
td.TdClassName
{
border-color: #FB1103;
}
.TagClassName
{
border-color: #FB1103;
}
</style>