Shades of Alizarin #F42237
Tints of Alizarin #F42237
RGB
CMYK
RGB Variations
Color information
#F42237 (or 0xF42237) is known color: Alizarin. HEX triplet: F4, 22 and 37. RGB value is (244,34,55). Sum of RGB (Red+Green+Blue) = 244+34+55=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F42237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42237 is #0BDDC8. Grayscale: #636363. Windows color (decimal): -777673 or 3613428. OLE color: 3613428.
HSL color Cylindrical-coordinate representation of color #F42237: hue angle of 354º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42237 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 55 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.04 |
| HSL | 354º | 0.91% | 0.55% | - |
| HSV(B) | 354º | 0.86% | 0.96% | - |
| XYZ | 38.57 | 20.65 | 5.57 | - |
| YUV | 99.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 55 | 0 | 0.86 | 0.77 | 0.04 | 354 | 0.91 | 0.55 |
| Hex | F4 | 22 | 37 | 0 | 56 | 4D | 4 | 162 | 5B | 37 |
| Octal | 364 | 42 | 67 | 0 | 126 | 115 | 4 | 542 | 133 | 67 |
| Binary | 11110100 | 100010 | 110111 | 0 | 1010110 | 1001101 | 100 | 101100010 | 1011011 | 110111 |
Color Harmonies of #F42237
Complementary color
Monochromatic Colors of #F42237
Black with #F42237
Text Example
Text Example
White with #F42237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42237; }
p { color: rgb(244,34,55); }
H1.HeaderClassName
{
color: #F42237;
}
.AnyTagClassName
{
color: #F42237;
}
</style>
background-color css
<style>
a { background-color: #F42237; }
a { background-color: rgb(244,34,55); }
div.DivClassName
{
background-color: #F42237;
}
.BgClassName
{
background-color: #F42237;
}
</style>
border-color css
<style>
span { border-color: #F42237; }
span { border-color: rgb(244,34,55); }
td.TdClassName
{
border-color: #F42237;
}
.TagClassName
{
border-color: #F42237;
}
</style>