Shades of Alizarin #F52437
Tints of Alizarin #F52437
RGB
CMYK
RGB Variations
Color information
#F52437 (or 0xF52437) is known color: Alizarin. HEX triplet: F5, 24 and 37. RGB value is (245,36,55). Sum of RGB (Red+Green+Blue) = 245+36+55=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F52437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52437 is #0ADBC8. Grayscale: #646464. Windows color (decimal): -711625 or 3613941. OLE color: 3613941.
HSL color Cylindrical-coordinate representation of color #F52437: hue angle of 354.55º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52437 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 354.55º | 0.91% | 0.55% | - |
| HSV(B) | 354.55º | 0.85% | 0.96% | - |
| XYZ | 38.98 | 20.95 | 5.6 | - |
| YUV | 100.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 55 | 0 | 0.85 | 0.78 | 0.04 | 354.55 | 0.91 | 0.55 |
| Hex | F5 | 24 | 37 | 0 | 55 | 4E | 4 | 163 | 5B | 37 |
| Octal | 365 | 44 | 67 | 0 | 125 | 116 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100100 | 110111 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52437
Complementary color
Monochromatic Colors of #F52437
Black with #F52437
Text Example
Text Example
White with #F52437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52437; }
p { color: rgb(245,36,55); }
H1.HeaderClassName
{
color: #F52437;
}
.AnyTagClassName
{
color: #F52437;
}
</style>
background-color css
<style>
a { background-color: #F52437; }
a { background-color: rgb(245,36,55); }
div.DivClassName
{
background-color: #F52437;
}
.BgClassName
{
background-color: #F52437;
}
</style>
border-color css
<style>
span { border-color: #F52437; }
span { border-color: rgb(245,36,55); }
td.TdClassName
{
border-color: #F52437;
}
.TagClassName
{
border-color: #F52437;
}
</style>