Shades of Alizarin #F4232C
Tints of Alizarin #F4232C
RGB
CMYK
RGB Variations
Color information
#F4232C (or 0xF4232C) is known color: Alizarin. HEX triplet: F4, 23 and 2C. RGB value is (244,35,44). Sum of RGB (Red+Green+Blue) = 244+35+44=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F4232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4232C is #0BDCD3. Grayscale: #626262. Windows color (decimal): -777428 or 2892788. OLE color: 2892788.
HSL color Cylindrical-coordinate representation of color #F4232C: hue angle of 357.42º 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 #F4232C is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 44 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.04 |
| HSL | 357.42º | 0.9% | 0.55% | - |
| HSV(B) | 357.42º | 0.86% | 0.96% | - |
| XYZ | 38.36 | 20.62 | 4.34 | - |
| YUV | 98.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 44 | 0 | 0.86 | 0.82 | 0.04 | 357.42 | 0.9 | 0.55 |
| Hex | F4 | 23 | 2C | 0 | 56 | 52 | 4 | 165 | 5A | 37 |
| Octal | 364 | 43 | 54 | 0 | 126 | 122 | 4 | 545 | 132 | 67 |
| Binary | 11110100 | 100011 | 101100 | 0 | 1010110 | 1010010 | 100 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F4232C
Complementary color
Monochromatic Colors of #F4232C
Black with #F4232C
Text Example
Text Example
White with #F4232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4232C; }
p { color: rgb(244,35,44); }
H1.HeaderClassName
{
color: #F4232C;
}
.AnyTagClassName
{
color: #F4232C;
}
</style>
background-color css
<style>
a { background-color: #F4232C; }
a { background-color: rgb(244,35,44); }
div.DivClassName
{
background-color: #F4232C;
}
.BgClassName
{
background-color: #F4232C;
}
</style>
border-color css
<style>
span { border-color: #F4232C; }
span { border-color: rgb(244,35,44); }
td.TdClassName
{
border-color: #F4232C;
}
.TagClassName
{
border-color: #F4232C;
}
</style>