Shades of Alizarin #F42434
Tints of Alizarin #F42434
RGB
CMYK
RGB Variations
Color information
#F42434 (or 0xF42434) is known color: Alizarin. HEX triplet: F4, 24 and 34. RGB value is (244,36,52). Sum of RGB (Red+Green+Blue) = 244+36+52=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F42434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42434 is #0BDBCB. Grayscale: #646464. Windows color (decimal): -777164 or 3417332. OLE color: 3417332.
HSL color Cylindrical-coordinate representation of color #F42434: hue angle of 355.38º 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 #F42434 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 52 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.04 |
| HSL | 355.38º | 0.9% | 0.55% | - |
| HSV(B) | 355.38º | 0.85% | 0.96% | - |
| XYZ | 38.56 | 20.74 | 5.22 | - |
| YUV | 100.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 52 | 0 | 0.85 | 0.79 | 0.04 | 355.38 | 0.9 | 0.55 |
| Hex | F4 | 24 | 34 | 0 | 55 | 4F | 4 | 163 | 5A | 37 |
| Octal | 364 | 44 | 64 | 0 | 125 | 117 | 4 | 543 | 132 | 67 |
| Binary | 11110100 | 100100 | 110100 | 0 | 1010101 | 1001111 | 100 | 101100011 | 1011010 | 110111 |
Color Harmonies of #F42434
Complementary color
Monochromatic Colors of #F42434
Black with #F42434
Text Example
Text Example
White with #F42434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42434; }
p { color: rgb(244,36,52); }
H1.HeaderClassName
{
color: #F42434;
}
.AnyTagClassName
{
color: #F42434;
}
</style>
background-color css
<style>
a { background-color: #F42434; }
a { background-color: rgb(244,36,52); }
div.DivClassName
{
background-color: #F42434;
}
.BgClassName
{
background-color: #F42434;
}
</style>
border-color css
<style>
span { border-color: #F42434; }
span { border-color: rgb(244,36,52); }
td.TdClassName
{
border-color: #F42434;
}
.TagClassName
{
border-color: #F42434;
}
</style>