Shades of Alizarin #F41E28
Tints of Alizarin #F41E28
RGB
CMYK
RGB Variations
Color information
#F41E28 (or 0xF41E28) is known color: Alizarin. HEX triplet: F4, 1E and 28. RGB value is (244,30,40). Sum of RGB (Red+Green+Blue) = 244+30+40=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E28 is #0BE1D7. Grayscale: #5F5F5F. Windows color (decimal): -778712 or 2629364. OLE color: 2629364.
HSL color Cylindrical-coordinate representation of color #F41E28: hue angle of 357.2º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E28 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 40 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.04 |
| HSL | 357.2º | 0.91% | 0.54% | - |
| HSV(B) | 357.2º | 0.88% | 0.96% | - |
| XYZ | 38.16 | 20.31 | 3.92 | - |
| YUV | 95.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 40 | 0 | 0.88 | 0.84 | 0.04 | 357.2 | 0.91 | 0.54 |
| Hex | F4 | 1E | 28 | 0 | 58 | 54 | 4 | 165 | 5B | 36 |
| Octal | 364 | 36 | 50 | 0 | 130 | 124 | 4 | 545 | 133 | 66 |
| Binary | 11110100 | 11110 | 101000 | 0 | 1011000 | 1010100 | 100 | 101100101 | 1011011 | 110110 |
Color Harmonies of #F41E28
Complementary color
Monochromatic Colors of #F41E28
Black with #F41E28
Text Example
Text Example
White with #F41E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E28; }
p { color: rgb(244,30,40); }
H1.HeaderClassName
{
color: #F41E28;
}
.AnyTagClassName
{
color: #F41E28;
}
</style>
background-color css
<style>
a { background-color: #F41E28; }
a { background-color: rgb(244,30,40); }
div.DivClassName
{
background-color: #F41E28;
}
.BgClassName
{
background-color: #F41E28;
}
</style>
border-color css
<style>
span { border-color: #F41E28; }
span { border-color: rgb(244,30,40); }
td.TdClassName
{
border-color: #F41E28;
}
.TagClassName
{
border-color: #F41E28;
}
</style>