Shades of Alizarin #F32937
Tints of Alizarin #F32937
RGB
CMYK
RGB Variations
Color information
#F32937 (or 0xF32937) is known color: Alizarin. HEX triplet: F3, 29 and 37. RGB value is (243,41,55). Sum of RGB (Red+Green+Blue) = 243+41+55=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F32937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32937 is #0CD6C8. Grayscale: #676767. Windows color (decimal): -841417 or 3615219. OLE color: 3615219.
HSL color Cylindrical-coordinate representation of color #F32937: hue angle of 355.84º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32937 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 55 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.05 |
| HSL | 355.84º | 0.89% | 0.56% | - |
| HSV(B) | 355.84º | 0.83% | 0.95% | - |
| XYZ | 38.44 | 20.92 | 5.63 | - |
| YUV | 102.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 55 | 0 | 0.83 | 0.77 | 0.05 | 355.84 | 0.89 | 0.56 |
| Hex | F3 | 29 | 37 | 0 | 53 | 4D | 5 | 164 | 59 | 38 |
| Octal | 363 | 51 | 67 | 0 | 123 | 115 | 5 | 544 | 131 | 70 |
| Binary | 11110011 | 101001 | 110111 | 0 | 1010011 | 1001101 | 101 | 101100100 | 1011001 | 111000 |
Color Harmonies of #F32937
Complementary color
Monochromatic Colors of #F32937
Black with #F32937
Text Example
Text Example
White with #F32937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32937; }
p { color: rgb(243,41,55); }
H1.HeaderClassName
{
color: #F32937;
}
.AnyTagClassName
{
color: #F32937;
}
</style>
background-color css
<style>
a { background-color: #F32937; }
a { background-color: rgb(243,41,55); }
div.DivClassName
{
background-color: #F32937;
}
.BgClassName
{
background-color: #F32937;
}
</style>
border-color css
<style>
span { border-color: #F32937; }
span { border-color: rgb(243,41,55); }
td.TdClassName
{
border-color: #F32937;
}
.TagClassName
{
border-color: #F32937;
}
</style>