Shades of Alizarin #F42534
Tints of Alizarin #F42534
RGB
CMYK
RGB Variations
Color information
#F42534 (or 0xF42534) is known color: Alizarin. HEX triplet: F4, 25 and 34. RGB value is (244,37,52). Sum of RGB (Red+Green+Blue) = 244+37+52=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F42534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42534 is #0BDACB. Grayscale: #646464. Windows color (decimal): -776908 or 3417588. OLE color: 3417588.
HSL color Cylindrical-coordinate representation of color #F42534: hue angle of 355.65º 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 #F42534 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 52 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.04 |
| HSL | 355.65º | 0.9% | 0.55% | - |
| HSV(B) | 355.65º | 0.85% | 0.96% | - |
| XYZ | 38.59 | 20.8 | 5.23 | - |
| YUV | 100.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 52 | 0 | 0.85 | 0.79 | 0.04 | 355.65 | 0.9 | 0.55 |
| Hex | F4 | 25 | 34 | 0 | 55 | 4F | 4 | 164 | 5A | 37 |
| Octal | 364 | 45 | 64 | 0 | 125 | 117 | 4 | 544 | 132 | 67 |
| Binary | 11110100 | 100101 | 110100 | 0 | 1010101 | 1001111 | 100 | 101100100 | 1011010 | 110111 |
Color Harmonies of #F42534
Complementary color
Monochromatic Colors of #F42534
Black with #F42534
Text Example
Text Example
White with #F42534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42534; }
p { color: rgb(244,37,52); }
H1.HeaderClassName
{
color: #F42534;
}
.AnyTagClassName
{
color: #F42534;
}
</style>
background-color css
<style>
a { background-color: #F42534; }
a { background-color: rgb(244,37,52); }
div.DivClassName
{
background-color: #F42534;
}
.BgClassName
{
background-color: #F42534;
}
</style>
border-color css
<style>
span { border-color: #F42534; }
span { border-color: rgb(244,37,52); }
td.TdClassName
{
border-color: #F42534;
}
.TagClassName
{
border-color: #F42534;
}
</style>