Shades of Alizarin #F21D1E
Tints of Alizarin #F21D1E
RGB
CMYK
RGB Variations
Color information
#F21D1E (or 0xF21D1E) is known color: Alizarin. HEX triplet: F2, 1D and 1E. RGB value is (242,29,30). Sum of RGB (Red+Green+Blue) = 242+29+30=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D1E is #0DE2E1. Grayscale: #5D5D5D. Windows color (decimal): -910050 or 1973746. OLE color: 1973746.
HSL color Cylindrical-coordinate representation of color #F21D1E: hue angle of 359.72º 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 #F21D1E is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.05 |
| HSL | 359.72º | 0.89% | 0.53% | - |
| HSV(B) | 359.72º | 0.88% | 0.95% | - |
| XYZ | 37.29 | 19.85 | 3.09 | - |
| YUV | 92.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 30 | 0 | 0.88 | 0.88 | 0.05 | 359.72 | 0.89 | 0.53 |
| Hex | F2 | 1D | 1E | 0 | 58 | 58 | 5 | 168 | 59 | 35 |
| Octal | 362 | 35 | 36 | 0 | 130 | 130 | 5 | 550 | 131 | 65 |
| Binary | 11110010 | 11101 | 11110 | 0 | 1011000 | 1011000 | 101 | 101101000 | 1011001 | 110101 |
Color Harmonies of #F21D1E
Complementary color
Monochromatic Colors of #F21D1E
Black with #F21D1E
Text Example
Text Example
White with #F21D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D1E; }
p { color: rgb(242,29,30); }
H1.HeaderClassName
{
color: #F21D1E;
}
.AnyTagClassName
{
color: #F21D1E;
}
</style>
background-color css
<style>
a { background-color: #F21D1E; }
a { background-color: rgb(242,29,30); }
div.DivClassName
{
background-color: #F21D1E;
}
.BgClassName
{
background-color: #F21D1E;
}
</style>
border-color css
<style>
span { border-color: #F21D1E; }
span { border-color: rgb(242,29,30); }
td.TdClassName
{
border-color: #F21D1E;
}
.TagClassName
{
border-color: #F21D1E;
}
</style>