Shades of Alizarin #F52436
Tints of Alizarin #F52436
RGB
CMYK
RGB Variations
Color information
#F52436 (or 0xF52436) is known color: Alizarin. HEX triplet: F5, 24 and 36. RGB value is (245,36,54). Sum of RGB (Red+Green+Blue) = 245+36+54=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F52436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52436 is #0ADBC9. Grayscale: #646464. Windows color (decimal): -711626 or 3548405. OLE color: 3548405.
HSL color Cylindrical-coordinate representation of color #F52436: hue angle of 354.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52436 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 54 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 354.83º | 0.91% | 0.55% | - |
| HSV(B) | 354.83º | 0.85% | 0.96% | - |
| XYZ | 38.95 | 20.94 | 5.48 | - |
| YUV | 100.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 54 | 0 | 0.85 | 0.78 | 0.04 | 354.83 | 0.91 | 0.55 |
| Hex | F5 | 24 | 36 | 0 | 55 | 4E | 4 | 163 | 5B | 37 |
| Octal | 365 | 44 | 66 | 0 | 125 | 116 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100100 | 110110 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52436
Complementary color
Monochromatic Colors of #F52436
Black with #F52436
Text Example
Text Example
White with #F52436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52436; }
p { color: rgb(245,36,54); }
H1.HeaderClassName
{
color: #F52436;
}
.AnyTagClassName
{
color: #F52436;
}
</style>
background-color css
<style>
a { background-color: #F52436; }
a { background-color: rgb(245,36,54); }
div.DivClassName
{
background-color: #F52436;
}
.BgClassName
{
background-color: #F52436;
}
</style>
border-color css
<style>
span { border-color: #F52436; }
span { border-color: rgb(245,36,54); }
td.TdClassName
{
border-color: #F52436;
}
.TagClassName
{
border-color: #F52436;
}
</style>