Shades of Alizarin #F42E32
Tints of Alizarin #F42E32
RGB
CMYK
RGB Variations
Color information
#F42E32 (or 0xF42E32) is known color: Alizarin. HEX triplet: F4, 2E and 32. RGB value is (244,46,50). Sum of RGB (Red+Green+Blue) = 244+46+50=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42E32 is #0BD1CD. Grayscale: #696969. Windows color (decimal): -774606 or 3288820. OLE color: 3288820.
HSL color Cylindrical-coordinate representation of color #F42E32: hue angle of 358.79º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42E32 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 50 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.04 |
| HSL | 358.79º | 0.9% | 0.57% | - |
| HSV(B) | 358.79º | 0.81% | 0.96% | - |
| XYZ | 38.86 | 21.42 | 5.1 | - |
| YUV | 105.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 50 | 0 | 0.81 | 0.80 | 0.04 | 358.79 | 0.9 | 0.57 |
| Hex | F4 | 2E | 32 | 0 | 51 | 50 | 4 | 167 | 5A | 39 |
| Octal | 364 | 56 | 62 | 0 | 121 | 120 | 4 | 547 | 132 | 71 |
| Binary | 11110100 | 101110 | 110010 | 0 | 1010001 | 1010000 | 100 | 101100111 | 1011010 | 111001 |
Color Harmonies of #F42E32
Complementary color
Monochromatic Colors of #F42E32
Black with #F42E32
Text Example
Text Example
White with #F42E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42E32; }
p { color: rgb(244,46,50); }
H1.HeaderClassName
{
color: #F42E32;
}
.AnyTagClassName
{
color: #F42E32;
}
</style>
background-color css
<style>
a { background-color: #F42E32; }
a { background-color: rgb(244,46,50); }
div.DivClassName
{
background-color: #F42E32;
}
.BgClassName
{
background-color: #F42E32;
}
</style>
border-color css
<style>
span { border-color: #F42E32; }
span { border-color: rgb(244,46,50); }
td.TdClassName
{
border-color: #F42E32;
}
.TagClassName
{
border-color: #F42E32;
}
</style>