Shades of Alizarin #F21E2E
Tints of Alizarin #F21E2E
RGB
CMYK
RGB Variations
Color information
#F21E2E (or 0xF21E2E) is known color: Alizarin. HEX triplet: F2, 1E and 2E. RGB value is (242,30,46). Sum of RGB (Red+Green+Blue) = 242+30+46=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E2E is #0DE1D1. Grayscale: #5F5F5F. Windows color (decimal): -909778 or 3022578. OLE color: 3022578.
HSL color Cylindrical-coordinate representation of color #F21E2E: hue angle of 355.47º 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 #F21E2E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 46 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.05 |
| HSL | 355.47º | 0.89% | 0.53% | - |
| HSV(B) | 355.47º | 0.88% | 0.95% | - |
| XYZ | 37.58 | 20 | 4.47 | - |
| YUV | 95.21 | 100.24 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 46 | 0 | 0.88 | 0.81 | 0.05 | 355.47 | 0.89 | 0.53 |
| Hex | F2 | 1E | 2E | 0 | 58 | 51 | 5 | 163 | 59 | 35 |
| Octal | 362 | 36 | 56 | 0 | 130 | 121 | 5 | 543 | 131 | 65 |
| Binary | 11110010 | 11110 | 101110 | 0 | 1011000 | 1010001 | 101 | 101100011 | 1011001 | 110101 |
Color Harmonies of #F21E2E
Complementary color
Monochromatic Colors of #F21E2E
Black with #F21E2E
Text Example
Text Example
White with #F21E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E2E; }
p { color: rgb(242,30,46); }
H1.HeaderClassName
{
color: #F21E2E;
}
.AnyTagClassName
{
color: #F21E2E;
}
</style>
background-color css
<style>
a { background-color: #F21E2E; }
a { background-color: rgb(242,30,46); }
div.DivClassName
{
background-color: #F21E2E;
}
.BgClassName
{
background-color: #F21E2E;
}
</style>
border-color css
<style>
span { border-color: #F21E2E; }
span { border-color: rgb(242,30,46); }
td.TdClassName
{
border-color: #F21E2E;
}
.TagClassName
{
border-color: #F21E2E;
}
</style>