Shades of Alizarin #F4213F
Tints of Alizarin #F4213F
RGB
CMYK
RGB Variations
Color information
#F4213F (or 0xF4213F) is known color: Alizarin. HEX triplet: F4, 21 and 3F. RGB value is (244,33,63). Sum of RGB (Red+Green+Blue) = 244+33+63=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F4213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4213F is #0BDEC0. Grayscale: #636363. Windows color (decimal): -777921 or 4137460. OLE color: 4137460.
HSL color Cylindrical-coordinate representation of color #F4213F: hue angle of 351.47º 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 #F4213F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 351.47º | 0.91% | 0.54% | - |
| HSV(B) | 351.47º | 0.86% | 0.96% | - |
| XYZ | 38.75 | 20.68 | 6.65 | - |
| YUV | 99.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 63 | 0 | 0.86 | 0.74 | 0.04 | 351.47 | 0.91 | 0.54 |
| Hex | F4 | 21 | 3F | 0 | 56 | 4A | 4 | 15F | 5B | 36 |
| Octal | 364 | 41 | 77 | 0 | 126 | 112 | 4 | 537 | 133 | 66 |
| Binary | 11110100 | 100001 | 111111 | 0 | 1010110 | 1001010 | 100 | 101011111 | 1011011 | 110110 |
Color Harmonies of #F4213F
Complementary color
Monochromatic Colors of #F4213F
Black with #F4213F
Text Example
Text Example
White with #F4213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4213F; }
p { color: rgb(244,33,63); }
H1.HeaderClassName
{
color: #F4213F;
}
.AnyTagClassName
{
color: #F4213F;
}
</style>
background-color css
<style>
a { background-color: #F4213F; }
a { background-color: rgb(244,33,63); }
div.DivClassName
{
background-color: #F4213F;
}
.BgClassName
{
background-color: #F4213F;
}
</style>
border-color css
<style>
span { border-color: #F4213F; }
span { border-color: rgb(244,33,63); }
td.TdClassName
{
border-color: #F4213F;
}
.TagClassName
{
border-color: #F4213F;
}
</style>