Shades of Alizarin #EF1C2D
Tints of Alizarin #EF1C2D
RGB
CMYK
RGB Variations
Color information
#EF1C2D (or 0xEF1C2D) is known color: Alizarin. HEX triplet: EF, 1C and 2D. RGB value is (239,28,45). Sum of RGB (Red+Green+Blue) = 239+28+45=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C2D is #10E3D2. Grayscale: #5D5D5D. Windows color (decimal): -1106899 or 2956527. OLE color: 2956527.
HSL color Cylindrical-coordinate representation of color #EF1C2D: hue angle of 355.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.06 |
| HSL | 355.17º | 0.87% | 0.52% | - |
| HSV(B) | 355.17º | 0.88% | 0.94% | - |
| XYZ | 36.49 | 19.37 | 4.3 | - |
| YUV | 93.03 | 100.9 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 45 | 0 | 0.88 | 0.81 | 0.06 | 355.17 | 0.87 | 0.52 |
| Hex | EF | 1C | 2D | 0 | 58 | 51 | 6 | 163 | 57 | 34 |
| Octal | 357 | 34 | 55 | 0 | 130 | 121 | 6 | 543 | 127 | 64 |
| Binary | 11101111 | 11100 | 101101 | 0 | 1011000 | 1010001 | 110 | 101100011 | 1010111 | 110100 |
Color Harmonies of #EF1C2D
Complementary color
Monochromatic Colors of #EF1C2D
Black with #EF1C2D
Text Example
Text Example
White with #EF1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C2D; }
p { color: rgb(239,28,45); }
H1.HeaderClassName
{
color: #EF1C2D;
}
.AnyTagClassName
{
color: #EF1C2D;
}
</style>
background-color css
<style>
a { background-color: #EF1C2D; }
a { background-color: rgb(239,28,45); }
div.DivClassName
{
background-color: #EF1C2D;
}
.BgClassName
{
background-color: #EF1C2D;
}
</style>
border-color css
<style>
span { border-color: #EF1C2D; }
span { border-color: rgb(239,28,45); }
td.TdClassName
{
border-color: #EF1C2D;
}
.TagClassName
{
border-color: #EF1C2D;
}
</style>