Shades of Alizarin #F52239
Tints of Alizarin #F52239
RGB
CMYK
RGB Variations
Color information
#F52239 (or 0xF52239) is known color: Alizarin. HEX triplet: F5, 22 and 39. RGB value is (245,34,57). Sum of RGB (Red+Green+Blue) = 245+34+57=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F52239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52239 is #0ADDC6. Grayscale: #636363. Windows color (decimal): -712135 or 3744501. OLE color: 3744501.
HSL color Cylindrical-coordinate representation of color #F52239: hue angle of 353.46º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52239 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 57 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.04 |
| HSL | 353.46º | 0.91% | 0.55% | - |
| HSV(B) | 353.46º | 0.86% | 0.96% | - |
| XYZ | 38.97 | 20.85 | 5.84 | - |
| YUV | 99.71 | 103.9 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 57 | 0 | 0.86 | 0.77 | 0.04 | 353.46 | 0.91 | 0.55 |
| Hex | F5 | 22 | 39 | 0 | 56 | 4D | 4 | 161 | 5B | 37 |
| Octal | 365 | 42 | 71 | 0 | 126 | 115 | 4 | 541 | 133 | 67 |
| Binary | 11110101 | 100010 | 111001 | 0 | 1010110 | 1001101 | 100 | 101100001 | 1011011 | 110111 |
Color Harmonies of #F52239
Complementary color
Monochromatic Colors of #F52239
Black with #F52239
Text Example
Text Example
White with #F52239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52239; }
p { color: rgb(245,34,57); }
H1.HeaderClassName
{
color: #F52239;
}
.AnyTagClassName
{
color: #F52239;
}
</style>
background-color css
<style>
a { background-color: #F52239; }
a { background-color: rgb(245,34,57); }
div.DivClassName
{
background-color: #F52239;
}
.BgClassName
{
background-color: #F52239;
}
</style>
border-color css
<style>
span { border-color: #F52239; }
span { border-color: rgb(245,34,57); }
td.TdClassName
{
border-color: #F52239;
}
.TagClassName
{
border-color: #F52239;
}
</style>