Shades of Alizarin #FB2529
Tints of Alizarin #FB2529
RGB
CMYK
RGB Variations
Color information
#FB2529 (or 0xFB2529) is known color: Alizarin. HEX triplet: FB, 25 and 29. RGB value is (251,37,41). Sum of RGB (Red+Green+Blue) = 251+37+41=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2529 is #04DAD6. Grayscale: #656565. Windows color (decimal): -318167 or 2696699. OLE color: 2696699.
HSL color Cylindrical-coordinate representation of color #FB2529: hue angle of 358.88º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2529 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 41 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.02 |
| HSL | 358.88º | 0.96% | 0.56% | - |
| HSV(B) | 358.88º | 0.85% | 0.98% | - |
| XYZ | 40.85 | 21.99 | 4.19 | - |
| YUV | 101.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 41 | 0 | 0.85 | 0.84 | 0.02 | 358.88 | 0.96 | 0.56 |
| Hex | FB | 25 | 29 | 0 | 55 | 54 | 2 | 167 | 60 | 38 |
| Octal | 373 | 45 | 51 | 0 | 125 | 124 | 2 | 547 | 140 | 70 |
| Binary | 11111011 | 100101 | 101001 | 0 | 1010101 | 1010100 | 10 | 101100111 | 1100000 | 111000 |
Color Harmonies of #FB2529
Complementary color
Monochromatic Colors of #FB2529
Black with #FB2529
Text Example
Text Example
White with #FB2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2529; }
p { color: rgb(251,37,41); }
H1.HeaderClassName
{
color: #FB2529;
}
.AnyTagClassName
{
color: #FB2529;
}
</style>
background-color css
<style>
a { background-color: #FB2529; }
a { background-color: rgb(251,37,41); }
div.DivClassName
{
background-color: #FB2529;
}
.BgClassName
{
background-color: #FB2529;
}
</style>
border-color css
<style>
span { border-color: #FB2529; }
span { border-color: rgb(251,37,41); }
td.TdClassName
{
border-color: #FB2529;
}
.TagClassName
{
border-color: #FB2529;
}
</style>