Shades of Alizarin #F42938
Tints of Alizarin #F42938
RGB
CMYK
RGB Variations
Color information
#F42938 (or 0xF42938) is known color: Alizarin. HEX triplet: F4, 29 and 38. RGB value is (244,41,56). Sum of RGB (Red+Green+Blue) = 244+41+56=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F42938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42938 is #0BD6C7. Grayscale: #676767. Windows color (decimal): -775880 or 3680756. OLE color: 3680756.
HSL color Cylindrical-coordinate representation of color #F42938: hue angle of 355.57º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42938 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 56 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.04 |
| HSL | 355.57º | 0.9% | 0.56% | - |
| HSV(B) | 355.57º | 0.83% | 0.96% | - |
| XYZ | 38.81 | 21.1 | 5.77 | - |
| YUV | 103.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 56 | 0 | 0.83 | 0.77 | 0.04 | 355.57 | 0.9 | 0.56 |
| Hex | F4 | 29 | 38 | 0 | 53 | 4D | 4 | 164 | 5A | 38 |
| Octal | 364 | 51 | 70 | 0 | 123 | 115 | 4 | 544 | 132 | 70 |
| Binary | 11110100 | 101001 | 111000 | 0 | 1010011 | 1001101 | 100 | 101100100 | 1011010 | 111000 |
Color Harmonies of #F42938
Complementary color
Monochromatic Colors of #F42938
Black with #F42938
Text Example
Text Example
White with #F42938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42938; }
p { color: rgb(244,41,56); }
H1.HeaderClassName
{
color: #F42938;
}
.AnyTagClassName
{
color: #F42938;
}
</style>
background-color css
<style>
a { background-color: #F42938; }
a { background-color: rgb(244,41,56); }
div.DivClassName
{
background-color: #F42938;
}
.BgClassName
{
background-color: #F42938;
}
</style>
border-color css
<style>
span { border-color: #F42938; }
span { border-color: rgb(244,41,56); }
td.TdClassName
{
border-color: #F42938;
}
.TagClassName
{
border-color: #F42938;
}
</style>