Shades of Alizarin #F21E2D
Tints of Alizarin #F21E2D
RGB
CMYK
RGB Variations
Color information
#F21E2D (or 0xF21E2D) is known color: Alizarin. HEX triplet: F2, 1E and 2D. RGB value is (242,30,45). Sum of RGB (Red+Green+Blue) = 242+30+45=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2D is #0DE1D2. Grayscale: #5F5F5F. Windows color (decimal): -909779 or 2957042. OLE color: 2957042.
HSL color Cylindrical-coordinate representation of color #F21E2D: hue angle of 355.75º 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 #F21E2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.05 |
| HSL | 355.75º | 0.89% | 0.53% | - |
| HSV(B) | 355.75º | 0.88% | 0.95% | - |
| XYZ | 37.56 | 20 | 4.36 | - |
| YUV | 95.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 45 | 0 | 0.88 | 0.81 | 0.05 | 355.75 | 0.89 | 0.53 |
| Hex | F2 | 1E | 2D | 0 | 58 | 51 | 5 | 164 | 59 | 35 |
| Octal | 362 | 36 | 55 | 0 | 130 | 121 | 5 | 544 | 131 | 65 |
| Binary | 11110010 | 11110 | 101101 | 0 | 1011000 | 1010001 | 101 | 101100100 | 1011001 | 110101 |
Color Harmonies of #F21E2D
Complementary color
Monochromatic Colors of #F21E2D
Black with #F21E2D
Text Example
Text Example
White with #F21E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E2D; }
p { color: rgb(242,30,45); }
H1.HeaderClassName
{
color: #F21E2D;
}
.AnyTagClassName
{
color: #F21E2D;
}
</style>
background-color css
<style>
a { background-color: #F21E2D; }
a { background-color: rgb(242,30,45); }
div.DivClassName
{
background-color: #F21E2D;
}
.BgClassName
{
background-color: #F21E2D;
}
</style>
border-color css
<style>
span { border-color: #F21E2D; }
span { border-color: rgb(242,30,45); }
td.TdClassName
{
border-color: #F21E2D;
}
.TagClassName
{
border-color: #F21E2D;
}
</style>