Shades of Alizarin #F41E34
Tints of Alizarin #F41E34
RGB
CMYK
RGB Variations
Color information
#F41E34 (or 0xF41E34) is known color: Alizarin. HEX triplet: F4, 1E and 34. RGB value is (244,30,52). Sum of RGB (Red+Green+Blue) = 244+30+52=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E34 is #0BE1CB. Grayscale: #606060. Windows color (decimal): -778700 or 3415796. OLE color: 3415796.
HSL color Cylindrical-coordinate representation of color #F41E34: hue angle of 353.83º 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 #F41E34 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 52 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.04 |
| HSL | 353.83º | 0.91% | 0.54% | - |
| HSV(B) | 353.83º | 0.88% | 0.96% | - |
| XYZ | 38.39 | 20.41 | 5.16 | - |
| YUV | 96.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 52 | 0 | 0.88 | 0.79 | 0.04 | 353.83 | 0.91 | 0.54 |
| Hex | F4 | 1E | 34 | 0 | 58 | 4F | 4 | 162 | 5B | 36 |
| Octal | 364 | 36 | 64 | 0 | 130 | 117 | 4 | 542 | 133 | 66 |
| Binary | 11110100 | 11110 | 110100 | 0 | 1011000 | 1001111 | 100 | 101100010 | 1011011 | 110110 |
Color Harmonies of #F41E34
Complementary color
Monochromatic Colors of #F41E34
Black with #F41E34
Text Example
Text Example
White with #F41E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E34; }
p { color: rgb(244,30,52); }
H1.HeaderClassName
{
color: #F41E34;
}
.AnyTagClassName
{
color: #F41E34;
}
</style>
background-color css
<style>
a { background-color: #F41E34; }
a { background-color: rgb(244,30,52); }
div.DivClassName
{
background-color: #F41E34;
}
.BgClassName
{
background-color: #F41E34;
}
</style>
border-color css
<style>
span { border-color: #F41E34; }
span { border-color: rgb(244,30,52); }
td.TdClassName
{
border-color: #F41E34;
}
.TagClassName
{
border-color: #F41E34;
}
</style>