Shades of Alizarin #F42637
Tints of Alizarin #F42637
RGB
CMYK
RGB Variations
Color information
#F42637 (or 0xF42637) is known color: Alizarin. HEX triplet: F4, 26 and 37. RGB value is (244,38,55). Sum of RGB (Red+Green+Blue) = 244+38+55=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42637 is #0BD9C8. Grayscale: #656565. Windows color (decimal): -776649 or 3614452. OLE color: 3614452.
HSL color Cylindrical-coordinate representation of color #F42637: hue angle of 355.05º 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 #F42637 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 55 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.04 |
| HSL | 355.05º | 0.9% | 0.55% | - |
| HSV(B) | 355.05º | 0.84% | 0.96% | - |
| XYZ | 38.69 | 20.9 | 5.61 | - |
| YUV | 101.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 55 | 0 | 0.84 | 0.77 | 0.04 | 355.05 | 0.9 | 0.55 |
| Hex | F4 | 26 | 37 | 0 | 54 | 4D | 4 | 163 | 5A | 37 |
| Octal | 364 | 46 | 67 | 0 | 124 | 115 | 4 | 543 | 132 | 67 |
| Binary | 11110100 | 100110 | 110111 | 0 | 1010100 | 1001101 | 100 | 101100011 | 1011010 | 110111 |
Color Harmonies of #F42637
Complementary color
Monochromatic Colors of #F42637
Black with #F42637
Text Example
Text Example
White with #F42637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42637; }
p { color: rgb(244,38,55); }
H1.HeaderClassName
{
color: #F42637;
}
.AnyTagClassName
{
color: #F42637;
}
</style>
background-color css
<style>
a { background-color: #F42637; }
a { background-color: rgb(244,38,55); }
div.DivClassName
{
background-color: #F42637;
}
.BgClassName
{
background-color: #F42637;
}
</style>
border-color css
<style>
span { border-color: #F42637; }
span { border-color: rgb(244,38,55); }
td.TdClassName
{
border-color: #F42637;
}
.TagClassName
{
border-color: #F42637;
}
</style>