Shades of Alizarin #F21D31
Tints of Alizarin #F21D31
RGB
CMYK
RGB Variations
Color information
#F21D31 (or 0xF21D31) is known color: Alizarin. HEX triplet: F2, 1D and 31. RGB value is (242,29,49). Sum of RGB (Red+Green+Blue) = 242+29+49=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D31 is #0DE2CE. Grayscale: #5F5F5F. Windows color (decimal): -910031 or 3218930. OLE color: 3218930.
HSL color Cylindrical-coordinate representation of color #F21D31: hue angle of 354.37º 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 #F21D31 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 49 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.05 |
| HSL | 354.37º | 0.89% | 0.53% | - |
| HSV(B) | 354.37º | 0.88% | 0.95% | - |
| XYZ | 37.61 | 19.98 | 4.78 | - |
| YUV | 94.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 49 | 0 | 0.88 | 0.80 | 0.05 | 354.37 | 0.89 | 0.53 |
| Hex | F2 | 1D | 31 | 0 | 58 | 50 | 5 | 162 | 59 | 35 |
| Octal | 362 | 35 | 61 | 0 | 130 | 120 | 5 | 542 | 131 | 65 |
| Binary | 11110010 | 11101 | 110001 | 0 | 1011000 | 1010000 | 101 | 101100010 | 1011001 | 110101 |
Color Harmonies of #F21D31
Complementary color
Monochromatic Colors of #F21D31
Black with #F21D31
Text Example
Text Example
White with #F21D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D31; }
p { color: rgb(242,29,49); }
H1.HeaderClassName
{
color: #F21D31;
}
.AnyTagClassName
{
color: #F21D31;
}
</style>
background-color css
<style>
a { background-color: #F21D31; }
a { background-color: rgb(242,29,49); }
div.DivClassName
{
background-color: #F21D31;
}
.BgClassName
{
background-color: #F21D31;
}
</style>
border-color css
<style>
span { border-color: #F21D31; }
span { border-color: rgb(242,29,49); }
td.TdClassName
{
border-color: #F21D31;
}
.TagClassName
{
border-color: #F21D31;
}
</style>