Shades of Alizarin #EF1E2D
Tints of Alizarin #EF1E2D
RGB
CMYK
RGB Variations
Color information
#EF1E2D (or 0xEF1E2D) is known color: Alizarin. HEX triplet: EF, 1E and 2D. RGB value is (239,30,45). Sum of RGB (Red+Green+Blue) = 239+30+45=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E2D is #10E1D2. Grayscale: #5E5E5E. Windows color (decimal): -1106387 or 2957039. OLE color: 2957039.
HSL color Cylindrical-coordinate representation of color #EF1E2D: hue angle of 355.69º 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 #EF1E2D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.06 |
| HSL | 355.69º | 0.87% | 0.53% | - |
| HSV(B) | 355.69º | 0.87% | 0.94% | - |
| XYZ | 36.53 | 19.47 | 4.31 | - |
| YUV | 94.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 45 | 0 | 0.87 | 0.81 | 0.06 | 355.69 | 0.87 | 0.53 |
| Hex | EF | 1E | 2D | 0 | 57 | 51 | 6 | 164 | 57 | 35 |
| Octal | 357 | 36 | 55 | 0 | 127 | 121 | 6 | 544 | 127 | 65 |
| Binary | 11101111 | 11110 | 101101 | 0 | 1010111 | 1010001 | 110 | 101100100 | 1010111 | 110101 |
Color Harmonies of #EF1E2D
Complementary color
Monochromatic Colors of #EF1E2D
Black with #EF1E2D
Text Example
Text Example
White with #EF1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E2D; }
p { color: rgb(239,30,45); }
H1.HeaderClassName
{
color: #EF1E2D;
}
.AnyTagClassName
{
color: #EF1E2D;
}
</style>
background-color css
<style>
a { background-color: #EF1E2D; }
a { background-color: rgb(239,30,45); }
div.DivClassName
{
background-color: #EF1E2D;
}
.BgClassName
{
background-color: #EF1E2D;
}
</style>
border-color css
<style>
span { border-color: #EF1E2D; }
span { border-color: rgb(239,30,45); }
td.TdClassName
{
border-color: #EF1E2D;
}
.TagClassName
{
border-color: #EF1E2D;
}
</style>