Shades of Alizarin #EF3D3E
Tints of Alizarin #EF3D3E
RGB
CMYK
RGB Variations
Color information
#EF3D3E (or 0xEF3D3E) is known color: Alizarin. HEX triplet: EF, 3D and 3E. RGB value is (239,61,62). Sum of RGB (Red+Green+Blue) = 239+61+62=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D3E is #10C2C1. Grayscale: #727272. Windows color (decimal): -1098434 or 4079087. OLE color: 4079087.
HSL color Cylindrical-coordinate representation of color #EF3D3E: hue angle of 359.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3D3E is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 62 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.06 |
| HSL | 359.66º | 0.85% | 0.59% | - |
| HSV(B) | 359.66º | 0.74% | 0.94% | - |
| XYZ | 38.13 | 22.04 | 6.8 | - |
| YUV | 114.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 62 | 0 | 0.74 | 0.74 | 0.06 | 359.66 | 0.85 | 0.59 |
| Hex | EF | 3D | 3E | 0 | 4A | 4A | 6 | 168 | 55 | 3B |
| Octal | 357 | 75 | 76 | 0 | 112 | 112 | 6 | 550 | 125 | 73 |
| Binary | 11101111 | 111101 | 111110 | 0 | 1001010 | 1001010 | 110 | 101101000 | 1010101 | 111011 |
Color Harmonies of #EF3D3E
Complementary color
Monochromatic Colors of #EF3D3E
Black with #EF3D3E
Text Example
Text Example
White with #EF3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D3E; }
p { color: rgb(239,61,62); }
H1.HeaderClassName
{
color: #EF3D3E;
}
.AnyTagClassName
{
color: #EF3D3E;
}
</style>
background-color css
<style>
a { background-color: #EF3D3E; }
a { background-color: rgb(239,61,62); }
div.DivClassName
{
background-color: #EF3D3E;
}
.BgClassName
{
background-color: #EF3D3E;
}
</style>
border-color css
<style>
span { border-color: #EF3D3E; }
span { border-color: rgb(239,61,62); }
td.TdClassName
{
border-color: #EF3D3E;
}
.TagClassName
{
border-color: #EF3D3E;
}
</style>