Shades of Alizarin #F32C37
Tints of Alizarin #F32C37
RGB
CMYK
RGB Variations
Color information
#F32C37 (or 0xF32C37) is known color: Alizarin. HEX triplet: F3, 2C and 37. RGB value is (243,44,55). Sum of RGB (Red+Green+Blue) = 243+44+55=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C37 is #0CD3C8. Grayscale: #686868. Windows color (decimal): -840649 or 3615987. OLE color: 3615987.
HSL color Cylindrical-coordinate representation of color #F32C37: hue angle of 356.68º 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 #F32C37 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 55 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.05 |
| HSL | 356.68º | 0.89% | 0.56% | - |
| HSV(B) | 356.68º | 0.82% | 0.95% | - |
| XYZ | 38.55 | 21.13 | 5.66 | - |
| YUV | 104.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 55 | 0 | 0.82 | 0.77 | 0.05 | 356.68 | 0.89 | 0.56 |
| Hex | F3 | 2C | 37 | 0 | 52 | 4D | 5 | 165 | 59 | 38 |
| Octal | 363 | 54 | 67 | 0 | 122 | 115 | 5 | 545 | 131 | 70 |
| Binary | 11110011 | 101100 | 110111 | 0 | 1010010 | 1001101 | 101 | 101100101 | 1011001 | 111000 |
Color Harmonies of #F32C37
Complementary color
Monochromatic Colors of #F32C37
Black with #F32C37
Text Example
Text Example
White with #F32C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C37; }
p { color: rgb(243,44,55); }
H1.HeaderClassName
{
color: #F32C37;
}
.AnyTagClassName
{
color: #F32C37;
}
</style>
background-color css
<style>
a { background-color: #F32C37; }
a { background-color: rgb(243,44,55); }
div.DivClassName
{
background-color: #F32C37;
}
.BgClassName
{
background-color: #F32C37;
}
</style>
border-color css
<style>
span { border-color: #F32C37; }
span { border-color: rgb(243,44,55); }
td.TdClassName
{
border-color: #F32C37;
}
.TagClassName
{
border-color: #F32C37;
}
</style>