Shades of Alizarin #F4242C
Tints of Alizarin #F4242C
RGB
CMYK
RGB Variations
Color information
#F4242C (or 0xF4242C) is known color: Alizarin. HEX triplet: F4, 24 and 2C. RGB value is (244,36,44). Sum of RGB (Red+Green+Blue) = 244+36+44=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4242C is #0BDBD3. Grayscale: #636363. Windows color (decimal): -777172 or 2893044. OLE color: 2893044.
HSL color Cylindrical-coordinate representation of color #F4242C: hue angle of 357.69º 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 #F4242C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.04 |
| HSL | 357.69º | 0.9% | 0.55% | - |
| HSV(B) | 357.69º | 0.85% | 0.96% | - |
| XYZ | 38.39 | 20.68 | 4.35 | - |
| YUV | 99.1 | 96.91 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 44 | 0 | 0.85 | 0.82 | 0.04 | 357.69 | 0.9 | 0.55 |
| Hex | F4 | 24 | 2C | 0 | 55 | 52 | 4 | 166 | 5A | 37 |
| Octal | 364 | 44 | 54 | 0 | 125 | 122 | 4 | 546 | 132 | 67 |
| Binary | 11110100 | 100100 | 101100 | 0 | 1010101 | 1010010 | 100 | 101100110 | 1011010 | 110111 |
Color Harmonies of #F4242C
Complementary color
Monochromatic Colors of #F4242C
Black with #F4242C
Text Example
Text Example
White with #F4242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4242C; }
p { color: rgb(244,36,44); }
H1.HeaderClassName
{
color: #F4242C;
}
.AnyTagClassName
{
color: #F4242C;
}
</style>
background-color css
<style>
a { background-color: #F4242C; }
a { background-color: rgb(244,36,44); }
div.DivClassName
{
background-color: #F4242C;
}
.BgClassName
{
background-color: #F4242C;
}
</style>
border-color css
<style>
span { border-color: #F4242C; }
span { border-color: rgb(244,36,44); }
td.TdClassName
{
border-color: #F4242C;
}
.TagClassName
{
border-color: #F4242C;
}
</style>