Shades of Alizarin #F4222B
Tints of Alizarin #F4222B
RGB
CMYK
RGB Variations
Color information
#F4222B (or 0xF4222B) is known color: Alizarin. HEX triplet: F4, 22 and 2B. RGB value is (244,34,43). Sum of RGB (Red+Green+Blue) = 244+34+43=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F4222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4222B is #0BDDD4. Grayscale: #616161. Windows color (decimal): -777685 or 2826996. OLE color: 2826996.
HSL color Cylindrical-coordinate representation of color #F4222B: hue angle of 357.43º 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 #F4222B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 43 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.04 |
| HSL | 357.43º | 0.91% | 0.55% | - |
| HSV(B) | 357.43º | 0.86% | 0.96% | - |
| XYZ | 38.32 | 20.55 | 4.23 | - |
| YUV | 97.82 | 97.07 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 43 | 0 | 0.86 | 0.82 | 0.04 | 357.43 | 0.91 | 0.55 |
| Hex | F4 | 22 | 2B | 0 | 56 | 52 | 4 | 165 | 5B | 37 |
| Octal | 364 | 42 | 53 | 0 | 126 | 122 | 4 | 545 | 133 | 67 |
| Binary | 11110100 | 100010 | 101011 | 0 | 1010110 | 1010010 | 100 | 101100101 | 1011011 | 110111 |
Color Harmonies of #F4222B
Complementary color
Monochromatic Colors of #F4222B
Black with #F4222B
Text Example
Text Example
White with #F4222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4222B; }
p { color: rgb(244,34,43); }
H1.HeaderClassName
{
color: #F4222B;
}
.AnyTagClassName
{
color: #F4222B;
}
</style>
background-color css
<style>
a { background-color: #F4222B; }
a { background-color: rgb(244,34,43); }
div.DivClassName
{
background-color: #F4222B;
}
.BgClassName
{
background-color: #F4222B;
}
</style>
border-color css
<style>
span { border-color: #F4222B; }
span { border-color: rgb(244,34,43); }
td.TdClassName
{
border-color: #F4222B;
}
.TagClassName
{
border-color: #F4222B;
}
</style>