Shades of Alizarin #F42431
Tints of Alizarin #F42431
RGB
CMYK
RGB Variations
Color information
#F42431 (or 0xF42431) is known color: Alizarin. HEX triplet: F4, 24 and 31. RGB value is (244,36,49). Sum of RGB (Red+Green+Blue) = 244+36+49=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42431 is #0BDBCE. Grayscale: #636363. Windows color (decimal): -777167 or 3220724. OLE color: 3220724.
HSL color Cylindrical-coordinate representation of color #F42431: hue angle of 356.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42431 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 49 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.04 |
| HSL | 356.25º | 0.9% | 0.55% | - |
| HSV(B) | 356.25º | 0.85% | 0.96% | - |
| XYZ | 38.49 | 20.72 | 4.88 | - |
| YUV | 99.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 49 | 0 | 0.85 | 0.80 | 0.04 | 356.25 | 0.9 | 0.55 |
| Hex | F4 | 24 | 31 | 0 | 55 | 50 | 4 | 164 | 5A | 37 |
| Octal | 364 | 44 | 61 | 0 | 125 | 120 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100100 | 110001 | 0 | 1010101 | 1010000 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42431
Complementary color
Monochromatic Colors of #F42431
Black with #F42431
Text Example
Text Example
White with #F42431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42431; }
p { color: rgb(244,36,49); }
H1.HeaderClassName
{
color: #F42431;
}
.AnyTagClassName
{
color: #F42431;
}
</style>
background-color css
<style>
a { background-color: #F42431; }
a { background-color: rgb(244,36,49); }
div.DivClassName
{
background-color: #F42431;
}
.BgClassName
{
background-color: #F42431;
}
</style>
border-color css
<style>
span { border-color: #F42431; }
span { border-color: rgb(244,36,49); }
td.TdClassName
{
border-color: #F42431;
}
.TagClassName
{
border-color: #F42431;
}
</style>