Shades of Alizarin #F4232F
Tints of Alizarin #F4232F
RGB
CMYK
RGB Variations
Color information
#F4232F (or 0xF4232F) is known color: Alizarin. HEX triplet: F4, 23 and 2F. RGB value is (244,35,47). Sum of RGB (Red+Green+Blue) = 244+35+47=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4232F is #0BDCD0. Grayscale: #636363. Windows color (decimal): -777425 or 3089396. OLE color: 3089396.
HSL color Cylindrical-coordinate representation of color #F4232F: hue angle of 356.56º 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 #F4232F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.04 |
| HSL | 356.56º | 0.9% | 0.55% | - |
| HSV(B) | 356.56º | 0.86% | 0.96% | - |
| XYZ | 38.42 | 20.64 | 4.65 | - |
| YUV | 98.86 | 98.74 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 47 | 0 | 0.86 | 0.81 | 0.04 | 356.56 | 0.9 | 0.55 |
| Hex | F4 | 23 | 2F | 0 | 56 | 51 | 4 | 165 | 5A | 37 |
| Octal | 364 | 43 | 57 | 0 | 126 | 121 | 4 | 545 | 132 | 67 |
| Binary | 11110100 | 100011 | 101111 | 0 | 1010110 | 1010001 | 100 | 101100101 | 1011010 | 110111 |
Color Harmonies of #F4232F
Complementary color
Monochromatic Colors of #F4232F
Black with #F4232F
Text Example
Text Example
White with #F4232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4232F; }
p { color: rgb(244,35,47); }
H1.HeaderClassName
{
color: #F4232F;
}
.AnyTagClassName
{
color: #F4232F;
}
</style>
background-color css
<style>
a { background-color: #F4232F; }
a { background-color: rgb(244,35,47); }
div.DivClassName
{
background-color: #F4232F;
}
.BgClassName
{
background-color: #F4232F;
}
</style>
border-color css
<style>
span { border-color: #F4232F; }
span { border-color: rgb(244,35,47); }
td.TdClassName
{
border-color: #F4232F;
}
.TagClassName
{
border-color: #F4232F;
}
</style>