Shades of Alizarin #FB292C
Tints of Alizarin #FB292C
RGB
CMYK
RGB Variations
Color information
#FB292C (or 0xFB292C) is known color: Alizarin. HEX triplet: FB, 29 and 2C. RGB value is (251,41,44). Sum of RGB (Red+Green+Blue) = 251+41+44=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB292C is #04D6D3. Grayscale: #686868. Windows color (decimal): -317140 or 2894331. OLE color: 2894331.
HSL color Cylindrical-coordinate representation of color #FB292C: hue angle of 359.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB292C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 44 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.02 |
| HSL | 359.14º | 0.96% | 0.57% | - |
| HSV(B) | 359.14º | 0.84% | 0.98% | - |
| XYZ | 41.03 | 22.28 | 4.52 | - |
| YUV | 104.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 44 | 0 | 0.84 | 0.82 | 0.02 | 359.14 | 0.96 | 0.57 |
| Hex | FB | 29 | 2C | 0 | 54 | 52 | 2 | 167 | 60 | 39 |
| Octal | 373 | 51 | 54 | 0 | 124 | 122 | 2 | 547 | 140 | 71 |
| Binary | 11111011 | 101001 | 101100 | 0 | 1010100 | 1010010 | 10 | 101100111 | 1100000 | 111001 |
Color Harmonies of #FB292C
Complementary color
Monochromatic Colors of #FB292C
Black with #FB292C
Text Example
Text Example
White with #FB292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB292C; }
p { color: rgb(251,41,44); }
H1.HeaderClassName
{
color: #FB292C;
}
.AnyTagClassName
{
color: #FB292C;
}
</style>
background-color css
<style>
a { background-color: #FB292C; }
a { background-color: rgb(251,41,44); }
div.DivClassName
{
background-color: #FB292C;
}
.BgClassName
{
background-color: #FB292C;
}
</style>
border-color css
<style>
span { border-color: #FB292C; }
span { border-color: rgb(251,41,44); }
td.TdClassName
{
border-color: #FB292C;
}
.TagClassName
{
border-color: #FB292C;
}
</style>