Shades of Alizarin #EF1F2D
Tints of Alizarin #EF1F2D
RGB
CMYK
RGB Variations
Color information
#EF1F2D (or 0xEF1F2D) is known color: Alizarin. HEX triplet: EF, 1F and 2D. RGB value is (239,31,45). Sum of RGB (Red+Green+Blue) = 239+31+45=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F2D is #10E0D2. Grayscale: #5E5E5E. Windows color (decimal): -1106131 or 2957295. OLE color: 2957295.
HSL color Cylindrical-coordinate representation of color #EF1F2D: hue angle of 355.96º 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 #EF1F2D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.06 |
| HSL | 355.96º | 0.87% | 0.53% | - |
| HSV(B) | 355.96º | 0.87% | 0.94% | - |
| XYZ | 36.56 | 19.52 | 4.32 | - |
| YUV | 94.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 45 | 0 | 0.87 | 0.81 | 0.06 | 355.96 | 0.87 | 0.53 |
| Hex | EF | 1F | 2D | 0 | 57 | 51 | 6 | 164 | 57 | 35 |
| Octal | 357 | 37 | 55 | 0 | 127 | 121 | 6 | 544 | 127 | 65 |
| Binary | 11101111 | 11111 | 101101 | 0 | 1010111 | 1010001 | 110 | 101100100 | 1010111 | 110101 |
Color Harmonies of #EF1F2D
Complementary color
Monochromatic Colors of #EF1F2D
Black with #EF1F2D
Text Example
Text Example
White with #EF1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F2D; }
p { color: rgb(239,31,45); }
H1.HeaderClassName
{
color: #EF1F2D;
}
.AnyTagClassName
{
color: #EF1F2D;
}
</style>
background-color css
<style>
a { background-color: #EF1F2D; }
a { background-color: rgb(239,31,45); }
div.DivClassName
{
background-color: #EF1F2D;
}
.BgClassName
{
background-color: #EF1F2D;
}
</style>
border-color css
<style>
span { border-color: #EF1F2D; }
span { border-color: rgb(239,31,45); }
td.TdClassName
{
border-color: #EF1F2D;
}
.TagClassName
{
border-color: #EF1F2D;
}
</style>