Shades of Alizarin #F21C21
Tints of Alizarin #F21C21
RGB
CMYK
RGB Variations
Color information
#F21C21 (or 0xF21C21) is known color: Alizarin. HEX triplet: F2, 1C and 21. RGB value is (242,28,33). Sum of RGB (Red+Green+Blue) = 242+28+33=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C21 is #0DE3DE. Grayscale: #5C5C5C. Windows color (decimal): -910303 or 2170098. OLE color: 2170098.
HSL color Cylindrical-coordinate representation of color #F21C21: hue angle of 358.6º 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 #F21C21 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 33 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.05 |
| HSL | 358.6º | 0.89% | 0.53% | - |
| HSV(B) | 358.6º | 0.88% | 0.95% | - |
| XYZ | 37.31 | 19.82 | 3.3 | - |
| YUV | 92.56 | 94.4 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 33 | 0 | 0.88 | 0.86 | 0.05 | 358.6 | 0.89 | 0.53 |
| Hex | F2 | 1C | 21 | 0 | 58 | 56 | 5 | 167 | 59 | 35 |
| Octal | 362 | 34 | 41 | 0 | 130 | 126 | 5 | 547 | 131 | 65 |
| Binary | 11110010 | 11100 | 100001 | 0 | 1011000 | 1010110 | 101 | 101100111 | 1011001 | 110101 |
Color Harmonies of #F21C21
Complementary color
Monochromatic Colors of #F21C21
Black with #F21C21
Text Example
Text Example
White with #F21C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C21; }
p { color: rgb(242,28,33); }
H1.HeaderClassName
{
color: #F21C21;
}
.AnyTagClassName
{
color: #F21C21;
}
</style>
background-color css
<style>
a { background-color: #F21C21; }
a { background-color: rgb(242,28,33); }
div.DivClassName
{
background-color: #F21C21;
}
.BgClassName
{
background-color: #F21C21;
}
</style>
border-color css
<style>
span { border-color: #F21C21; }
span { border-color: rgb(242,28,33); }
td.TdClassName
{
border-color: #F21C21;
}
.TagClassName
{
border-color: #F21C21;
}
</style>