Shades of Alizarin #F22C38
Tints of Alizarin #F22C38
RGB
CMYK
RGB Variations
Color information
#F22C38 (or 0xF22C38) is known color: Alizarin. HEX triplet: F2, 2C and 38. RGB value is (242,44,56). Sum of RGB (Red+Green+Blue) = 242+44+56=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C38 is #0DD3C7. Grayscale: #686868. Windows color (decimal): -906184 or 3681522. OLE color: 3681522.
HSL color Cylindrical-coordinate representation of color #F22C38: hue angle of 356.36º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C38 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 56 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.05 |
| HSL | 356.36º | 0.88% | 0.56% | - |
| HSV(B) | 356.36º | 0.82% | 0.95% | - |
| XYZ | 38.23 | 20.96 | 5.77 | - |
| YUV | 104.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 56 | 0 | 0.82 | 0.77 | 0.05 | 356.36 | 0.88 | 0.56 |
| Hex | F2 | 2C | 38 | 0 | 52 | 4D | 5 | 164 | 58 | 38 |
| Octal | 362 | 54 | 70 | 0 | 122 | 115 | 5 | 544 | 130 | 70 |
| Binary | 11110010 | 101100 | 111000 | 0 | 1010010 | 1001101 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F22C38
Complementary color
Monochromatic Colors of #F22C38
Black with #F22C38
Text Example
Text Example
White with #F22C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C38; }
p { color: rgb(242,44,56); }
H1.HeaderClassName
{
color: #F22C38;
}
.AnyTagClassName
{
color: #F22C38;
}
</style>
background-color css
<style>
a { background-color: #F22C38; }
a { background-color: rgb(242,44,56); }
div.DivClassName
{
background-color: #F22C38;
}
.BgClassName
{
background-color: #F22C38;
}
</style>
border-color css
<style>
span { border-color: #F22C38; }
span { border-color: rgb(242,44,56); }
td.TdClassName
{
border-color: #F22C38;
}
.TagClassName
{
border-color: #F22C38;
}
</style>