Shades of Alizarin #F42527
Tints of Alizarin #F42527
RGB
CMYK
RGB Variations
Color information
#F42527 (or 0xF42527) is known color: Alizarin. HEX triplet: F4, 25 and 27. RGB value is (244,37,39). Sum of RGB (Red+Green+Blue) = 244+37+39=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F42527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42527 is #0BDAD8. Grayscale: #636363. Windows color (decimal): -776921 or 2565620. OLE color: 2565620.
HSL color Cylindrical-coordinate representation of color #F42527: hue angle of 359.42º degrees, saturation: 0.9, 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 #F42527 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 39 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.04 |
| HSL | 359.42º | 0.9% | 0.55% | - |
| HSV(B) | 359.42º | 0.85% | 0.96% | - |
| XYZ | 38.34 | 20.7 | 3.89 | - |
| YUV | 99.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 39 | 0 | 0.85 | 0.84 | 0.04 | 359.42 | 0.9 | 0.55 |
| Hex | F4 | 25 | 27 | 0 | 55 | 54 | 4 | 167 | 5A | 37 |
| Octal | 364 | 45 | 47 | 0 | 125 | 124 | 4 | 547 | 132 | 67 |
| Binary | 11110100 | 100101 | 100111 | 0 | 1010101 | 1010100 | 100 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F42527
Complementary color
Monochromatic Colors of #F42527
Black with #F42527
Text Example
Text Example
White with #F42527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42527; }
p { color: rgb(244,37,39); }
H1.HeaderClassName
{
color: #F42527;
}
.AnyTagClassName
{
color: #F42527;
}
</style>
background-color css
<style>
a { background-color: #F42527; }
a { background-color: rgb(244,37,39); }
div.DivClassName
{
background-color: #F42527;
}
.BgClassName
{
background-color: #F42527;
}
</style>
border-color css
<style>
span { border-color: #F42527; }
span { border-color: rgb(244,37,39); }
td.TdClassName
{
border-color: #F42527;
}
.TagClassName
{
border-color: #F42527;
}
</style>