Shades of Alizarin #F42729
Tints of Alizarin #F42729
RGB
CMYK
RGB Variations
Color information
#F42729 (or 0xF42729) is known color: Alizarin. HEX triplet: F4, 27 and 29. RGB value is (244,39,41). Sum of RGB (Red+Green+Blue) = 244+39+41=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F42729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42729 is #0BD8D6. Grayscale: #646464. Windows color (decimal): -776407 or 2697204. OLE color: 2697204.
HSL color Cylindrical-coordinate representation of color #F42729: hue angle of 359.41º 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 #F42729 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 41 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.04 |
| HSL | 359.41º | 0.9% | 0.55% | - |
| HSV(B) | 359.41º | 0.84% | 0.96% | - |
| XYZ | 38.43 | 20.84 | 4.1 | - |
| YUV | 100.52 | 94.42 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 41 | 0 | 0.84 | 0.83 | 0.04 | 359.41 | 0.9 | 0.55 |
| Hex | F4 | 27 | 29 | 0 | 54 | 53 | 4 | 167 | 5A | 37 |
| Octal | 364 | 47 | 51 | 0 | 124 | 123 | 4 | 547 | 132 | 67 |
| Binary | 11110100 | 100111 | 101001 | 0 | 1010100 | 1010011 | 100 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F42729
Complementary color
Monochromatic Colors of #F42729
Black with #F42729
Text Example
Text Example
White with #F42729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42729; }
p { color: rgb(244,39,41); }
H1.HeaderClassName
{
color: #F42729;
}
.AnyTagClassName
{
color: #F42729;
}
</style>
background-color css
<style>
a { background-color: #F42729; }
a { background-color: rgb(244,39,41); }
div.DivClassName
{
background-color: #F42729;
}
.BgClassName
{
background-color: #F42729;
}
</style>
border-color css
<style>
span { border-color: #F42729; }
span { border-color: rgb(244,39,41); }
td.TdClassName
{
border-color: #F42729;
}
.TagClassName
{
border-color: #F42729;
}
</style>