Shades of Alizarin #F52228
Tints of Alizarin #F52228
RGB
CMYK
RGB Variations
Color information
#F52228 (or 0xF52228) is known color: Alizarin. HEX triplet: F5, 22 and 28. RGB value is (245,34,40). Sum of RGB (Red+Green+Blue) = 245+34+40=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F52228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52228 is #0ADDD7. Grayscale: #616161. Windows color (decimal): -712152 or 2630389. OLE color: 2630389.
HSL color Cylindrical-coordinate representation of color #F52228: hue angle of 358.29º 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 #F52228 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 40 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.04 |
| HSL | 358.29º | 0.91% | 0.55% | - |
| HSV(B) | 358.29º | 0.86% | 0.96% | - |
| XYZ | 38.61 | 20.71 | 3.97 | - |
| YUV | 97.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 40 | 0 | 0.86 | 0.84 | 0.04 | 358.29 | 0.91 | 0.55 |
| Hex | F5 | 22 | 28 | 0 | 56 | 54 | 4 | 166 | 5B | 37 |
| Octal | 365 | 42 | 50 | 0 | 126 | 124 | 4 | 546 | 133 | 67 |
| Binary | 11110101 | 100010 | 101000 | 0 | 1010110 | 1010100 | 100 | 101100110 | 1011011 | 110111 |
Color Harmonies of #F52228
Complementary color
Monochromatic Colors of #F52228
Black with #F52228
Text Example
Text Example
White with #F52228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52228; }
p { color: rgb(245,34,40); }
H1.HeaderClassName
{
color: #F52228;
}
.AnyTagClassName
{
color: #F52228;
}
</style>
background-color css
<style>
a { background-color: #F52228; }
a { background-color: rgb(245,34,40); }
div.DivClassName
{
background-color: #F52228;
}
.BgClassName
{
background-color: #F52228;
}
</style>
border-color css
<style>
span { border-color: #F52228; }
span { border-color: rgb(245,34,40); }
td.TdClassName
{
border-color: #F52228;
}
.TagClassName
{
border-color: #F52228;
}
</style>