Shades of Alizarin #F41E2F
Tints of Alizarin #F41E2F
RGB
CMYK
RGB Variations
Color information
#F41E2F (or 0xF41E2F) is known color: Alizarin. HEX triplet: F4, 1E and 2F. RGB value is (244,30,47). Sum of RGB (Red+Green+Blue) = 244+30+47=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E2F is #0BE1D0. Grayscale: #606060. Windows color (decimal): -778705 or 3088116. OLE color: 3088116.
HSL color Cylindrical-coordinate representation of color #F41E2F: hue angle of 355.23º 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 #F41E2F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 47 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.04 |
| HSL | 355.23º | 0.91% | 0.54% | - |
| HSV(B) | 355.23º | 0.88% | 0.96% | - |
| XYZ | 38.29 | 20.37 | 4.6 | - |
| YUV | 95.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 47 | 0 | 0.88 | 0.81 | 0.04 | 355.23 | 0.91 | 0.54 |
| Hex | F4 | 1E | 2F | 0 | 58 | 51 | 4 | 163 | 5B | 36 |
| Octal | 364 | 36 | 57 | 0 | 130 | 121 | 4 | 543 | 133 | 66 |
| Binary | 11110100 | 11110 | 101111 | 0 | 1011000 | 1010001 | 100 | 101100011 | 1011011 | 110110 |
Color Harmonies of #F41E2F
Complementary color
Monochromatic Colors of #F41E2F
Black with #F41E2F
Text Example
Text Example
White with #F41E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E2F; }
p { color: rgb(244,30,47); }
H1.HeaderClassName
{
color: #F41E2F;
}
.AnyTagClassName
{
color: #F41E2F;
}
</style>
background-color css
<style>
a { background-color: #F41E2F; }
a { background-color: rgb(244,30,47); }
div.DivClassName
{
background-color: #F41E2F;
}
.BgClassName
{
background-color: #F41E2F;
}
</style>
border-color css
<style>
span { border-color: #F41E2F; }
span { border-color: rgb(244,30,47); }
td.TdClassName
{
border-color: #F41E2F;
}
.TagClassName
{
border-color: #F41E2F;
}
</style>