Shades of Alizarin #EF1F3F
Tints of Alizarin #EF1F3F
RGB
CMYK
RGB Variations
Color information
#EF1F3F (or 0xEF1F3F) is known color: Alizarin. HEX triplet: EF, 1F and 3F. RGB value is (239,31,63). Sum of RGB (Red+Green+Blue) = 239+31+63=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F3F is #10E0C0. Grayscale: #606060. Windows color (decimal): -1106113 or 4136943. OLE color: 4136943.
HSL color Cylindrical-coordinate representation of color #EF1F3F: hue angle of 350.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F3F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.06 |
| HSL | 350.77º | 0.87% | 0.53% | - |
| HSV(B) | 350.77º | 0.87% | 0.94% | - |
| XYZ | 36.98 | 19.69 | 6.55 | - |
| YUV | 96.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 63 | 0 | 0.87 | 0.74 | 0.06 | 350.77 | 0.87 | 0.53 |
| Hex | EF | 1F | 3F | 0 | 57 | 4A | 6 | 15F | 57 | 35 |
| Octal | 357 | 37 | 77 | 0 | 127 | 112 | 6 | 537 | 127 | 65 |
| Binary | 11101111 | 11111 | 111111 | 0 | 1010111 | 1001010 | 110 | 101011111 | 1010111 | 110101 |
Color Harmonies of #EF1F3F
Complementary color
Monochromatic Colors of #EF1F3F
Black with #EF1F3F
Text Example
Text Example
White with #EF1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F3F; }
p { color: rgb(239,31,63); }
H1.HeaderClassName
{
color: #EF1F3F;
}
.AnyTagClassName
{
color: #EF1F3F;
}
</style>
background-color css
<style>
a { background-color: #EF1F3F; }
a { background-color: rgb(239,31,63); }
div.DivClassName
{
background-color: #EF1F3F;
}
.BgClassName
{
background-color: #EF1F3F;
}
</style>
border-color css
<style>
span { border-color: #EF1F3F; }
span { border-color: rgb(239,31,63); }
td.TdClassName
{
border-color: #EF1F3F;
}
.TagClassName
{
border-color: #EF1F3F;
}
</style>