Shades of Alizarin #F52536
Tints of Alizarin #F52536
RGB
CMYK
RGB Variations
Color information
#F52536 (or 0xF52536) is known color: Alizarin. HEX triplet: F5, 25 and 36. RGB value is (245,37,54). Sum of RGB (Red+Green+Blue) = 245+37+54=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F52536 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52536 is #0ADAC9. Grayscale: #656565. Windows color (decimal): -711370 or 3548661. OLE color: 3548661.
HSL color Cylindrical-coordinate representation of color #F52536: hue angle of 355.1º 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 #F52536 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 54 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.04 |
| HSL | 355.1º | 0.91% | 0.55% | - |
| HSV(B) | 355.1º | 0.85% | 0.96% | - |
| XYZ | 38.98 | 21 | 5.49 | - |
| YUV | 101.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 54 | 0 | 0.85 | 0.78 | 0.04 | 355.1 | 0.91 | 0.55 |
| Hex | F5 | 25 | 36 | 0 | 55 | 4E | 4 | 163 | 5B | 37 |
| Octal | 365 | 45 | 66 | 0 | 125 | 116 | 4 | 543 | 133 | 67 |
| Binary | 11110101 | 100101 | 110110 | 0 | 1010101 | 1001110 | 100 | 101100011 | 1011011 | 110111 |
Color Harmonies of #F52536
Complementary color
Monochromatic Colors of #F52536
Black with #F52536
Text Example
Text Example
White with #F52536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52536; }
p { color: rgb(245,37,54); }
H1.HeaderClassName
{
color: #F52536;
}
.AnyTagClassName
{
color: #F52536;
}
</style>
background-color css
<style>
a { background-color: #F52536; }
a { background-color: rgb(245,37,54); }
div.DivClassName
{
background-color: #F52536;
}
.BgClassName
{
background-color: #F52536;
}
</style>
border-color css
<style>
span { border-color: #F52536; }
span { border-color: rgb(245,37,54); }
td.TdClassName
{
border-color: #F52536;
}
.TagClassName
{
border-color: #F52536;
}
</style>