Shades of Alizarin #F4212D
Tints of Alizarin #F4212D
RGB
CMYK
RGB Variations
Color information
#F4212D (or 0xF4212D) is known color: Alizarin. HEX triplet: F4, 21 and 2D. RGB value is (244,33,45). Sum of RGB (Red+Green+Blue) = 244+33+45=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F4212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4212D is #0BDED2. Grayscale: #616161. Windows color (decimal): -777939 or 2957812. OLE color: 2957812.
HSL color Cylindrical-coordinate representation of color #F4212D: hue angle of 356.59º 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 #F4212D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 45 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.04 |
| HSL | 356.59º | 0.91% | 0.54% | - |
| HSV(B) | 356.59º | 0.86% | 0.96% | - |
| XYZ | 38.33 | 20.51 | 4.42 | - |
| YUV | 97.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 45 | 0 | 0.86 | 0.82 | 0.04 | 356.59 | 0.91 | 0.54 |
| Hex | F4 | 21 | 2D | 0 | 56 | 52 | 4 | 165 | 5B | 36 |
| Octal | 364 | 41 | 55 | 0 | 126 | 122 | 4 | 545 | 133 | 66 |
| Binary | 11110100 | 100001 | 101101 | 0 | 1010110 | 1010010 | 100 | 101100101 | 1011011 | 110110 |
Color Harmonies of #F4212D
Complementary color
Monochromatic Colors of #F4212D
Black with #F4212D
Text Example
Text Example
White with #F4212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4212D; }
p { color: rgb(244,33,45); }
H1.HeaderClassName
{
color: #F4212D;
}
.AnyTagClassName
{
color: #F4212D;
}
</style>
background-color css
<style>
a { background-color: #F4212D; }
a { background-color: rgb(244,33,45); }
div.DivClassName
{
background-color: #F4212D;
}
.BgClassName
{
background-color: #F4212D;
}
</style>
border-color css
<style>
span { border-color: #F4212D; }
span { border-color: rgb(244,33,45); }
td.TdClassName
{
border-color: #F4212D;
}
.TagClassName
{
border-color: #F4212D;
}
</style>