Shades of Alizarin #F2272E
Tints of Alizarin #F2272E
RGB
CMYK
RGB Variations
Color information
#F2272E (or 0xF2272E) is known color: Alizarin. HEX triplet: F2, 27 and 2E. RGB value is (242,39,46). Sum of RGB (Red+Green+Blue) = 242+39+46=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2272E is #0DD8D1. Grayscale: #646464. Windows color (decimal): -907474 or 3024882. OLE color: 3024882.
HSL color Cylindrical-coordinate representation of color #F2272E: hue angle of 357.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2272E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 46 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.05 |
| HSL | 357.93º | 0.89% | 0.55% | - |
| HSV(B) | 357.93º | 0.84% | 0.95% | - |
| XYZ | 37.84 | 20.53 | 4.55 | - |
| YUV | 100.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 46 | 0 | 0.84 | 0.81 | 0.05 | 357.93 | 0.89 | 0.55 |
| Hex | F2 | 27 | 2E | 0 | 54 | 51 | 5 | 166 | 59 | 37 |
| Octal | 362 | 47 | 56 | 0 | 124 | 121 | 5 | 546 | 131 | 67 |
| Binary | 11110010 | 100111 | 101110 | 0 | 1010100 | 1010001 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F2272E
Complementary color
Monochromatic Colors of #F2272E
Black with #F2272E
Text Example
Text Example
White with #F2272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2272E; }
p { color: rgb(242,39,46); }
H1.HeaderClassName
{
color: #F2272E;
}
.AnyTagClassName
{
color: #F2272E;
}
</style>
background-color css
<style>
a { background-color: #F2272E; }
a { background-color: rgb(242,39,46); }
div.DivClassName
{
background-color: #F2272E;
}
.BgClassName
{
background-color: #F2272E;
}
</style>
border-color css
<style>
span { border-color: #F2272E; }
span { border-color: rgb(242,39,46); }
td.TdClassName
{
border-color: #F2272E;
}
.TagClassName
{
border-color: #F2272E;
}
</style>