Shades of Alizarin #F42229
Tints of Alizarin #F42229
RGB
CMYK
RGB Variations
Color information
#F42229 (or 0xF42229) is known color: Alizarin. HEX triplet: F4, 22 and 29. RGB value is (244,34,41). Sum of RGB (Red+Green+Blue) = 244+34+41=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F42229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42229 is #0BDDD6. Grayscale: #616161. Windows color (decimal): -777687 or 2695924. OLE color: 2695924.
HSL color Cylindrical-coordinate representation of color #F42229: hue angle of 358º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42229 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 41 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.04 |
| HSL | 358º | 0.91% | 0.55% | - |
| HSV(B) | 358º | 0.86% | 0.96% | - |
| XYZ | 38.28 | 20.54 | 4.04 | - |
| YUV | 97.59 | 96.07 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 41 | 0 | 0.86 | 0.83 | 0.04 | 358 | 0.91 | 0.55 |
| Hex | F4 | 22 | 29 | 0 | 56 | 53 | 4 | 166 | 5B | 37 |
| Octal | 364 | 42 | 51 | 0 | 126 | 123 | 4 | 546 | 133 | 67 |
| Binary | 11110100 | 100010 | 101001 | 0 | 1010110 | 1010011 | 100 | 101100110 | 1011011 | 110111 |
Color Harmonies of #F42229
Complementary color
Monochromatic Colors of #F42229
Black with #F42229
Text Example
Text Example
White with #F42229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42229; }
p { color: rgb(244,34,41); }
H1.HeaderClassName
{
color: #F42229;
}
.AnyTagClassName
{
color: #F42229;
}
</style>
background-color css
<style>
a { background-color: #F42229; }
a { background-color: rgb(244,34,41); }
div.DivClassName
{
background-color: #F42229;
}
.BgClassName
{
background-color: #F42229;
}
</style>
border-color css
<style>
span { border-color: #F42229; }
span { border-color: rgb(244,34,41); }
td.TdClassName
{
border-color: #F42229;
}
.TagClassName
{
border-color: #F42229;
}
</style>