Shades of Alizarin #F2242B
Tints of Alizarin #F2242B
RGB
CMYK
RGB Variations
Color information
#F2242B (or 0xF2242B) is known color: Alizarin. HEX triplet: F2, 24 and 2B. RGB value is (242,36,43). Sum of RGB (Red+Green+Blue) = 242+36+43=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2242B is #0DDBD4. Grayscale: #626262. Windows color (decimal): -908245 or 2827506. OLE color: 2827506.
HSL color Cylindrical-coordinate representation of color #F2242B: hue angle of 357.96º 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 #F2242B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.05 |
| HSL | 357.96º | 0.89% | 0.55% | - |
| HSV(B) | 357.96º | 0.85% | 0.95% | - |
| XYZ | 37.68 | 20.31 | 4.22 | - |
| YUV | 98.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 43 | 0 | 0.85 | 0.82 | 0.05 | 357.96 | 0.89 | 0.55 |
| Hex | F2 | 24 | 2B | 0 | 55 | 52 | 5 | 166 | 59 | 37 |
| Octal | 362 | 44 | 53 | 0 | 125 | 122 | 5 | 546 | 131 | 67 |
| Binary | 11110010 | 100100 | 101011 | 0 | 1010101 | 1010010 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F2242B
Complementary color
Monochromatic Colors of #F2242B
Black with #F2242B
Text Example
Text Example
White with #F2242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2242B; }
p { color: rgb(242,36,43); }
H1.HeaderClassName
{
color: #F2242B;
}
.AnyTagClassName
{
color: #F2242B;
}
</style>
background-color css
<style>
a { background-color: #F2242B; }
a { background-color: rgb(242,36,43); }
div.DivClassName
{
background-color: #F2242B;
}
.BgClassName
{
background-color: #F2242B;
}
</style>
border-color css
<style>
span { border-color: #F2242B; }
span { border-color: rgb(242,36,43); }
td.TdClassName
{
border-color: #F2242B;
}
.TagClassName
{
border-color: #F2242B;
}
</style>