Shades of Alizarin #F52037
Tints of Alizarin #F52037
RGB
CMYK
RGB Variations
Color information
#F52037 (or 0xF52037) is known color: Alizarin. HEX triplet: F5, 20 and 37. RGB value is (245,32,55). Sum of RGB (Red+Green+Blue) = 245+32+55=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F52037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52037 is #0ADFC8. Grayscale: #626262. Windows color (decimal): -712649 or 3612917. OLE color: 3612917.
HSL color Cylindrical-coordinate representation of color #F52037: hue angle of 353.52º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52037 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 55 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.04 |
| HSL | 353.52º | 0.91% | 0.54% | - |
| HSV(B) | 353.52º | 0.87% | 0.96% | - |
| XYZ | 38.86 | 20.72 | 5.57 | - |
| YUV | 98.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 55 | 0 | 0.87 | 0.78 | 0.04 | 353.52 | 0.91 | 0.54 |
| Hex | F5 | 20 | 37 | 0 | 57 | 4E | 4 | 162 | 5B | 36 |
| Octal | 365 | 40 | 67 | 0 | 127 | 116 | 4 | 542 | 133 | 66 |
| Binary | 11110101 | 100000 | 110111 | 0 | 1010111 | 1001110 | 100 | 101100010 | 1011011 | 110110 |
Color Harmonies of #F52037
Complementary color
Monochromatic Colors of #F52037
Black with #F52037
Text Example
Text Example
White with #F52037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52037; }
p { color: rgb(245,32,55); }
H1.HeaderClassName
{
color: #F52037;
}
.AnyTagClassName
{
color: #F52037;
}
</style>
background-color css
<style>
a { background-color: #F52037; }
a { background-color: rgb(245,32,55); }
div.DivClassName
{
background-color: #F52037;
}
.BgClassName
{
background-color: #F52037;
}
</style>
border-color css
<style>
span { border-color: #F52037; }
span { border-color: rgb(245,32,55); }
td.TdClassName
{
border-color: #F52037;
}
.TagClassName
{
border-color: #F52037;
}
</style>