Shades of Alizarin #FF2938
Tints of Alizarin #FF2938
RGB
CMYK
RGB Variations
Color information
#FF2938 (or 0xFF2938) is known color: Alizarin. HEX triplet: FF, 29 and 38. RGB value is (255,41,56). Sum of RGB (Red+Green+Blue) = 255+41+56=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2938 is #00D6C7. Grayscale: #6A6A6A. Windows color (decimal): -54984 or 3680767. OLE color: 3680767.
HSL color Cylindrical-coordinate representation of color #FF2938: hue angle of 355.79º 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 #FF2938 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 56 | - |
| CMYK | 0 | 0.84 | 0.78 | 0 |
| HSL | 355.79º | 1% | 0.58% | - |
| HSV(B) | 355.79º | 0.84% | 1% | - |
| XYZ | 42.75 | 23.13 | 5.95 | - |
| YUV | 106.7 | 99.4 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 56 | 0 | 0.84 | 0.78 | 0 | 355.79 | 1 | 0.58 |
| Hex | FF | 29 | 38 | 0 | 54 | 4E | 0 | 164 | 64 | 3A |
| Octal | 377 | 51 | 70 | 0 | 124 | 116 | 0 | 544 | 144 | 72 |
| Binary | 11111111 | 101001 | 111000 | 0 | 1010100 | 1001110 | 0 | 101100100 | 1100100 | 111010 |
Color Harmonies of #FF2938
Complementary color
Monochromatic Colors of #FF2938
Black with #FF2938
Text Example
Text Example
White with #FF2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2938; }
p { color: rgb(255,41,56); }
H1.HeaderClassName
{
color: #FF2938;
}
.AnyTagClassName
{
color: #FF2938;
}
</style>
background-color css
<style>
a { background-color: #FF2938; }
a { background-color: rgb(255,41,56); }
div.DivClassName
{
background-color: #FF2938;
}
.BgClassName
{
background-color: #FF2938;
}
</style>
border-color css
<style>
span { border-color: #FF2938; }
span { border-color: rgb(255,41,56); }
td.TdClassName
{
border-color: #FF2938;
}
.TagClassName
{
border-color: #FF2938;
}
</style>