Shades of Alizarin #F42F37
Tints of Alizarin #F42F37
RGB
CMYK
RGB Variations
Color information
#F42F37 (or 0xF42F37) is known color: Alizarin. HEX triplet: F4, 2F and 37. RGB value is (244,47,55). Sum of RGB (Red+Green+Blue) = 244+47+55=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F37 is #0BD0C8. Grayscale: #6A6A6A. Windows color (decimal): -774345 or 3616756. OLE color: 3616756.
HSL color Cylindrical-coordinate representation of color #F42F37: hue angle of 357.56º 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 #F42F37 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 55 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.04 |
| HSL | 357.56º | 0.9% | 0.57% | - |
| HSV(B) | 357.56º | 0.81% | 0.96% | - |
| XYZ | 39.01 | 21.54 | 5.72 | - |
| YUV | 106.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 55 | 0 | 0.81 | 0.77 | 0.04 | 357.56 | 0.9 | 0.57 |
| Hex | F4 | 2F | 37 | 0 | 51 | 4D | 4 | 166 | 5A | 39 |
| Octal | 364 | 57 | 67 | 0 | 121 | 115 | 4 | 546 | 132 | 71 |
| Binary | 11110100 | 101111 | 110111 | 0 | 1010001 | 1001101 | 100 | 101100110 | 1011010 | 111001 |
Color Harmonies of #F42F37
Complementary color
Monochromatic Colors of #F42F37
Black with #F42F37
Text Example
Text Example
White with #F42F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F37; }
p { color: rgb(244,47,55); }
H1.HeaderClassName
{
color: #F42F37;
}
.AnyTagClassName
{
color: #F42F37;
}
</style>
background-color css
<style>
a { background-color: #F42F37; }
a { background-color: rgb(244,47,55); }
div.DivClassName
{
background-color: #F42F37;
}
.BgClassName
{
background-color: #F42F37;
}
</style>
border-color css
<style>
span { border-color: #F42F37; }
span { border-color: rgb(244,47,55); }
td.TdClassName
{
border-color: #F42F37;
}
.TagClassName
{
border-color: #F42F37;
}
</style>