Shades of Alizarin #F4223E
Tints of Alizarin #F4223E
RGB
CMYK
RGB Variations
Color information
#F4223E (or 0xF4223E) is known color: Alizarin. HEX triplet: F4, 22 and 3E. RGB value is (244,34,62). Sum of RGB (Red+Green+Blue) = 244+34+62=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223E is #0BDDC1. Grayscale: #646464. Windows color (decimal): -777666 or 4072180. OLE color: 4072180.
HSL color Cylindrical-coordinate representation of color #F4223E: hue angle of 352º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4223E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 62 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.04 |
| HSL | 352º | 0.91% | 0.55% | - |
| HSV(B) | 352º | 0.86% | 0.96% | - |
| XYZ | 38.75 | 20.72 | 6.52 | - |
| YUV | 99.98 | 106.57 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 62 | 0 | 0.86 | 0.75 | 0.04 | 352 | 0.91 | 0.55 |
| Hex | F4 | 22 | 3E | 0 | 56 | 4B | 4 | 160 | 5B | 37 |
| Octal | 364 | 42 | 76 | 0 | 126 | 113 | 4 | 540 | 133 | 67 |
| Binary | 11110100 | 100010 | 111110 | 0 | 1010110 | 1001011 | 100 | 101100000 | 1011011 | 110111 |
Color Harmonies of #F4223E
Complementary color
Monochromatic Colors of #F4223E
Black with #F4223E
Text Example
Text Example
White with #F4223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4223E; }
p { color: rgb(244,34,62); }
H1.HeaderClassName
{
color: #F4223E;
}
.AnyTagClassName
{
color: #F4223E;
}
</style>
background-color css
<style>
a { background-color: #F4223E; }
a { background-color: rgb(244,34,62); }
div.DivClassName
{
background-color: #F4223E;
}
.BgClassName
{
background-color: #F4223E;
}
</style>
border-color css
<style>
span { border-color: #F4223E; }
span { border-color: rgb(244,34,62); }
td.TdClassName
{
border-color: #F4223E;
}
.TagClassName
{
border-color: #F4223E;
}
</style>