Shades of Alizarin #F21C2F
Tints of Alizarin #F21C2F
RGB
CMYK
RGB Variations
Color information
#F21C2F (or 0xF21C2F) is known color: Alizarin. HEX triplet: F2, 1C and 2F. RGB value is (242,28,47). Sum of RGB (Red+Green+Blue) = 242+28+47=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C2F is #0DE3D0. Grayscale: #5E5E5E. Windows color (decimal): -910289 or 3087602. OLE color: 3087602.
HSL color Cylindrical-coordinate representation of color #F21C2F: hue angle of 354.67º 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 #F21C2F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 47 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.05 |
| HSL | 354.67º | 0.89% | 0.53% | - |
| HSV(B) | 354.67º | 0.88% | 0.95% | - |
| XYZ | 37.55 | 19.91 | 4.55 | - |
| YUV | 94.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 47 | 0 | 0.88 | 0.81 | 0.05 | 354.67 | 0.89 | 0.53 |
| Hex | F2 | 1C | 2F | 0 | 58 | 51 | 5 | 163 | 59 | 35 |
| Octal | 362 | 34 | 57 | 0 | 130 | 121 | 5 | 543 | 131 | 65 |
| Binary | 11110010 | 11100 | 101111 | 0 | 1011000 | 1010001 | 101 | 101100011 | 1011001 | 110101 |
Color Harmonies of #F21C2F
Complementary color
Monochromatic Colors of #F21C2F
Black with #F21C2F
Text Example
Text Example
White with #F21C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C2F; }
p { color: rgb(242,28,47); }
H1.HeaderClassName
{
color: #F21C2F;
}
.AnyTagClassName
{
color: #F21C2F;
}
</style>
background-color css
<style>
a { background-color: #F21C2F; }
a { background-color: rgb(242,28,47); }
div.DivClassName
{
background-color: #F21C2F;
}
.BgClassName
{
background-color: #F21C2F;
}
</style>
border-color css
<style>
span { border-color: #F21C2F; }
span { border-color: rgb(242,28,47); }
td.TdClassName
{
border-color: #F21C2F;
}
.TagClassName
{
border-color: #F21C2F;
}
</style>