Shades of Alizarin #F52238
Tints of Alizarin #F52238
RGB
CMYK
RGB Variations
Color information
#F52238 (or 0xF52238) is known color: Alizarin. HEX triplet: F5, 22 and 38. RGB value is (245,34,56). Sum of RGB (Red+Green+Blue) = 245+34+56=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F52238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52238 is #0ADDC7. Grayscale: #636363. Windows color (decimal): -712136 or 3678965. OLE color: 3678965.
HSL color Cylindrical-coordinate representation of color #F52238: hue angle of 353.74º 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 #F52238 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 56 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.04 |
| HSL | 353.74º | 0.91% | 0.55% | - |
| HSV(B) | 353.74º | 0.86% | 0.96% | - |
| XYZ | 38.94 | 20.84 | 5.71 | - |
| YUV | 99.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 56 | 0 | 0.86 | 0.77 | 0.04 | 353.74 | 0.91 | 0.55 |
| Hex | F5 | 22 | 38 | 0 | 56 | 4D | 4 | 162 | 5B | 37 |
| Octal | 365 | 42 | 70 | 0 | 126 | 115 | 4 | 542 | 133 | 67 |
| Binary | 11110101 | 100010 | 111000 | 0 | 1010110 | 1001101 | 100 | 101100010 | 1011011 | 110111 |
Color Harmonies of #F52238
Complementary color
Monochromatic Colors of #F52238
Black with #F52238
Text Example
Text Example
White with #F52238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52238; }
p { color: rgb(245,34,56); }
H1.HeaderClassName
{
color: #F52238;
}
.AnyTagClassName
{
color: #F52238;
}
</style>
background-color css
<style>
a { background-color: #F52238; }
a { background-color: rgb(245,34,56); }
div.DivClassName
{
background-color: #F52238;
}
.BgClassName
{
background-color: #F52238;
}
</style>
border-color css
<style>
span { border-color: #F52238; }
span { border-color: rgb(245,34,56); }
td.TdClassName
{
border-color: #F52238;
}
.TagClassName
{
border-color: #F52238;
}
</style>