Shades of Alizarin #F4293E
Tints of Alizarin #F4293E
RGB
CMYK
RGB Variations
Color information
#F4293E (or 0xF4293E) is known color: Alizarin. HEX triplet: F4, 29 and 3E. RGB value is (244,41,62). Sum of RGB (Red+Green+Blue) = 244+41+62=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F4293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4293E is #0BD6C1. Grayscale: #686868. Windows color (decimal): -775874 or 4073972. OLE color: 4073972.
HSL color Cylindrical-coordinate representation of color #F4293E: hue angle of 353.79º 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 #F4293E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.04 |
| HSL | 353.79º | 0.9% | 0.56% | - |
| HSV(B) | 353.79º | 0.83% | 0.96% | - |
| XYZ | 38.97 | 21.17 | 6.59 | - |
| YUV | 104.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 62 | 0 | 0.83 | 0.75 | 0.04 | 353.79 | 0.9 | 0.56 |
| Hex | F4 | 29 | 3E | 0 | 53 | 4B | 4 | 162 | 5A | 38 |
| Octal | 364 | 51 | 76 | 0 | 123 | 113 | 4 | 542 | 132 | 70 |
| Binary | 11110100 | 101001 | 111110 | 0 | 1010011 | 1001011 | 100 | 101100010 | 1011010 | 111000 |
Color Harmonies of #F4293E
Complementary color
Monochromatic Colors of #F4293E
Black with #F4293E
Text Example
Text Example
White with #F4293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4293E; }
p { color: rgb(244,41,62); }
H1.HeaderClassName
{
color: #F4293E;
}
.AnyTagClassName
{
color: #F4293E;
}
</style>
background-color css
<style>
a { background-color: #F4293E; }
a { background-color: rgb(244,41,62); }
div.DivClassName
{
background-color: #F4293E;
}
.BgClassName
{
background-color: #F4293E;
}
</style>
border-color css
<style>
span { border-color: #F4293E; }
span { border-color: rgb(244,41,62); }
td.TdClassName
{
border-color: #F4293E;
}
.TagClassName
{
border-color: #F4293E;
}
</style>