Shades of Alizarin #F42836
Tints of Alizarin #F42836
RGB
CMYK
RGB Variations
Color information
#F42836 (or 0xF42836) is known color: Alizarin. HEX triplet: F4, 28 and 36. RGB value is (244,40,54). Sum of RGB (Red+Green+Blue) = 244+40+54=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F42836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42836 is #0BD7C9. Grayscale: #666666. Windows color (decimal): -776138 or 3549428. OLE color: 3549428.
HSL color Cylindrical-coordinate representation of color #F42836: hue angle of 355.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42836 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 54 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.04 |
| HSL | 355.88º | 0.9% | 0.56% | - |
| HSV(B) | 355.88º | 0.84% | 0.96% | - |
| XYZ | 38.73 | 21.02 | 5.51 | - |
| YUV | 102.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 54 | 0 | 0.84 | 0.78 | 0.04 | 355.88 | 0.9 | 0.56 |
| Hex | F4 | 28 | 36 | 0 | 54 | 4E | 4 | 164 | 5A | 38 |
| Octal | 364 | 50 | 66 | 0 | 124 | 116 | 4 | 544 | 132 | 70 |
| Binary | 11110100 | 101000 | 110110 | 0 | 1010100 | 1001110 | 100 | 101100100 | 1011010 | 111000 |
Color Harmonies of #F42836
Complementary color
Monochromatic Colors of #F42836
Black with #F42836
Text Example
Text Example
White with #F42836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42836; }
p { color: rgb(244,40,54); }
H1.HeaderClassName
{
color: #F42836;
}
.AnyTagClassName
{
color: #F42836;
}
</style>
background-color css
<style>
a { background-color: #F42836; }
a { background-color: rgb(244,40,54); }
div.DivClassName
{
background-color: #F42836;
}
.BgClassName
{
background-color: #F42836;
}
</style>
border-color css
<style>
span { border-color: #F42836; }
span { border-color: rgb(244,40,54); }
td.TdClassName
{
border-color: #F42836;
}
.TagClassName
{
border-color: #F42836;
}
</style>