Shades of Alizarin #F41D1E
Tints of Alizarin #F41D1E
RGB
CMYK
RGB Variations
Color information
#F41D1E (or 0xF41D1E) is known color: Alizarin. HEX triplet: F4, 1D and 1E. RGB value is (244,29,30). Sum of RGB (Red+Green+Blue) = 244+29+30=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D1E is #0BE2E1. Grayscale: #5D5D5D. Windows color (decimal): -778978 or 1973748. OLE color: 1973748.
HSL color Cylindrical-coordinate representation of color #F41D1E: hue angle of 359.72º 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 #F41D1E is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.04 |
| HSL | 359.72º | 0.91% | 0.54% | - |
| HSV(B) | 359.72º | 0.88% | 0.96% | - |
| XYZ | 37.98 | 20.21 | 3.13 | - |
| YUV | 93.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 30 | 0 | 0.88 | 0.88 | 0.04 | 359.72 | 0.91 | 0.54 |
| Hex | F4 | 1D | 1E | 0 | 58 | 58 | 4 | 168 | 5B | 36 |
| Octal | 364 | 35 | 36 | 0 | 130 | 130 | 4 | 550 | 133 | 66 |
| Binary | 11110100 | 11101 | 11110 | 0 | 1011000 | 1011000 | 100 | 101101000 | 1011011 | 110110 |
Color Harmonies of #F41D1E
Complementary color
Monochromatic Colors of #F41D1E
Black with #F41D1E
Text Example
Text Example
White with #F41D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D1E; }
p { color: rgb(244,29,30); }
H1.HeaderClassName
{
color: #F41D1E;
}
.AnyTagClassName
{
color: #F41D1E;
}
</style>
background-color css
<style>
a { background-color: #F41D1E; }
a { background-color: rgb(244,29,30); }
div.DivClassName
{
background-color: #F41D1E;
}
.BgClassName
{
background-color: #F41D1E;
}
</style>
border-color css
<style>
span { border-color: #F41D1E; }
span { border-color: rgb(244,29,30); }
td.TdClassName
{
border-color: #F41D1E;
}
.TagClassName
{
border-color: #F41D1E;
}
</style>