Shades of Alizarin #F21E36
Tints of Alizarin #F21E36
RGB
CMYK
RGB Variations
Color information
#F21E36 (or 0xF21E36) is known color: Alizarin. HEX triplet: F2, 1E and 36. RGB value is (242,30,54). Sum of RGB (Red+Green+Blue) = 242+30+54=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E36 is #0DE1C9. Grayscale: #606060. Windows color (decimal): -909770 or 3546866. OLE color: 3546866.
HSL color Cylindrical-coordinate representation of color #F21E36: hue angle of 353.21º 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 #F21E36 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 54 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.05 |
| HSL | 353.21º | 0.89% | 0.53% | - |
| HSV(B) | 353.21º | 0.88% | 0.95% | - |
| XYZ | 37.75 | 20.07 | 5.37 | - |
| YUV | 96.12 | 104.24 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 54 | 0 | 0.88 | 0.78 | 0.05 | 353.21 | 0.89 | 0.53 |
| Hex | F2 | 1E | 36 | 0 | 58 | 4E | 5 | 161 | 59 | 35 |
| Octal | 362 | 36 | 66 | 0 | 130 | 116 | 5 | 541 | 131 | 65 |
| Binary | 11110010 | 11110 | 110110 | 0 | 1011000 | 1001110 | 101 | 101100001 | 1011001 | 110101 |
Color Harmonies of #F21E36
Complementary color
Monochromatic Colors of #F21E36
Black with #F21E36
Text Example
Text Example
White with #F21E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E36; }
p { color: rgb(242,30,54); }
H1.HeaderClassName
{
color: #F21E36;
}
.AnyTagClassName
{
color: #F21E36;
}
</style>
background-color css
<style>
a { background-color: #F21E36; }
a { background-color: rgb(242,30,54); }
div.DivClassName
{
background-color: #F21E36;
}
.BgClassName
{
background-color: #F21E36;
}
</style>
border-color css
<style>
span { border-color: #F21E36; }
span { border-color: rgb(242,30,54); }
td.TdClassName
{
border-color: #F21E36;
}
.TagClassName
{
border-color: #F21E36;
}
</style>