Shades of Alizarin #F32C40
Tints of Alizarin #F32C40
RGB
CMYK
RGB Variations
Color information
#F32C40 (or 0xF32C40) is known color: Alizarin. HEX triplet: F3, 2C and 40. RGB value is (243,44,64). Sum of RGB (Red+Green+Blue) = 243+44+64=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C40 is #0CD3BF. Grayscale: #696969. Windows color (decimal): -840640 or 4205811. OLE color: 4205811.
HSL color Cylindrical-coordinate representation of color #F32C40: hue angle of 353.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 64 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.05 |
| HSL | 353.97º | 0.89% | 0.56% | - |
| HSV(B) | 353.97º | 0.82% | 0.95% | - |
| XYZ | 38.79 | 21.23 | 6.9 | - |
| YUV | 105.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 64 | 0 | 0.82 | 0.74 | 0.05 | 353.97 | 0.89 | 0.56 |
| Hex | F3 | 2C | 40 | 0 | 52 | 4A | 5 | 162 | 59 | 38 |
| Octal | 363 | 54 | 100 | 0 | 122 | 112 | 5 | 542 | 131 | 70 |
| Binary | 11110011 | 101100 | 1000000 | 0 | 1010010 | 1001010 | 101 | 101100010 | 1011001 | 111000 |
Color Harmonies of #F32C40
Complementary color
Monochromatic Colors of #F32C40
Black with #F32C40
Text Example
Text Example
White with #F32C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C40; }
p { color: rgb(243,44,64); }
H1.HeaderClassName
{
color: #F32C40;
}
.AnyTagClassName
{
color: #F32C40;
}
</style>
background-color css
<style>
a { background-color: #F32C40; }
a { background-color: rgb(243,44,64); }
div.DivClassName
{
background-color: #F32C40;
}
.BgClassName
{
background-color: #F32C40;
}
</style>
border-color css
<style>
span { border-color: #F32C40; }
span { border-color: rgb(243,44,64); }
td.TdClassName
{
border-color: #F32C40;
}
.TagClassName
{
border-color: #F32C40;
}
</style>