Shades of Alizarin #F21F36
Tints of Alizarin #F21F36
RGB
CMYK
RGB Variations
Color information
#F21F36 (or 0xF21F36) is known color: Alizarin. HEX triplet: F2, 1F and 36. RGB value is (242,31,54). Sum of RGB (Red+Green+Blue) = 242+31+54=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F36 is #0DE0C9. Grayscale: #606060. Windows color (decimal): -909514 or 3547122. OLE color: 3547122.
HSL color Cylindrical-coordinate representation of color #F21F36: hue angle of 353.46º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F36 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 54 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.05 |
| HSL | 353.46º | 0.89% | 0.54% | - |
| HSV(B) | 353.46º | 0.87% | 0.95% | - |
| XYZ | 37.77 | 20.12 | 5.38 | - |
| YUV | 96.71 | 103.9 | 231.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 54 | 0 | 0.87 | 0.78 | 0.05 | 353.46 | 0.89 | 0.54 |
| Hex | F2 | 1F | 36 | 0 | 57 | 4E | 5 | 161 | 59 | 36 |
| Octal | 362 | 37 | 66 | 0 | 127 | 116 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 11111 | 110110 | 0 | 1010111 | 1001110 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F21F36
Complementary color
Monochromatic Colors of #F21F36
Black with #F21F36
Text Example
Text Example
White with #F21F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F36; }
p { color: rgb(242,31,54); }
H1.HeaderClassName
{
color: #F21F36;
}
.AnyTagClassName
{
color: #F21F36;
}
</style>
background-color css
<style>
a { background-color: #F21F36; }
a { background-color: rgb(242,31,54); }
div.DivClassName
{
background-color: #F21F36;
}
.BgClassName
{
background-color: #F21F36;
}
</style>
border-color css
<style>
span { border-color: #F21F36; }
span { border-color: rgb(242,31,54); }
td.TdClassName
{
border-color: #F21F36;
}
.TagClassName
{
border-color: #F21F36;
}
</style>