Shades of Alizarin #F21D32
Tints of Alizarin #F21D32
RGB
CMYK
RGB Variations
Color information
#F21D32 (or 0xF21D32) is known color: Alizarin. HEX triplet: F2, 1D and 32. RGB value is (242,29,50). Sum of RGB (Red+Green+Blue) = 242+29+50=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D32 is #0DE2CD. Grayscale: #5F5F5F. Windows color (decimal): -910030 or 3284466. OLE color: 3284466.
HSL color Cylindrical-coordinate representation of color #F21D32: hue angle of 354.08º 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 #F21D32 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 50 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.05 |
| HSL | 354.08º | 0.89% | 0.53% | - |
| HSV(B) | 354.08º | 0.88% | 0.95% | - |
| XYZ | 37.63 | 19.99 | 4.89 | - |
| YUV | 95.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 50 | 0 | 0.88 | 0.79 | 0.05 | 354.08 | 0.89 | 0.53 |
| Hex | F2 | 1D | 32 | 0 | 58 | 4F | 5 | 162 | 59 | 35 |
| Octal | 362 | 35 | 62 | 0 | 130 | 117 | 5 | 542 | 131 | 65 |
| Binary | 11110010 | 11101 | 110010 | 0 | 1011000 | 1001111 | 101 | 101100010 | 1011001 | 110101 |
Color Harmonies of #F21D32
Complementary color
Monochromatic Colors of #F21D32
Black with #F21D32
Text Example
Text Example
White with #F21D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D32; }
p { color: rgb(242,29,50); }
H1.HeaderClassName
{
color: #F21D32;
}
.AnyTagClassName
{
color: #F21D32;
}
</style>
background-color css
<style>
a { background-color: #F21D32; }
a { background-color: rgb(242,29,50); }
div.DivClassName
{
background-color: #F21D32;
}
.BgClassName
{
background-color: #F21D32;
}
</style>
border-color css
<style>
span { border-color: #F21D32; }
span { border-color: rgb(242,29,50); }
td.TdClassName
{
border-color: #F21D32;
}
.TagClassName
{
border-color: #F21D32;
}
</style>