Shades of Alizarin #F22B2D
Tints of Alizarin #F22B2D
RGB
CMYK
RGB Variations
Color information
#F22B2D (or 0xF22B2D) is known color: Alizarin. HEX triplet: F2, 2B and 2D. RGB value is (242,43,45). Sum of RGB (Red+Green+Blue) = 242+43+45=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22B2D is #0DD4D2. Grayscale: #666666. Windows color (decimal): -906451 or 2960370. OLE color: 2960370.
HSL color Cylindrical-coordinate representation of color #F22B2D: hue angle of 359.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22B2D is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 45 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.05 |
| HSL | 359.4º | 0.88% | 0.56% | - |
| HSV(B) | 359.4º | 0.82% | 0.95% | - |
| XYZ | 37.96 | 20.79 | 4.5 | - |
| YUV | 102.73 | 95.43 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 45 | 0 | 0.82 | 0.81 | 0.05 | 359.4 | 0.88 | 0.56 |
| Hex | F2 | 2B | 2D | 0 | 52 | 51 | 5 | 167 | 58 | 38 |
| Octal | 362 | 53 | 55 | 0 | 122 | 121 | 5 | 547 | 130 | 70 |
| Binary | 11110010 | 101011 | 101101 | 0 | 1010010 | 1010001 | 101 | 101100111 | 1011000 | 111000 |
Color Harmonies of #F22B2D
Complementary color
Monochromatic Colors of #F22B2D
Black with #F22B2D
Text Example
Text Example
White with #F22B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B2D; }
p { color: rgb(242,43,45); }
H1.HeaderClassName
{
color: #F22B2D;
}
.AnyTagClassName
{
color: #F22B2D;
}
</style>
background-color css
<style>
a { background-color: #F22B2D; }
a { background-color: rgb(242,43,45); }
div.DivClassName
{
background-color: #F22B2D;
}
.BgClassName
{
background-color: #F22B2D;
}
</style>
border-color css
<style>
span { border-color: #F22B2D; }
span { border-color: rgb(242,43,45); }
td.TdClassName
{
border-color: #F22B2D;
}
.TagClassName
{
border-color: #F22B2D;
}
</style>