Shades of Alizarin #FF2932
Tints of Alizarin #FF2932
RGB
CMYK
RGB Variations
Color information
#FF2932 (or 0xFF2932) is known color: Alizarin. HEX triplet: FF, 29 and 32. RGB value is (255,41,50). Sum of RGB (Red+Green+Blue) = 255+41+50=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2932 is #00D6CD. Grayscale: #6A6A6A. Windows color (decimal): -54990 or 3287551. OLE color: 3287551.
HSL color Cylindrical-coordinate representation of color #FF2932: hue angle of 357.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2932 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 50 | - |
| CMYK | 0 | 0.84 | 0.80 | 0 |
| HSL | 357.48º | 1% | 0.58% | - |
| HSV(B) | 357.48º | 0.84% | 1% | - |
| XYZ | 42.61 | 23.08 | 5.23 | - |
| YUV | 106.01 | 96.4 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 50 | 0 | 0.84 | 0.80 | 0 | 357.48 | 1 | 0.58 |
| Hex | FF | 29 | 32 | 0 | 54 | 50 | 0 | 165 | 64 | 3A |
| Octal | 377 | 51 | 62 | 0 | 124 | 120 | 0 | 545 | 144 | 72 |
| Binary | 11111111 | 101001 | 110010 | 0 | 1010100 | 1010000 | 0 | 101100101 | 1100100 | 111010 |
Color Harmonies of #FF2932
Complementary color
Monochromatic Colors of #FF2932
Black with #FF2932
Text Example
Text Example
White with #FF2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2932; }
p { color: rgb(255,41,50); }
H1.HeaderClassName
{
color: #FF2932;
}
.AnyTagClassName
{
color: #FF2932;
}
</style>
background-color css
<style>
a { background-color: #FF2932; }
a { background-color: rgb(255,41,50); }
div.DivClassName
{
background-color: #FF2932;
}
.BgClassName
{
background-color: #FF2932;
}
</style>
border-color css
<style>
span { border-color: #FF2932; }
span { border-color: rgb(255,41,50); }
td.TdClassName
{
border-color: #FF2932;
}
.TagClassName
{
border-color: #FF2932;
}
</style>