Shades of Alizarin #F5252A
Tints of Alizarin #F5252A
RGB
CMYK
RGB Variations
Color information
#F5252A (or 0xF5252A) is known color: Alizarin. HEX triplet: F5, 25 and 2A. RGB value is (245,37,42). Sum of RGB (Red+Green+Blue) = 245+37+42=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5252A is #0ADAD5. Grayscale: #636363. Windows color (decimal): -711382 or 2762229. OLE color: 2762229.
HSL color Cylindrical-coordinate representation of color #F5252A: hue angle of 358.56º 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 #F5252A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.04 |
| HSL | 358.56º | 0.91% | 0.55% | - |
| HSV(B) | 358.56º | 0.85% | 0.96% | - |
| XYZ | 38.74 | 20.9 | 4.18 | - |
| YUV | 99.76 | 95.41 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 42 | 0 | 0.85 | 0.83 | 0.04 | 358.56 | 0.91 | 0.55 |
| Hex | F5 | 25 | 2A | 0 | 55 | 53 | 4 | 167 | 5B | 37 |
| Octal | 365 | 45 | 52 | 0 | 125 | 123 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100101 | 101010 | 0 | 1010101 | 1010011 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F5252A
Complementary color
Monochromatic Colors of #F5252A
Black with #F5252A
Text Example
Text Example
White with #F5252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5252A; }
p { color: rgb(245,37,42); }
H1.HeaderClassName
{
color: #F5252A;
}
.AnyTagClassName
{
color: #F5252A;
}
</style>
background-color css
<style>
a { background-color: #F5252A; }
a { background-color: rgb(245,37,42); }
div.DivClassName
{
background-color: #F5252A;
}
.BgClassName
{
background-color: #F5252A;
}
</style>
border-color css
<style>
span { border-color: #F5252A; }
span { border-color: rgb(245,37,42); }
td.TdClassName
{
border-color: #F5252A;
}
.TagClassName
{
border-color: #F5252A;
}
</style>