Shades of Alizarin #F41D1F
Tints of Alizarin #F41D1F
RGB
CMYK
RGB Variations
Color information
#F41D1F (or 0xF41D1F) is known color: Alizarin. HEX triplet: F4, 1D and 1F. RGB value is (244,29,31). Sum of RGB (Red+Green+Blue) = 244+29+31=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41D1F is #0BE2E0. Grayscale: #5D5D5D. Windows color (decimal): -778977 or 2039284. OLE color: 2039284.
HSL color Cylindrical-coordinate representation of color #F41D1F: hue angle of 359.44º 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 #F41D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.04 |
| HSL | 359.44º | 0.91% | 0.54% | - |
| HSV(B) | 359.44º | 0.88% | 0.96% | - |
| XYZ | 37.99 | 20.21 | 3.19 | - |
| YUV | 93.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 31 | 0 | 0.88 | 0.87 | 0.04 | 359.44 | 0.91 | 0.54 |
| Hex | F4 | 1D | 1F | 0 | 58 | 57 | 4 | 167 | 5B | 36 |
| Octal | 364 | 35 | 37 | 0 | 130 | 127 | 4 | 547 | 133 | 66 |
| Binary | 11110100 | 11101 | 11111 | 0 | 1011000 | 1010111 | 100 | 101100111 | 1011011 | 110110 |
Color Harmonies of #F41D1F
Complementary color
Monochromatic Colors of #F41D1F
Black with #F41D1F
Text Example
Text Example
White with #F41D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D1F; }
p { color: rgb(244,29,31); }
H1.HeaderClassName
{
color: #F41D1F;
}
.AnyTagClassName
{
color: #F41D1F;
}
</style>
background-color css
<style>
a { background-color: #F41D1F; }
a { background-color: rgb(244,29,31); }
div.DivClassName
{
background-color: #F41D1F;
}
.BgClassName
{
background-color: #F41D1F;
}
</style>
border-color css
<style>
span { border-color: #F41D1F; }
span { border-color: rgb(244,29,31); }
td.TdClassName
{
border-color: #F41D1F;
}
.TagClassName
{
border-color: #F41D1F;
}
</style>