Shades of Alizarin #F2252D
Tints of Alizarin #F2252D
RGB
CMYK
RGB Variations
Color information
#F2252D (or 0xF2252D) is known color: Alizarin. HEX triplet: F2, 25 and 2D. RGB value is (242,37,45). Sum of RGB (Red+Green+Blue) = 242+37+45=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2252D is #0DDAD2. Grayscale: #636363. Windows color (decimal): -907987 or 2958834. OLE color: 2958834.
HSL color Cylindrical-coordinate representation of color #F2252D: hue angle of 357.66º 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 #F2252D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.05 |
| HSL | 357.66º | 0.89% | 0.55% | - |
| HSV(B) | 357.66º | 0.85% | 0.95% | - |
| XYZ | 37.75 | 20.39 | 4.43 | - |
| YUV | 99.21 | 97.42 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 45 | 0 | 0.85 | 0.81 | 0.05 | 357.66 | 0.89 | 0.55 |
| Hex | F2 | 25 | 2D | 0 | 55 | 51 | 5 | 166 | 59 | 37 |
| Octal | 362 | 45 | 55 | 0 | 125 | 121 | 5 | 546 | 131 | 67 |
| Binary | 11110010 | 100101 | 101101 | 0 | 1010101 | 1010001 | 101 | 101100110 | 1011001 | 110111 |
Color Harmonies of #F2252D
Complementary color
Monochromatic Colors of #F2252D
Black with #F2252D
Text Example
Text Example
White with #F2252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2252D; }
p { color: rgb(242,37,45); }
H1.HeaderClassName
{
color: #F2252D;
}
.AnyTagClassName
{
color: #F2252D;
}
</style>
background-color css
<style>
a { background-color: #F2252D; }
a { background-color: rgb(242,37,45); }
div.DivClassName
{
background-color: #F2252D;
}
.BgClassName
{
background-color: #F2252D;
}
</style>
border-color css
<style>
span { border-color: #F2252D; }
span { border-color: rgb(242,37,45); }
td.TdClassName
{
border-color: #F2252D;
}
.TagClassName
{
border-color: #F2252D;
}
</style>