Shades of Alizarin #F42031
Tints of Alizarin #F42031
RGB
CMYK
RGB Variations
Color information
#F42031 (or 0xF42031) is known color: Alizarin. HEX triplet: F4, 20 and 31. RGB value is (244,32,49). Sum of RGB (Red+Green+Blue) = 244+32+49=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F42031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42031 is #0BDFCE. Grayscale: #616161. Windows color (decimal): -778191 or 3219700. OLE color: 3219700.
HSL color Cylindrical-coordinate representation of color #F42031: hue angle of 355.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42031 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 49 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.04 |
| HSL | 355.19º | 0.91% | 0.54% | - |
| HSV(B) | 355.19º | 0.87% | 0.96% | - |
| XYZ | 38.38 | 20.49 | 4.84 | - |
| YUV | 97.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 49 | 0 | 0.87 | 0.80 | 0.04 | 355.19 | 0.91 | 0.54 |
| Hex | F4 | 20 | 31 | 0 | 57 | 50 | 4 | 163 | 5B | 36 |
| Octal | 364 | 40 | 61 | 0 | 127 | 120 | 4 | 543 | 133 | 66 |
| Binary | 11110100 | 100000 | 110001 | 0 | 1010111 | 1010000 | 100 | 101100011 | 1011011 | 110110 |
Color Harmonies of #F42031
Complementary color
Monochromatic Colors of #F42031
Black with #F42031
Text Example
Text Example
White with #F42031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42031; }
p { color: rgb(244,32,49); }
H1.HeaderClassName
{
color: #F42031;
}
.AnyTagClassName
{
color: #F42031;
}
</style>
background-color css
<style>
a { background-color: #F42031; }
a { background-color: rgb(244,32,49); }
div.DivClassName
{
background-color: #F42031;
}
.BgClassName
{
background-color: #F42031;
}
</style>
border-color css
<style>
span { border-color: #F42031; }
span { border-color: rgb(244,32,49); }
td.TdClassName
{
border-color: #F42031;
}
.TagClassName
{
border-color: #F42031;
}
</style>