Shades of Alizarin #F4232E
Tints of Alizarin #F4232E
RGB
CMYK
RGB Variations
Color information
#F4232E (or 0xF4232E) is known color: Alizarin. HEX triplet: F4, 23 and 2E. RGB value is (244,35,46). Sum of RGB (Red+Green+Blue) = 244+35+46=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F4232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4232E is #0BDCD1. Grayscale: #626262. Windows color (decimal): -777426 or 3023860. OLE color: 3023860.
HSL color Cylindrical-coordinate representation of color #F4232E: hue angle of 356.84º 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 #F4232E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 46 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.04 |
| HSL | 356.84º | 0.9% | 0.55% | - |
| HSV(B) | 356.84º | 0.86% | 0.96% | - |
| XYZ | 38.4 | 20.63 | 4.54 | - |
| YUV | 98.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 46 | 0 | 0.86 | 0.81 | 0.04 | 356.84 | 0.9 | 0.55 |
| Hex | F4 | 23 | 2E | 0 | 56 | 51 | 4 | 165 | 5A | 37 |
| Octal | 364 | 43 | 56 | 0 | 126 | 121 | 4 | 545 | 132 | 67 |
| Binary | 11110100 | 100011 | 101110 | 0 | 1010110 | 1010001 | 100 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F4232E
Complementary color
Monochromatic Colors of #F4232E
Black with #F4232E
Text Example
Text Example
White with #F4232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4232E; }
p { color: rgb(244,35,46); }
H1.HeaderClassName
{
color: #F4232E;
}
.AnyTagClassName
{
color: #F4232E;
}
</style>
background-color css
<style>
a { background-color: #F4232E; }
a { background-color: rgb(244,35,46); }
div.DivClassName
{
background-color: #F4232E;
}
.BgClassName
{
background-color: #F4232E;
}
</style>
border-color css
<style>
span { border-color: #F4232E; }
span { border-color: rgb(244,35,46); }
td.TdClassName
{
border-color: #F4232E;
}
.TagClassName
{
border-color: #F4232E;
}
</style>