Shades of Alizarin #F52527
Tints of Alizarin #F52527
RGB
CMYK
RGB Variations
Color information
#F52527 (or 0xF52527) is known color: Alizarin. HEX triplet: F5, 25 and 27. RGB value is (245,37,39). Sum of RGB (Red+Green+Blue) = 245+37+39=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F52527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52527 is #0ADAD8. Grayscale: #636363. Windows color (decimal): -711385 or 2565621. OLE color: 2565621.
HSL color Cylindrical-coordinate representation of color #F52527: hue angle of 359.42º 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 #F52527 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 39 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.04 |
| HSL | 359.42º | 0.91% | 0.55% | - |
| HSV(B) | 359.42º | 0.85% | 0.96% | - |
| XYZ | 38.68 | 20.88 | 3.91 | - |
| YUV | 99.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 39 | 0 | 0.85 | 0.84 | 0.04 | 359.42 | 0.91 | 0.55 |
| Hex | F5 | 25 | 27 | 0 | 55 | 54 | 4 | 167 | 5B | 37 |
| Octal | 365 | 45 | 47 | 0 | 125 | 124 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100101 | 100111 | 0 | 1010101 | 1010100 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F52527
Complementary color
Monochromatic Colors of #F52527
Black with #F52527
Text Example
Text Example
White with #F52527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52527; }
p { color: rgb(245,37,39); }
H1.HeaderClassName
{
color: #F52527;
}
.AnyTagClassName
{
color: #F52527;
}
</style>
background-color css
<style>
a { background-color: #F52527; }
a { background-color: rgb(245,37,39); }
div.DivClassName
{
background-color: #F52527;
}
.BgClassName
{
background-color: #F52527;
}
</style>
border-color css
<style>
span { border-color: #F52527; }
span { border-color: rgb(245,37,39); }
td.TdClassName
{
border-color: #F52527;
}
.TagClassName
{
border-color: #F52527;
}
</style>