Shades of Alizarin #F42728
Tints of Alizarin #F42728
RGB
CMYK
RGB Variations
Color information
#F42728 (or 0xF42728) is known color: Alizarin. HEX triplet: F4, 27 and 28. RGB value is (244,39,40). Sum of RGB (Red+Green+Blue) = 244+39+40=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F42728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42728 is #0BD8D7. Grayscale: #646464. Windows color (decimal): -776408 or 2631668. OLE color: 2631668.
HSL color Cylindrical-coordinate representation of color #F42728: hue angle of 359.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42728 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.04 |
| HSL | 359.71º | 0.9% | 0.55% | - |
| HSV(B) | 359.71º | 0.84% | 0.96% | - |
| XYZ | 38.42 | 20.84 | 4 | - |
| YUV | 100.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 40 | 0 | 0.84 | 0.84 | 0.04 | 359.71 | 0.9 | 0.55 |
| Hex | F4 | 27 | 28 | 0 | 54 | 54 | 4 | 168 | 5A | 37 |
| Octal | 364 | 47 | 50 | 0 | 124 | 124 | 4 | 550 | 132 | 67 |
| Binary | 11110100 | 100111 | 101000 | 0 | 1010100 | 1010100 | 100 | 101101000 | 1011010 | 110111 |
Color Harmonies of #F42728
Complementary color
Monochromatic Colors of #F42728
Black with #F42728
Text Example
Text Example
White with #F42728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42728; }
p { color: rgb(244,39,40); }
H1.HeaderClassName
{
color: #F42728;
}
.AnyTagClassName
{
color: #F42728;
}
</style>
background-color css
<style>
a { background-color: #F42728; }
a { background-color: rgb(244,39,40); }
div.DivClassName
{
background-color: #F42728;
}
.BgClassName
{
background-color: #F42728;
}
</style>
border-color css
<style>
span { border-color: #F42728; }
span { border-color: rgb(244,39,40); }
td.TdClassName
{
border-color: #F42728;
}
.TagClassName
{
border-color: #F42728;
}
</style>