Shades of Alizarin #F2242D
Tints of Alizarin #F2242D
RGB
CMYK
RGB Variations
Color information
#F2242D (or 0xF2242D) is known color: Alizarin. HEX triplet: F2, 24 and 2D. RGB value is (242,36,45). Sum of RGB (Red+Green+Blue) = 242+36+45=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2242D is #0DDBD2. Grayscale: #626262. Windows color (decimal): -908243 or 2958578. OLE color: 2958578.
HSL color Cylindrical-coordinate representation of color #F2242D: hue angle of 357.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2242D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.05 |
| HSL | 357.38º | 0.89% | 0.55% | - |
| HSV(B) | 357.38º | 0.85% | 0.95% | - |
| XYZ | 37.72 | 20.33 | 4.42 | - |
| YUV | 98.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 45 | 0 | 0.85 | 0.81 | 0.05 | 357.38 | 0.89 | 0.55 |
| Hex | F2 | 24 | 2D | 0 | 55 | 51 | 5 | 165 | 59 | 37 |
| Octal | 362 | 44 | 55 | 0 | 125 | 121 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100100 | 101101 | 0 | 1010101 | 1010001 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F2242D
Complementary color
Monochromatic Colors of #F2242D
Black with #F2242D
Text Example
Text Example
White with #F2242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2242D; }
p { color: rgb(242,36,45); }
H1.HeaderClassName
{
color: #F2242D;
}
.AnyTagClassName
{
color: #F2242D;
}
</style>
background-color css
<style>
a { background-color: #F2242D; }
a { background-color: rgb(242,36,45); }
div.DivClassName
{
background-color: #F2242D;
}
.BgClassName
{
background-color: #F2242D;
}
</style>
border-color css
<style>
span { border-color: #F2242D; }
span { border-color: rgb(242,36,45); }
td.TdClassName
{
border-color: #F2242D;
}
.TagClassName
{
border-color: #F2242D;
}
</style>