Shades of Alizarin #F42128
Tints of Alizarin #F42128
RGB
CMYK
RGB Variations
Color information
#F42128 (or 0xF42128) is known color: Alizarin. HEX triplet: F4, 21 and 28. RGB value is (244,33,40). Sum of RGB (Red+Green+Blue) = 244+33+40=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F42128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42128 is #0BDED7. Grayscale: #616161. Windows color (decimal): -777944 or 2630132. OLE color: 2630132.
HSL color Cylindrical-coordinate representation of color #F42128: hue angle of 358.01º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42128 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 40 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.04 |
| HSL | 358.01º | 0.91% | 0.54% | - |
| HSV(B) | 358.01º | 0.86% | 0.96% | - |
| XYZ | 38.24 | 20.47 | 3.94 | - |
| YUV | 96.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 40 | 0 | 0.86 | 0.84 | 0.04 | 358.01 | 0.91 | 0.54 |
| Hex | F4 | 21 | 28 | 0 | 56 | 54 | 4 | 166 | 5B | 36 |
| Octal | 364 | 41 | 50 | 0 | 126 | 124 | 4 | 546 | 133 | 66 |
| Binary | 11110100 | 100001 | 101000 | 0 | 1010110 | 1010100 | 100 | 101100110 | 1011011 | 110110 |
Color Harmonies of #F42128
Complementary color
Monochromatic Colors of #F42128
Black with #F42128
Text Example
Text Example
White with #F42128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42128; }
p { color: rgb(244,33,40); }
H1.HeaderClassName
{
color: #F42128;
}
.AnyTagClassName
{
color: #F42128;
}
</style>
background-color css
<style>
a { background-color: #F42128; }
a { background-color: rgb(244,33,40); }
div.DivClassName
{
background-color: #F42128;
}
.BgClassName
{
background-color: #F42128;
}
</style>
border-color css
<style>
span { border-color: #F42128; }
span { border-color: rgb(244,33,40); }
td.TdClassName
{
border-color: #F42128;
}
.TagClassName
{
border-color: #F42128;
}
</style>