Shades of Alizarin #FB292F
Tints of Alizarin #FB292F
RGB
CMYK
RGB Variations
Color information
#FB292F (or 0xFB292F) is known color: Alizarin. HEX triplet: FB, 29 and 2F. RGB value is (251,41,47). Sum of RGB (Red+Green+Blue) = 251+41+47=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB292F is #04D6D0. Grayscale: #686868. Windows color (decimal): -317137 or 3090939. OLE color: 3090939.
HSL color Cylindrical-coordinate representation of color #FB292F: hue angle of 358.29º 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 #FB292F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.02 |
| HSL | 358.29º | 0.96% | 0.57% | - |
| HSV(B) | 358.29º | 0.84% | 0.98% | - |
| XYZ | 41.09 | 22.3 | 4.83 | - |
| YUV | 104.47 | 95.57 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 47 | 0 | 0.84 | 0.81 | 0.02 | 358.29 | 0.96 | 0.57 |
| Hex | FB | 29 | 2F | 0 | 54 | 51 | 2 | 166 | 60 | 39 |
| Octal | 373 | 51 | 57 | 0 | 124 | 121 | 2 | 546 | 140 | 71 |
| Binary | 11111011 | 101001 | 101111 | 0 | 1010100 | 1010001 | 10 | 101100110 | 1100000 | 111001 |
Color Harmonies of #FB292F
Complementary color
Monochromatic Colors of #FB292F
Black with #FB292F
Text Example
Text Example
White with #FB292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB292F; }
p { color: rgb(251,41,47); }
H1.HeaderClassName
{
color: #FB292F;
}
.AnyTagClassName
{
color: #FB292F;
}
</style>
background-color css
<style>
a { background-color: #FB292F; }
a { background-color: rgb(251,41,47); }
div.DivClassName
{
background-color: #FB292F;
}
.BgClassName
{
background-color: #FB292F;
}
</style>
border-color css
<style>
span { border-color: #FB292F; }
span { border-color: rgb(251,41,47); }
td.TdClassName
{
border-color: #FB292F;
}
.TagClassName
{
border-color: #FB292F;
}
</style>