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