Shades of Alizarin #FB292B
Tints of Alizarin #FB292B
RGB
CMYK
RGB Variations
Color information
#FB292B (or 0xFB292B) is known color: Alizarin. HEX triplet: FB, 29 and 2B. RGB value is (251,41,43). Sum of RGB (Red+Green+Blue) = 251+41+43=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB292B is #04D6D4. Grayscale: #686868. Windows color (decimal): -317141 or 2828795. OLE color: 2828795.
HSL color Cylindrical-coordinate representation of color #FB292B: hue angle of 359.43º 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 #FB292B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 43 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.02 |
| HSL | 359.43º | 0.96% | 0.57% | - |
| HSV(B) | 359.43º | 0.84% | 0.98% | - |
| XYZ | 41.01 | 22.27 | 4.42 | - |
| YUV | 104.02 | 93.57 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 43 | 0 | 0.84 | 0.83 | 0.02 | 359.43 | 0.96 | 0.57 |
| Hex | FB | 29 | 2B | 0 | 54 | 53 | 2 | 167 | 60 | 39 |
| Octal | 373 | 51 | 53 | 0 | 124 | 123 | 2 | 547 | 140 | 71 |
| Binary | 11111011 | 101001 | 101011 | 0 | 1010100 | 1010011 | 10 | 101100111 | 1100000 | 111001 |
Color Harmonies of #FB292B
Complementary color
Monochromatic Colors of #FB292B
Black with #FB292B
Text Example
Text Example
White with #FB292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB292B; }
p { color: rgb(251,41,43); }
H1.HeaderClassName
{
color: #FB292B;
}
.AnyTagClassName
{
color: #FB292B;
}
</style>
background-color css
<style>
a { background-color: #FB292B; }
a { background-color: rgb(251,41,43); }
div.DivClassName
{
background-color: #FB292B;
}
.BgClassName
{
background-color: #FB292B;
}
</style>
border-color css
<style>
span { border-color: #FB292B; }
span { border-color: rgb(251,41,43); }
td.TdClassName
{
border-color: #FB292B;
}
.TagClassName
{
border-color: #FB292B;
}
</style>