Shades of Alizarin #F42C3E
Tints of Alizarin #F42C3E
RGB
CMYK
RGB Variations
Color information
#F42C3E (or 0xF42C3E) is known color: Alizarin. HEX triplet: F4, 2C and 3E. RGB value is (244,44,62). Sum of RGB (Red+Green+Blue) = 244+44+62=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42C3E is #0BD3C1. Grayscale: #696969. Windows color (decimal): -775106 or 4074740. OLE color: 4074740.
HSL color Cylindrical-coordinate representation of color #F42C3E: hue angle of 354.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42C3E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 62 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.04 |
| HSL | 354.6º | 0.9% | 0.56% | - |
| HSV(B) | 354.6º | 0.82% | 0.96% | - |
| XYZ | 39.08 | 21.38 | 6.62 | - |
| YUV | 105.85 | 103.26 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 62 | 0 | 0.82 | 0.75 | 0.04 | 354.6 | 0.9 | 0.56 |
| Hex | F4 | 2C | 3E | 0 | 52 | 4B | 4 | 163 | 5A | 38 |
| Octal | 364 | 54 | 76 | 0 | 122 | 113 | 4 | 543 | 132 | 70 |
| Binary | 11110100 | 101100 | 111110 | 0 | 1010010 | 1001011 | 100 | 101100011 | 1011010 | 111000 |
Color Harmonies of #F42C3E
Complementary color
Monochromatic Colors of #F42C3E
Black with #F42C3E
Text Example
Text Example
White with #F42C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C3E; }
p { color: rgb(244,44,62); }
H1.HeaderClassName
{
color: #F42C3E;
}
.AnyTagClassName
{
color: #F42C3E;
}
</style>
background-color css
<style>
a { background-color: #F42C3E; }
a { background-color: rgb(244,44,62); }
div.DivClassName
{
background-color: #F42C3E;
}
.BgClassName
{
background-color: #F42C3E;
}
</style>
border-color css
<style>
span { border-color: #F42C3E; }
span { border-color: rgb(244,44,62); }
td.TdClassName
{
border-color: #F42C3E;
}
.TagClassName
{
border-color: #F42C3E;
}
</style>