Shades of Alizarin #FF2931
Tints of Alizarin #FF2931
RGB
CMYK
RGB Variations
Color information
#FF2931 (or 0xFF2931) is known color: Alizarin. HEX triplet: FF, 29 and 31. RGB value is (255,41,49). Sum of RGB (Red+Green+Blue) = 255+41+49=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2931 is #00D6CE. Grayscale: #6A6A6A. Windows color (decimal): -54991 or 3222015. OLE color: 3222015.
HSL color Cylindrical-coordinate representation of color #FF2931: hue angle of 357.76º 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 #FF2931 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 49 | - |
| CMYK | 0 | 0.84 | 0.81 | 0 |
| HSL | 357.76º | 1% | 0.58% | - |
| HSV(B) | 357.76º | 0.84% | 1% | - |
| XYZ | 42.59 | 23.07 | 5.11 | - |
| YUV | 105.9 | 95.9 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 49 | 0 | 0.84 | 0.81 | 0 | 357.76 | 1 | 0.58 |
| Hex | FF | 29 | 31 | 0 | 54 | 51 | 0 | 166 | 64 | 3A |
| Octal | 377 | 51 | 61 | 0 | 124 | 121 | 0 | 546 | 144 | 72 |
| Binary | 11111111 | 101001 | 110001 | 0 | 1010100 | 1010001 | 0 | 101100110 | 1100100 | 111010 |
Color Harmonies of #FF2931
Complementary color
Monochromatic Colors of #FF2931
Black with #FF2931
Text Example
Text Example
White with #FF2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2931; }
p { color: rgb(255,41,49); }
H1.HeaderClassName
{
color: #FF2931;
}
.AnyTagClassName
{
color: #FF2931;
}
</style>
background-color css
<style>
a { background-color: #FF2931; }
a { background-color: rgb(255,41,49); }
div.DivClassName
{
background-color: #FF2931;
}
.BgClassName
{
background-color: #FF2931;
}
</style>
border-color css
<style>
span { border-color: #FF2931; }
span { border-color: rgb(255,41,49); }
td.TdClassName
{
border-color: #FF2931;
}
.TagClassName
{
border-color: #FF2931;
}
</style>