Shades of Alizarin #F52241
Tints of Alizarin #F52241
RGB
CMYK
RGB Variations
Color information
#F52241 (or 0xF52241) is known color: Alizarin. HEX triplet: F5, 22 and 41. RGB value is (245,34,65). Sum of RGB (Red+Green+Blue) = 245+34+65=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F52241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52241 is #0ADDBE. Grayscale: #646464. Windows color (decimal): -712127 or 4268789. OLE color: 4268789.
HSL color Cylindrical-coordinate representation of color #F52241: hue angle of 351.18º 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 #F52241 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 65 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.04 |
| HSL | 351.18º | 0.91% | 0.55% | - |
| HSV(B) | 351.18º | 0.86% | 0.96% | - |
| XYZ | 39.18 | 20.94 | 6.98 | - |
| YUV | 100.62 | 107.9 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 65 | 0 | 0.86 | 0.73 | 0.04 | 351.18 | 0.91 | 0.55 |
| Hex | F5 | 22 | 41 | 0 | 56 | 49 | 4 | 15F | 5B | 37 |
| Octal | 365 | 42 | 101 | 0 | 126 | 111 | 4 | 537 | 133 | 67 |
| Binary | 11110101 | 100010 | 1000001 | 0 | 1010110 | 1001001 | 100 | 101011111 | 1011011 | 110111 |
Color Harmonies of #F52241
Complementary color
Monochromatic Colors of #F52241
Black with #F52241
Text Example
Text Example
White with #F52241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52241; }
p { color: rgb(245,34,65); }
H1.HeaderClassName
{
color: #F52241;
}
.AnyTagClassName
{
color: #F52241;
}
</style>
background-color css
<style>
a { background-color: #F52241; }
a { background-color: rgb(245,34,65); }
div.DivClassName
{
background-color: #F52241;
}
.BgClassName
{
background-color: #F52241;
}
</style>
border-color css
<style>
span { border-color: #F52241; }
span { border-color: rgb(245,34,65); }
td.TdClassName
{
border-color: #F52241;
}
.TagClassName
{
border-color: #F52241;
}
</style>