Shades of Alizarin #F42332
Tints of Alizarin #F42332
RGB
CMYK
RGB Variations
Color information
#F42332 (or 0xF42332) is known color: Alizarin. HEX triplet: F4, 23 and 32. RGB value is (244,35,50). Sum of RGB (Red+Green+Blue) = 244+35+50=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42332 is #0BDCCD. Grayscale: #636363. Windows color (decimal): -777422 or 3286004. OLE color: 3286004.
HSL color Cylindrical-coordinate representation of color #F42332: hue angle of 355.69º degrees, saturation: 0.9, 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 #F42332 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 50 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.04 |
| HSL | 355.69º | 0.9% | 0.55% | - |
| HSV(B) | 355.69º | 0.86% | 0.96% | - |
| XYZ | 38.48 | 20.67 | 4.98 | - |
| YUV | 99.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 50 | 0 | 0.86 | 0.80 | 0.04 | 355.69 | 0.9 | 0.55 |
| Hex | F4 | 23 | 32 | 0 | 56 | 50 | 4 | 164 | 5A | 37 |
| Octal | 364 | 43 | 62 | 0 | 126 | 120 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100011 | 110010 | 0 | 1010110 | 1010000 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42332
Complementary color
Monochromatic Colors of #F42332
Black with #F42332
Text Example
Text Example
White with #F42332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42332; }
p { color: rgb(244,35,50); }
H1.HeaderClassName
{
color: #F42332;
}
.AnyTagClassName
{
color: #F42332;
}
</style>
background-color css
<style>
a { background-color: #F42332; }
a { background-color: rgb(244,35,50); }
div.DivClassName
{
background-color: #F42332;
}
.BgClassName
{
background-color: #F42332;
}
</style>
border-color css
<style>
span { border-color: #F42332; }
span { border-color: rgb(244,35,50); }
td.TdClassName
{
border-color: #F42332;
}
.TagClassName
{
border-color: #F42332;
}
</style>