Shades of Alizarin #F52427
Tints of Alizarin #F52427
RGB
CMYK
RGB Variations
Color information
#F52427 (or 0xF52427) is known color: Alizarin. HEX triplet: F5, 24 and 27. RGB value is (245,36,39). Sum of RGB (Red+Green+Blue) = 245+36+39=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F52427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52427 is #0ADBD8. Grayscale: #636363. Windows color (decimal): -711641 or 2565365. OLE color: 2565365.
HSL color Cylindrical-coordinate representation of color #F52427: hue angle of 359.14º 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 #F52427 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 39 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.04 |
| HSL | 359.14º | 0.91% | 0.55% | - |
| HSV(B) | 359.14º | 0.85% | 0.96% | - |
| XYZ | 38.65 | 20.82 | 3.9 | - |
| YUV | 98.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 39 | 0 | 0.85 | 0.84 | 0.04 | 359.14 | 0.91 | 0.55 |
| Hex | F5 | 24 | 27 | 0 | 55 | 54 | 4 | 167 | 5B | 37 |
| Octal | 365 | 44 | 47 | 0 | 125 | 124 | 4 | 547 | 133 | 67 |
| Binary | 11110101 | 100100 | 100111 | 0 | 1010101 | 1010100 | 100 | 101100111 | 1011011 | 110111 |
Color Harmonies of #F52427
Complementary color
Monochromatic Colors of #F52427
Black with #F52427
Text Example
Text Example
White with #F52427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52427; }
p { color: rgb(245,36,39); }
H1.HeaderClassName
{
color: #F52427;
}
.AnyTagClassName
{
color: #F52427;
}
</style>
background-color css
<style>
a { background-color: #F52427; }
a { background-color: rgb(245,36,39); }
div.DivClassName
{
background-color: #F52427;
}
.BgClassName
{
background-color: #F52427;
}
</style>
border-color css
<style>
span { border-color: #F52427; }
span { border-color: rgb(245,36,39); }
td.TdClassName
{
border-color: #F52427;
}
.TagClassName
{
border-color: #F52427;
}
</style>