Shades of Alizarin #EF2A3D
Tints of Alizarin #EF2A3D
RGB
CMYK
RGB Variations
Color information
#EF2A3D (or 0xEF2A3D) is known color: Alizarin. HEX triplet: EF, 2A and 3D. RGB value is (239,42,61). Sum of RGB (Red+Green+Blue) = 239+42+61=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A3D is #10D5C2. Grayscale: #676767. Windows color (decimal): -1103299 or 4008687. OLE color: 4008687.
HSL color Cylindrical-coordinate representation of color #EF2A3D: hue angle of 354.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A3D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 61 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.06 |
| HSL | 354.21º | 0.86% | 0.55% | - |
| HSV(B) | 354.21º | 0.82% | 0.94% | - |
| XYZ | 37.27 | 20.34 | 6.38 | - |
| YUV | 103.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 61 | 0 | 0.82 | 0.74 | 0.06 | 354.21 | 0.86 | 0.55 |
| Hex | EF | 2A | 3D | 0 | 52 | 4A | 6 | 162 | 56 | 37 |
| Octal | 357 | 52 | 75 | 0 | 122 | 112 | 6 | 542 | 126 | 67 |
| Binary | 11101111 | 101010 | 111101 | 0 | 1010010 | 1001010 | 110 | 101100010 | 1010110 | 110111 |
Color Harmonies of #EF2A3D
Complementary color
Monochromatic Colors of #EF2A3D
Black with #EF2A3D
Text Example
Text Example
White with #EF2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A3D; }
p { color: rgb(239,42,61); }
H1.HeaderClassName
{
color: #EF2A3D;
}
.AnyTagClassName
{
color: #EF2A3D;
}
</style>
background-color css
<style>
a { background-color: #EF2A3D; }
a { background-color: rgb(239,42,61); }
div.DivClassName
{
background-color: #EF2A3D;
}
.BgClassName
{
background-color: #EF2A3D;
}
</style>
border-color css
<style>
span { border-color: #EF2A3D; }
span { border-color: rgb(239,42,61); }
td.TdClassName
{
border-color: #EF2A3D;
}
.TagClassName
{
border-color: #EF2A3D;
}
</style>