Shades of Alizarin #EF1D2D
Tints of Alizarin #EF1D2D
RGB
CMYK
RGB Variations
Color information
#EF1D2D (or 0xEF1D2D) is known color: Alizarin. HEX triplet: EF, 1D and 2D. RGB value is (239,29,45). Sum of RGB (Red+Green+Blue) = 239+29+45=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D2D is #10E2D2. Grayscale: #5D5D5D. Windows color (decimal): -1106643 or 2956783. OLE color: 2956783.
HSL color Cylindrical-coordinate representation of color #EF1D2D: hue angle of 355.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.06 |
| HSL | 355.43º | 0.87% | 0.53% | - |
| HSV(B) | 355.43º | 0.88% | 0.94% | - |
| XYZ | 36.51 | 19.42 | 4.31 | - |
| YUV | 93.61 | 100.57 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 45 | 0 | 0.88 | 0.81 | 0.06 | 355.43 | 0.87 | 0.53 |
| Hex | EF | 1D | 2D | 0 | 58 | 51 | 6 | 163 | 57 | 35 |
| Octal | 357 | 35 | 55 | 0 | 130 | 121 | 6 | 543 | 127 | 65 |
| Binary | 11101111 | 11101 | 101101 | 0 | 1011000 | 1010001 | 110 | 101100011 | 1010111 | 110101 |
Color Harmonies of #EF1D2D
Complementary color
Monochromatic Colors of #EF1D2D
Black with #EF1D2D
Text Example
Text Example
White with #EF1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D2D; }
p { color: rgb(239,29,45); }
H1.HeaderClassName
{
color: #EF1D2D;
}
.AnyTagClassName
{
color: #EF1D2D;
}
</style>
background-color css
<style>
a { background-color: #EF1D2D; }
a { background-color: rgb(239,29,45); }
div.DivClassName
{
background-color: #EF1D2D;
}
.BgClassName
{
background-color: #EF1D2D;
}
</style>
border-color css
<style>
span { border-color: #EF1D2D; }
span { border-color: rgb(239,29,45); }
td.TdClassName
{
border-color: #EF1D2D;
}
.TagClassName
{
border-color: #EF1D2D;
}
</style>