Shades of Alizarin #F21C2C
Tints of Alizarin #F21C2C
RGB
CMYK
RGB Variations
Color information
#F21C2C (or 0xF21C2C) is known color: Alizarin. HEX triplet: F2, 1C and 2C. RGB value is (242,28,44). Sum of RGB (Red+Green+Blue) = 242+28+44=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C2C is #0DE3D3. Grayscale: #5D5D5D. Windows color (decimal): -910292 or 2890994. OLE color: 2890994.
HSL color Cylindrical-coordinate representation of color #F21C2C: hue angle of 355.51º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C2C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 44 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.05 |
| HSL | 355.51º | 0.89% | 0.53% | - |
| HSV(B) | 355.51º | 0.88% | 0.95% | - |
| XYZ | 37.49 | 19.89 | 4.25 | - |
| YUV | 93.81 | 99.9 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 44 | 0 | 0.88 | 0.82 | 0.05 | 355.51 | 0.89 | 0.53 |
| Hex | F2 | 1C | 2C | 0 | 58 | 52 | 5 | 164 | 59 | 35 |
| Octal | 362 | 34 | 54 | 0 | 130 | 122 | 5 | 544 | 131 | 65 |
| Binary | 11110010 | 11100 | 101100 | 0 | 1011000 | 1010010 | 101 | 101100100 | 1011001 | 110101 |
Color Harmonies of #F21C2C
Complementary color
Monochromatic Colors of #F21C2C
Black with #F21C2C
Text Example
Text Example
White with #F21C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C2C; }
p { color: rgb(242,28,44); }
H1.HeaderClassName
{
color: #F21C2C;
}
.AnyTagClassName
{
color: #F21C2C;
}
</style>
background-color css
<style>
a { background-color: #F21C2C; }
a { background-color: rgb(242,28,44); }
div.DivClassName
{
background-color: #F21C2C;
}
.BgClassName
{
background-color: #F21C2C;
}
</style>
border-color css
<style>
span { border-color: #F21C2C; }
span { border-color: rgb(242,28,44); }
td.TdClassName
{
border-color: #F21C2C;
}
.TagClassName
{
border-color: #F21C2C;
}
</style>