Shades of Alizarin #F52439
Tints of Alizarin #F52439
RGB
CMYK
RGB Variations
Color information
#F52439 (or 0xF52439) is known color: Alizarin. HEX triplet: F5, 24 and 39. RGB value is (245,36,57). Sum of RGB (Red+Green+Blue) = 245+36+57=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F52439 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52439 is #0ADBC6. Grayscale: #656565. Windows color (decimal): -711623 or 3745013. OLE color: 3745013.
HSL color Cylindrical-coordinate representation of color #F52439: hue angle of 353.97º 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 #F52439 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 57 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.04 |
| HSL | 353.97º | 0.91% | 0.55% | - |
| HSV(B) | 353.97º | 0.85% | 0.96% | - |
| XYZ | 39.03 | 20.97 | 5.86 | - |
| YUV | 100.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 57 | 0 | 0.85 | 0.77 | 0.04 | 353.97 | 0.91 | 0.55 |
| Hex | F5 | 24 | 39 | 0 | 55 | 4D | 4 | 162 | 5B | 37 |
| Octal | 365 | 44 | 71 | 0 | 125 | 115 | 4 | 542 | 133 | 67 |
| Binary | 11110101 | 100100 | 111001 | 0 | 1010101 | 1001101 | 100 | 101100010 | 1011011 | 110111 |
Color Harmonies of #F52439
Complementary color
Monochromatic Colors of #F52439
Black with #F52439
Text Example
Text Example
White with #F52439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52439; }
p { color: rgb(245,36,57); }
H1.HeaderClassName
{
color: #F52439;
}
.AnyTagClassName
{
color: #F52439;
}
</style>
background-color css
<style>
a { background-color: #F52439; }
a { background-color: rgb(245,36,57); }
div.DivClassName
{
background-color: #F52439;
}
.BgClassName
{
background-color: #F52439;
}
</style>
border-color css
<style>
span { border-color: #F52439; }
span { border-color: rgb(245,36,57); }
td.TdClassName
{
border-color: #F52439;
}
.TagClassName
{
border-color: #F52439;
}
</style>