Shades of Alizarin #F42931
Tints of Alizarin #F42931
RGB
CMYK
RGB Variations
Color information
#F42931 (or 0xF42931) is known color: Alizarin. HEX triplet: F4, 29 and 31. RGB value is (244,41,49). Sum of RGB (Red+Green+Blue) = 244+41+49=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42931 is #0BD6CE. Grayscale: #666666. Windows color (decimal): -775887 or 3222004. OLE color: 3222004.
HSL color Cylindrical-coordinate representation of color #F42931: hue angle of 357.64º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42931 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 49 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.04 |
| HSL | 357.64º | 0.9% | 0.56% | - |
| HSV(B) | 357.64º | 0.83% | 0.96% | - |
| XYZ | 38.66 | 21.04 | 4.93 | - |
| YUV | 102.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 49 | 0 | 0.83 | 0.80 | 0.04 | 357.64 | 0.9 | 0.56 |
| Hex | F4 | 29 | 31 | 0 | 53 | 50 | 4 | 166 | 5A | 38 |
| Octal | 364 | 51 | 61 | 0 | 123 | 120 | 4 | 546 | 132 | 70 |
| Binary | 11110100 | 101001 | 110001 | 0 | 1010011 | 1010000 | 100 | 101100110 | 1011010 | 111000 |
Color Harmonies of #F42931
Complementary color
Monochromatic Colors of #F42931
Black with #F42931
Text Example
Text Example
White with #F42931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42931; }
p { color: rgb(244,41,49); }
H1.HeaderClassName
{
color: #F42931;
}
.AnyTagClassName
{
color: #F42931;
}
</style>
background-color css
<style>
a { background-color: #F42931; }
a { background-color: rgb(244,41,49); }
div.DivClassName
{
background-color: #F42931;
}
.BgClassName
{
background-color: #F42931;
}
</style>
border-color css
<style>
span { border-color: #F42931; }
span { border-color: rgb(244,41,49); }
td.TdClassName
{
border-color: #F42931;
}
.TagClassName
{
border-color: #F42931;
}
</style>