Shades of Alizarin #FB293F
Tints of Alizarin #FB293F
RGB
CMYK
RGB Variations
Color information
#FB293F (or 0xFB293F) is known color: Alizarin. HEX triplet: FB, 29 and 3F. RGB value is (251,41,63). Sum of RGB (Red+Green+Blue) = 251+41+63=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB293F is #04D6C0. Grayscale: #6A6A6A. Windows color (decimal): -317121 or 4139515. OLE color: 4139515.
HSL color Cylindrical-coordinate representation of color #FB293F: hue angle of 353.71º 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 #FB293F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.02 |
| HSL | 353.71º | 0.96% | 0.57% | - |
| HSV(B) | 353.71º | 0.84% | 0.98% | - |
| XYZ | 41.47 | 22.45 | 6.85 | - |
| YUV | 106.3 | 103.57 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 63 | 0 | 0.84 | 0.75 | 0.02 | 353.71 | 0.96 | 0.57 |
| Hex | FB | 29 | 3F | 0 | 54 | 4B | 2 | 162 | 60 | 39 |
| Octal | 373 | 51 | 77 | 0 | 124 | 113 | 2 | 542 | 140 | 71 |
| Binary | 11111011 | 101001 | 111111 | 0 | 1010100 | 1001011 | 10 | 101100010 | 1100000 | 111001 |
Color Harmonies of #FB293F
Complementary color
Monochromatic Colors of #FB293F
Black with #FB293F
Text Example
Text Example
White with #FB293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB293F; }
p { color: rgb(251,41,63); }
H1.HeaderClassName
{
color: #FB293F;
}
.AnyTagClassName
{
color: #FB293F;
}
</style>
background-color css
<style>
a { background-color: #FB293F; }
a { background-color: rgb(251,41,63); }
div.DivClassName
{
background-color: #FB293F;
}
.BgClassName
{
background-color: #FB293F;
}
</style>
border-color css
<style>
span { border-color: #FB293F; }
span { border-color: rgb(251,41,63); }
td.TdClassName
{
border-color: #FB293F;
}
.TagClassName
{
border-color: #FB293F;
}
</style>