Shades of Alizarin #F42531
Tints of Alizarin #F42531
RGB
CMYK
RGB Variations
Color information
#F42531 (or 0xF42531) is known color: Alizarin. HEX triplet: F4, 25 and 31. RGB value is (244,37,49). Sum of RGB (Red+Green+Blue) = 244+37+49=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F42531 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42531 is #0BDACE. Grayscale: #646464. Windows color (decimal): -776911 or 3220980. OLE color: 3220980.
HSL color Cylindrical-coordinate representation of color #F42531: hue angle of 356.52º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42531 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 49 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.04 |
| HSL | 356.52º | 0.9% | 0.55% | - |
| HSV(B) | 356.52º | 0.85% | 0.96% | - |
| XYZ | 38.52 | 20.78 | 4.89 | - |
| YUV | 100.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 49 | 0 | 0.85 | 0.80 | 0.04 | 356.52 | 0.9 | 0.55 |
| Hex | F4 | 25 | 31 | 0 | 55 | 50 | 4 | 165 | 5A | 37 |
| Octal | 364 | 45 | 61 | 0 | 125 | 120 | 4 | 545 | 132 | 67 |
| Binary | 11110100 | 100101 | 110001 | 0 | 1010101 | 1010000 | 100 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F42531
Complementary color
Monochromatic Colors of #F42531
Black with #F42531
Text Example
Text Example
White with #F42531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42531; }
p { color: rgb(244,37,49); }
H1.HeaderClassName
{
color: #F42531;
}
.AnyTagClassName
{
color: #F42531;
}
</style>
background-color css
<style>
a { background-color: #F42531; }
a { background-color: rgb(244,37,49); }
div.DivClassName
{
background-color: #F42531;
}
.BgClassName
{
background-color: #F42531;
}
</style>
border-color css
<style>
span { border-color: #F42531; }
span { border-color: rgb(244,37,49); }
td.TdClassName
{
border-color: #F42531;
}
.TagClassName
{
border-color: #F42531;
}
</style>