Shades of Red #FB1212
Tints of Red #FB1212
RGB
CMYK
RGB Variations
Color information
#FB1212 (or 0xFB1212) is known color: Red. HEX triplet: FB, 12 and 12. RGB value is (251,18,18). Sum of RGB (Red+Green+Blue) = 251+18+18=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1212 is #04EDED. Grayscale: #575757. Windows color (decimal): -323054 or 1184507. OLE color: 1184507.
HSL color Cylindrical-coordinate representation of color #FB1212: hue angle of 0º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1212 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.02 |
| HSL | 0º | 0.97% | 0.53% | - |
| HSV(B) | 0º | 0.93% | 0.98% | - |
| XYZ | 40.11 | 20.99 | 2.51 | - |
| YUV | 87.67 | 88.69 | 244.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 18 | 0 | 0.93 | 0.93 | 0.02 | 0 | 0.97 | 0.53 |
| Hex | FB | 12 | 12 | 0 | 5D | 5D | 2 | 0 | 61 | 35 |
| Octal | 373 | 22 | 22 | 0 | 135 | 135 | 2 | 0 | 141 | 65 |
| Binary | 11111011 | 10010 | 10010 | 0 | 1011101 | 1011101 | 10 | 0 | 1100001 | 110101 |
Color Harmonies of #FB1212
Complementary color
Monochromatic Colors of #FB1212
Black with #FB1212
Text Example
Text Example
White with #FB1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1212; }
p { color: rgb(251,18,18); }
H1.HeaderClassName
{
color: #FB1212;
}
.AnyTagClassName
{
color: #FB1212;
}
</style>
background-color css
<style>
a { background-color: #FB1212; }
a { background-color: rgb(251,18,18); }
div.DivClassName
{
background-color: #FB1212;
}
.BgClassName
{
background-color: #FB1212;
}
</style>
border-color css
<style>
span { border-color: #FB1212; }
span { border-color: rgb(251,18,18); }
td.TdClassName
{
border-color: #FB1212;
}
.TagClassName
{
border-color: #FB1212;
}
</style>