Shades of Alizarin #F32C39
Tints of Alizarin #F32C39
RGB
CMYK
RGB Variations
Color information
#F32C39 (or 0xF32C39) is known color: Alizarin. HEX triplet: F3, 2C and 39. RGB value is (243,44,57). Sum of RGB (Red+Green+Blue) = 243+44+57=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C39 is #0CD3C6. Grayscale: #696969. Windows color (decimal): -840647 or 3747059. OLE color: 3747059.
HSL color Cylindrical-coordinate representation of color #F32C39: hue angle of 356.08º 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 #F32C39 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 57 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.05 |
| HSL | 356.08º | 0.89% | 0.56% | - |
| HSV(B) | 356.08º | 0.82% | 0.95% | - |
| XYZ | 38.6 | 21.15 | 5.92 | - |
| YUV | 104.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 57 | 0 | 0.82 | 0.77 | 0.05 | 356.08 | 0.89 | 0.56 |
| Hex | F3 | 2C | 39 | 0 | 52 | 4D | 5 | 164 | 59 | 38 |
| Octal | 363 | 54 | 71 | 0 | 122 | 115 | 5 | 544 | 131 | 70 |
| Binary | 11110011 | 101100 | 111001 | 0 | 1010010 | 1001101 | 101 | 101100100 | 1011001 | 111000 |
Color Harmonies of #F32C39
Complementary color
Monochromatic Colors of #F32C39
Black with #F32C39
Text Example
Text Example
White with #F32C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C39; }
p { color: rgb(243,44,57); }
H1.HeaderClassName
{
color: #F32C39;
}
.AnyTagClassName
{
color: #F32C39;
}
</style>
background-color css
<style>
a { background-color: #F32C39; }
a { background-color: rgb(243,44,57); }
div.DivClassName
{
background-color: #F32C39;
}
.BgClassName
{
background-color: #F32C39;
}
</style>
border-color css
<style>
span { border-color: #F32C39; }
span { border-color: rgb(243,44,57); }
td.TdClassName
{
border-color: #F32C39;
}
.TagClassName
{
border-color: #F32C39;
}
</style>