Shades of Alizarin #F4223F
Tints of Alizarin #F4223F
RGB
CMYK
RGB Variations
Color information
#F4223F (or 0xF4223F) is known color: Alizarin. HEX triplet: F4, 22 and 3F. RGB value is (244,34,63). Sum of RGB (Red+Green+Blue) = 244+34+63=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223F is #0BDDC0. Grayscale: #646464. Windows color (decimal): -777665 or 4137716. OLE color: 4137716.
HSL color Cylindrical-coordinate representation of color #F4223F: hue angle of 351.71º 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 #F4223F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.04 |
| HSL | 351.71º | 0.91% | 0.55% | - |
| HSV(B) | 351.71º | 0.86% | 0.96% | - |
| XYZ | 38.78 | 20.74 | 6.66 | - |
| YUV | 100.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 63 | 0 | 0.86 | 0.74 | 0.04 | 351.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | 3F | 0 | 56 | 4A | 4 | 160 | 5B | 37 |
| Octal | 364 | 42 | 77 | 0 | 126 | 112 | 4 | 540 | 133 | 67 |
| Binary | 11110100 | 100010 | 111111 | 0 | 1010110 | 1001010 | 100 | 101100000 | 1011011 | 110111 |
Color Harmonies of #F4223F
Complementary color
Monochromatic Colors of #F4223F
Black with #F4223F
Text Example
Text Example
White with #F4223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4223F; }
p { color: rgb(244,34,63); }
H1.HeaderClassName
{
color: #F4223F;
}
.AnyTagClassName
{
color: #F4223F;
}
</style>
background-color css
<style>
a { background-color: #F4223F; }
a { background-color: rgb(244,34,63); }
div.DivClassName
{
background-color: #F4223F;
}
.BgClassName
{
background-color: #F4223F;
}
</style>
border-color css
<style>
span { border-color: #F4223F; }
span { border-color: rgb(244,34,63); }
td.TdClassName
{
border-color: #F4223F;
}
.TagClassName
{
border-color: #F4223F;
}
</style>