Shades of Alizarin #F4223B
Tints of Alizarin #F4223B
RGB
CMYK
RGB Variations
Color information
#F4223B (or 0xF4223B) is known color: Alizarin. HEX triplet: F4, 22 and 3B. RGB value is (244,34,59). Sum of RGB (Red+Green+Blue) = 244+34+59=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4223B is #0BDDC4. Grayscale: #636363. Windows color (decimal): -777669 or 3875572. OLE color: 3875572.
HSL color Cylindrical-coordinate representation of color #F4223B: hue angle of 352.86º 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 #F4223B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 59 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.04 |
| HSL | 352.86º | 0.91% | 0.55% | - |
| HSV(B) | 352.86º | 0.86% | 0.96% | - |
| XYZ | 38.67 | 20.69 | 6.09 | - |
| YUV | 99.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 59 | 0 | 0.86 | 0.76 | 0.04 | 352.86 | 0.91 | 0.55 |
| Hex | F4 | 22 | 3B | 0 | 56 | 4C | 4 | 161 | 5B | 37 |
| Octal | 364 | 42 | 73 | 0 | 126 | 114 | 4 | 541 | 133 | 67 |
| Binary | 11110100 | 100010 | 111011 | 0 | 1010110 | 1001100 | 100 | 101100001 | 1011011 | 110111 |
Color Harmonies of #F4223B
Complementary color
Monochromatic Colors of #F4223B
Black with #F4223B
Text Example
Text Example
White with #F4223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4223B; }
p { color: rgb(244,34,59); }
H1.HeaderClassName
{
color: #F4223B;
}
.AnyTagClassName
{
color: #F4223B;
}
</style>
background-color css
<style>
a { background-color: #F4223B; }
a { background-color: rgb(244,34,59); }
div.DivClassName
{
background-color: #F4223B;
}
.BgClassName
{
background-color: #F4223B;
}
</style>
border-color css
<style>
span { border-color: #F4223B; }
span { border-color: rgb(244,34,59); }
td.TdClassName
{
border-color: #F4223B;
}
.TagClassName
{
border-color: #F4223B;
}
</style>