Shades of Alizarin #F42139
Tints of Alizarin #F42139
RGB
CMYK
RGB Variations
Color information
#F42139 (or 0xF42139) is known color: Alizarin. HEX triplet: F4, 21 and 39. RGB value is (244,33,57). Sum of RGB (Red+Green+Blue) = 244+33+57=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42139 is #0BDEC6. Grayscale: #626262. Windows color (decimal): -777927 or 3744244. OLE color: 3744244.
HSL color Cylindrical-coordinate representation of color #F42139: hue angle of 353.18º 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 #F42139 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 57 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.04 |
| HSL | 353.18º | 0.91% | 0.54% | - |
| HSV(B) | 353.18º | 0.86% | 0.96% | - |
| XYZ | 38.59 | 20.62 | 5.82 | - |
| YUV | 98.83 | 104.4 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 57 | 0 | 0.86 | 0.77 | 0.04 | 353.18 | 0.91 | 0.54 |
| Hex | F4 | 21 | 39 | 0 | 56 | 4D | 4 | 161 | 5B | 36 |
| Octal | 364 | 41 | 71 | 0 | 126 | 115 | 4 | 541 | 133 | 66 |
| Binary | 11110100 | 100001 | 111001 | 0 | 1010110 | 1001101 | 100 | 101100001 | 1011011 | 110110 |
Color Harmonies of #F42139
Complementary color
Monochromatic Colors of #F42139
Black with #F42139
Text Example
Text Example
White with #F42139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42139; }
p { color: rgb(244,33,57); }
H1.HeaderClassName
{
color: #F42139;
}
.AnyTagClassName
{
color: #F42139;
}
</style>
background-color css
<style>
a { background-color: #F42139; }
a { background-color: rgb(244,33,57); }
div.DivClassName
{
background-color: #F42139;
}
.BgClassName
{
background-color: #F42139;
}
</style>
border-color css
<style>
span { border-color: #F42139; }
span { border-color: rgb(244,33,57); }
td.TdClassName
{
border-color: #F42139;
}
.TagClassName
{
border-color: #F42139;
}
</style>