Shades of Alizarin #F42538
Tints of Alizarin #F42538
RGB
CMYK
RGB Variations
Color information
#F42538 (or 0xF42538) is known color: Alizarin. HEX triplet: F4, 25 and 38. RGB value is (244,37,56). Sum of RGB (Red+Green+Blue) = 244+37+56=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F42538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42538 is #0BDAC7. Grayscale: #656565. Windows color (decimal): -776904 or 3679732. OLE color: 3679732.
HSL color Cylindrical-coordinate representation of color #F42538: hue angle of 354.49º 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 #F42538 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 56 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.04 |
| HSL | 354.49º | 0.9% | 0.55% | - |
| HSV(B) | 354.49º | 0.85% | 0.96% | - |
| XYZ | 38.68 | 20.84 | 5.73 | - |
| YUV | 101.06 | 102.58 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 56 | 0 | 0.85 | 0.77 | 0.04 | 354.49 | 0.9 | 0.55 |
| Hex | F4 | 25 | 38 | 0 | 55 | 4D | 4 | 162 | 5A | 37 |
| Octal | 364 | 45 | 70 | 0 | 125 | 115 | 4 | 542 | 132 | 67 |
| Binary | 11110100 | 100101 | 111000 | 0 | 1010101 | 1001101 | 100 | 101100010 | 1011010 | 110111 |
Color Harmonies of #F42538
Complementary color
Monochromatic Colors of #F42538
Black with #F42538
Text Example
Text Example
White with #F42538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42538; }
p { color: rgb(244,37,56); }
H1.HeaderClassName
{
color: #F42538;
}
.AnyTagClassName
{
color: #F42538;
}
</style>
background-color css
<style>
a { background-color: #F42538; }
a { background-color: rgb(244,37,56); }
div.DivClassName
{
background-color: #F42538;
}
.BgClassName
{
background-color: #F42538;
}
</style>
border-color css
<style>
span { border-color: #F42538; }
span { border-color: rgb(244,37,56); }
td.TdClassName
{
border-color: #F42538;
}
.TagClassName
{
border-color: #F42538;
}
</style>