Shades of Alizarin #F52234
Tints of Alizarin #F52234
RGB
CMYK
RGB Variations
Color information
#F52234 (or 0xF52234) is known color: Alizarin. HEX triplet: F5, 22 and 34. RGB value is (245,34,52). Sum of RGB (Red+Green+Blue) = 245+34+52=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F52234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52234 is #0ADDCB. Grayscale: #636363. Windows color (decimal): -712140 or 3416821. OLE color: 3416821.
HSL color Cylindrical-coordinate representation of color #F52234: hue angle of 354.88º 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 #F52234 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 52 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.04 |
| HSL | 354.88º | 0.91% | 0.55% | - |
| HSV(B) | 354.88º | 0.86% | 0.96% | - |
| XYZ | 38.85 | 20.8 | 5.22 | - |
| YUV | 99.14 | 101.4 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 52 | 0 | 0.86 | 0.79 | 0.04 | 354.88 | 0.91 | 0.55 |
| Hex | F5 | 22 | 34 | 0 | 56 | 4F | 4 | 163 | 5B | 37 |
| Octal | 365 | 42 | 64 | 0 | 126 | 117 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100010 | 110100 | 0 | 1010110 | 1001111 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52234
Complementary color
Monochromatic Colors of #F52234
Black with #F52234
Text Example
Text Example
White with #F52234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52234; }
p { color: rgb(245,34,52); }
H1.HeaderClassName
{
color: #F52234;
}
.AnyTagClassName
{
color: #F52234;
}
</style>
background-color css
<style>
a { background-color: #F52234; }
a { background-color: rgb(245,34,52); }
div.DivClassName
{
background-color: #F52234;
}
.BgClassName
{
background-color: #F52234;
}
</style>
border-color css
<style>
span { border-color: #F52234; }
span { border-color: rgb(245,34,52); }
td.TdClassName
{
border-color: #F52234;
}
.TagClassName
{
border-color: #F52234;
}
</style>