Shades of Alizarin #F52537
Tints of Alizarin #F52537
RGB
CMYK
RGB Variations
Color information
#F52537 (or 0xF52537) is known color: Alizarin. HEX triplet: F5, 25 and 37. RGB value is (245,37,55). Sum of RGB (Red+Green+Blue) = 245+37+55=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F52537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52537 is #0ADAC8. Grayscale: #656565. Windows color (decimal): -711369 or 3614197. OLE color: 3614197.
HSL color Cylindrical-coordinate representation of color #F52537: hue angle of 354.81º 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 #F52537 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 354.81º | 0.91% | 0.55% | - |
| HSV(B) | 354.81º | 0.85% | 0.96% | - |
| XYZ | 39.01 | 21.01 | 5.61 | - |
| YUV | 101.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 55 | 0 | 0.85 | 0.78 | 0.04 | 354.81 | 0.91 | 0.55 |
| Hex | F5 | 25 | 37 | 0 | 55 | 4E | 4 | 163 | 5B | 37 |
| Octal | 365 | 45 | 67 | 0 | 125 | 116 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100101 | 110111 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52537
Complementary color
Monochromatic Colors of #F52537
Black with #F52537
Text Example
Text Example
White with #F52537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52537; }
p { color: rgb(245,37,55); }
H1.HeaderClassName
{
color: #F52537;
}
.AnyTagClassName
{
color: #F52537;
}
</style>
background-color css
<style>
a { background-color: #F52537; }
a { background-color: rgb(245,37,55); }
div.DivClassName
{
background-color: #F52537;
}
.BgClassName
{
background-color: #F52537;
}
</style>
border-color css
<style>
span { border-color: #F52537; }
span { border-color: rgb(245,37,55); }
td.TdClassName
{
border-color: #F52537;
}
.TagClassName
{
border-color: #F52537;
}
</style>