Shades of Alizarin #F2292D
Tints of Alizarin #F2292D
RGB
CMYK
RGB Variations
Color information
#F2292D (or 0xF2292D) is known color: Alizarin. HEX triplet: F2, 29 and 2D. RGB value is (242,41,45). Sum of RGB (Red+Green+Blue) = 242+41+45=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2292D is #0DD6D2. Grayscale: #656565. Windows color (decimal): -906963 or 2959858. OLE color: 2959858.
HSL color Cylindrical-coordinate representation of color #F2292D: hue angle of 358.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2292D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.05 |
| HSL | 358.81º | 0.89% | 0.55% | - |
| HSV(B) | 358.81º | 0.83% | 0.95% | - |
| XYZ | 37.88 | 20.65 | 4.47 | - |
| YUV | 101.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 45 | 0 | 0.83 | 0.81 | 0.05 | 358.81 | 0.89 | 0.55 |
| Hex | F2 | 29 | 2D | 0 | 53 | 51 | 5 | 167 | 59 | 37 |
| Octal | 362 | 51 | 55 | 0 | 123 | 121 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 101001 | 101101 | 0 | 1010011 | 1010001 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F2292D
Complementary color
Monochromatic Colors of #F2292D
Black with #F2292D
Text Example
Text Example
White with #F2292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2292D; }
p { color: rgb(242,41,45); }
H1.HeaderClassName
{
color: #F2292D;
}
.AnyTagClassName
{
color: #F2292D;
}
</style>
background-color css
<style>
a { background-color: #F2292D; }
a { background-color: rgb(242,41,45); }
div.DivClassName
{
background-color: #F2292D;
}
.BgClassName
{
background-color: #F2292D;
}
</style>
border-color css
<style>
span { border-color: #F2292D; }
span { border-color: rgb(242,41,45); }
td.TdClassName
{
border-color: #F2292D;
}
.TagClassName
{
border-color: #F2292D;
}
</style>