Shades of Alizarin #F42129
Tints of Alizarin #F42129
RGB
CMYK
RGB Variations
Color information
#F42129 (or 0xF42129) is known color: Alizarin. HEX triplet: F4, 21 and 29. RGB value is (244,33,41). Sum of RGB (Red+Green+Blue) = 244+33+41=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F42129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42129 is #0BDED6. Grayscale: #616161. Windows color (decimal): -777943 or 2695668. OLE color: 2695668.
HSL color Cylindrical-coordinate representation of color #F42129: hue angle of 357.73º 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 #F42129 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 41 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.04 |
| HSL | 357.73º | 0.91% | 0.54% | - |
| HSV(B) | 357.73º | 0.86% | 0.96% | - |
| XYZ | 38.25 | 20.48 | 4.03 | - |
| YUV | 97 | 96.4 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 41 | 0 | 0.86 | 0.83 | 0.04 | 357.73 | 0.91 | 0.54 |
| Hex | F4 | 21 | 29 | 0 | 56 | 53 | 4 | 166 | 5B | 36 |
| Octal | 364 | 41 | 51 | 0 | 126 | 123 | 4 | 546 | 133 | 66 |
| Binary | 11110100 | 100001 | 101001 | 0 | 1010110 | 1010011 | 100 | 101100110 | 1011011 | 110110 |
Color Harmonies of #F42129
Complementary color
Monochromatic Colors of #F42129
Black with #F42129
Text Example
Text Example
White with #F42129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42129; }
p { color: rgb(244,33,41); }
H1.HeaderClassName
{
color: #F42129;
}
.AnyTagClassName
{
color: #F42129;
}
</style>
background-color css
<style>
a { background-color: #F42129; }
a { background-color: rgb(244,33,41); }
div.DivClassName
{
background-color: #F42129;
}
.BgClassName
{
background-color: #F42129;
}
</style>
border-color css
<style>
span { border-color: #F42129; }
span { border-color: rgb(244,33,41); }
td.TdClassName
{
border-color: #F42129;
}
.TagClassName
{
border-color: #F42129;
}
</style>