Shades of Alizarin #F42528
Tints of Alizarin #F42528
RGB
CMYK
RGB Variations
Color information
#F42528 (or 0xF42528) is known color: Alizarin. HEX triplet: F4, 25 and 28. RGB value is (244,37,40). Sum of RGB (Red+Green+Blue) = 244+37+40=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F42528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42528 is #0BDAD7. Grayscale: #636363. Windows color (decimal): -776920 or 2631156. OLE color: 2631156.
HSL color Cylindrical-coordinate representation of color #F42528: hue angle of 359.13º 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 #F42528 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 40 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.04 |
| HSL | 359.13º | 0.9% | 0.55% | - |
| HSV(B) | 359.13º | 0.85% | 0.96% | - |
| XYZ | 38.35 | 20.71 | 3.98 | - |
| YUV | 99.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 40 | 0 | 0.85 | 0.84 | 0.04 | 359.13 | 0.9 | 0.55 |
| Hex | F4 | 25 | 28 | 0 | 55 | 54 | 4 | 167 | 5A | 37 |
| Octal | 364 | 45 | 50 | 0 | 125 | 124 | 4 | 547 | 132 | 67 |
| Binary | 11110100 | 100101 | 101000 | 0 | 1010101 | 1010100 | 100 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F42528
Complementary color
Monochromatic Colors of #F42528
Black with #F42528
Text Example
Text Example
White with #F42528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42528; }
p { color: rgb(244,37,40); }
H1.HeaderClassName
{
color: #F42528;
}
.AnyTagClassName
{
color: #F42528;
}
</style>
background-color css
<style>
a { background-color: #F42528; }
a { background-color: rgb(244,37,40); }
div.DivClassName
{
background-color: #F42528;
}
.BgClassName
{
background-color: #F42528;
}
</style>
border-color css
<style>
span { border-color: #F42528; }
span { border-color: rgb(244,37,40); }
td.TdClassName
{
border-color: #F42528;
}
.TagClassName
{
border-color: #F42528;
}
</style>