Shades of Alizarin #F42232
Tints of Alizarin #F42232
RGB
CMYK
RGB Variations
Color information
#F42232 (or 0xF42232) is known color: Alizarin. HEX triplet: F4, 22 and 32. RGB value is (244,34,50). Sum of RGB (Red+Green+Blue) = 244+34+50=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F42232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42232 is #0BDDCD. Grayscale: #626262. Windows color (decimal): -777678 or 3285748. OLE color: 3285748.
HSL color Cylindrical-coordinate representation of color #F42232: hue angle of 355.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 #F42232 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 50 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.04 |
| HSL | 355.43º | 0.91% | 0.55% | - |
| HSV(B) | 355.43º | 0.86% | 0.96% | - |
| XYZ | 38.46 | 20.61 | 4.97 | - |
| YUV | 98.61 | 100.57 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 50 | 0 | 0.86 | 0.80 | 0.04 | 355.43 | 0.91 | 0.55 |
| Hex | F4 | 22 | 32 | 0 | 56 | 50 | 4 | 163 | 5B | 37 |
| Octal | 364 | 42 | 62 | 0 | 126 | 120 | 4 | 543 | 133 | 67 |
| Binary | 11110100 | 100010 | 110010 | 0 | 1010110 | 1010000 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F42232
Complementary color
Monochromatic Colors of #F42232
Black with #F42232
Text Example
Text Example
White with #F42232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42232; }
p { color: rgb(244,34,50); }
H1.HeaderClassName
{
color: #F42232;
}
.AnyTagClassName
{
color: #F42232;
}
</style>
background-color css
<style>
a { background-color: #F42232; }
a { background-color: rgb(244,34,50); }
div.DivClassName
{
background-color: #F42232;
}
.BgClassName
{
background-color: #F42232;
}
</style>
border-color css
<style>
span { border-color: #F42232; }
span { border-color: rgb(244,34,50); }
td.TdClassName
{
border-color: #F42232;
}
.TagClassName
{
border-color: #F42232;
}
</style>