Shades of Alizarin #F4212B
Tints of Alizarin #F4212B
RGB
CMYK
RGB Variations
Color information
#F4212B (or 0xF4212B) is known color: Alizarin. HEX triplet: F4, 21 and 2B. RGB value is (244,33,43). Sum of RGB (Red+Green+Blue) = 244+33+43=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4212B is #0BDED4. Grayscale: #616161. Windows color (decimal): -777941 or 2826740. OLE color: 2826740.
HSL color Cylindrical-coordinate representation of color #F4212B: hue angle of 357.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4212B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 43 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.04 |
| HSL | 357.16º | 0.91% | 0.54% | - |
| HSV(B) | 357.16º | 0.86% | 0.96% | - |
| XYZ | 38.29 | 20.5 | 4.22 | - |
| YUV | 97.23 | 97.4 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 43 | 0 | 0.86 | 0.82 | 0.04 | 357.16 | 0.91 | 0.54 |
| Hex | F4 | 21 | 2B | 0 | 56 | 52 | 4 | 165 | 5B | 36 |
| Octal | 364 | 41 | 53 | 0 | 126 | 122 | 4 | 545 | 133 | 66 |
| Binary | 11110100 | 100001 | 101011 | 0 | 1010110 | 1010010 | 100 | 101100101 | 1011011 | 110110 |
Color Harmonies of #F4212B
Complementary color
Monochromatic Colors of #F4212B
Black with #F4212B
Text Example
Text Example
White with #F4212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4212B; }
p { color: rgb(244,33,43); }
H1.HeaderClassName
{
color: #F4212B;
}
.AnyTagClassName
{
color: #F4212B;
}
</style>
background-color css
<style>
a { background-color: #F4212B; }
a { background-color: rgb(244,33,43); }
div.DivClassName
{
background-color: #F4212B;
}
.BgClassName
{
background-color: #F4212B;
}
</style>
border-color css
<style>
span { border-color: #F4212B; }
span { border-color: rgb(244,33,43); }
td.TdClassName
{
border-color: #F4212B;
}
.TagClassName
{
border-color: #F4212B;
}
</style>