Shades of Alizarin #F21C29
Tints of Alizarin #F21C29
RGB
CMYK
RGB Variations
Color information
#F21C29 (or 0xF21C29) is known color: Alizarin. HEX triplet: F2, 1C and 29. RGB value is (242,28,41). Sum of RGB (Red+Green+Blue) = 242+28+41=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C29 is #0DE3D6. Grayscale: #5D5D5D. Windows color (decimal): -910295 or 2694386. OLE color: 2694386.
HSL color Cylindrical-coordinate representation of color #F21C29: hue angle of 356.36º 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 #F21C29 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 41 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.05 |
| HSL | 356.36º | 0.89% | 0.53% | - |
| HSV(B) | 356.36º | 0.88% | 0.95% | - |
| XYZ | 37.43 | 19.87 | 3.96 | - |
| YUV | 93.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 41 | 0 | 0.88 | 0.83 | 0.05 | 356.36 | 0.89 | 0.53 |
| Hex | F2 | 1C | 29 | 0 | 58 | 53 | 5 | 164 | 59 | 35 |
| Octal | 362 | 34 | 51 | 0 | 130 | 123 | 5 | 544 | 131 | 65 |
| Binary | 11110010 | 11100 | 101001 | 0 | 1011000 | 1010011 | 101 | 101100100 | 1011001 | 110101 |
Color Harmonies of #F21C29
Complementary color
Monochromatic Colors of #F21C29
Black with #F21C29
Text Example
Text Example
White with #F21C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C29; }
p { color: rgb(242,28,41); }
H1.HeaderClassName
{
color: #F21C29;
}
.AnyTagClassName
{
color: #F21C29;
}
</style>
background-color css
<style>
a { background-color: #F21C29; }
a { background-color: rgb(242,28,41); }
div.DivClassName
{
background-color: #F21C29;
}
.BgClassName
{
background-color: #F21C29;
}
</style>
border-color css
<style>
span { border-color: #F21C29; }
span { border-color: rgb(242,28,41); }
td.TdClassName
{
border-color: #F21C29;
}
.TagClassName
{
border-color: #F21C29;
}
</style>