Shades of Alizarin #FB2D39
Tints of Alizarin #FB2D39
RGB
CMYK
RGB Variations
Color information
#FB2D39 (or 0xFB2D39) is known color: Alizarin. HEX triplet: FB, 2D and 39. RGB value is (251,45,57). Sum of RGB (Red+Green+Blue) = 251+45+57=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D39 is #04D2C6. Grayscale: #6C6C6C. Windows color (decimal): -316103 or 3747323. OLE color: 3747323.
HSL color Cylindrical-coordinate representation of color #FB2D39: hue angle of 356.5º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D39 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 57 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.02 |
| HSL | 356.5º | 0.96% | 0.58% | - |
| HSV(B) | 356.5º | 0.82% | 0.98% | - |
| XYZ | 41.46 | 22.68 | 6.06 | - |
| YUV | 107.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 57 | 0 | 0.82 | 0.77 | 0.02 | 356.5 | 0.96 | 0.58 |
| Hex | FB | 2D | 39 | 0 | 52 | 4D | 2 | 165 | 60 | 3A |
| Octal | 373 | 55 | 71 | 0 | 122 | 115 | 2 | 545 | 140 | 72 |
| Binary | 11111011 | 101101 | 111001 | 0 | 1010010 | 1001101 | 10 | 101100101 | 1100000 | 111010 |
Color Harmonies of #FB2D39
Complementary color
Monochromatic Colors of #FB2D39
Black with #FB2D39
Text Example
Text Example
White with #FB2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D39; }
p { color: rgb(251,45,57); }
H1.HeaderClassName
{
color: #FB2D39;
}
.AnyTagClassName
{
color: #FB2D39;
}
</style>
background-color css
<style>
a { background-color: #FB2D39; }
a { background-color: rgb(251,45,57); }
div.DivClassName
{
background-color: #FB2D39;
}
.BgClassName
{
background-color: #FB2D39;
}
</style>
border-color css
<style>
span { border-color: #FB2D39; }
span { border-color: rgb(251,45,57); }
td.TdClassName
{
border-color: #FB2D39;
}
.TagClassName
{
border-color: #FB2D39;
}
</style>