Shades of Alizarin #EF203A
Tints of Alizarin #EF203A
RGB
CMYK
RGB Variations
Color information
#EF203A (or 0xEF203A) is known color: Alizarin. HEX triplet: EF, 20 and 3A. RGB value is (239,32,58). Sum of RGB (Red+Green+Blue) = 239+32+58=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF203A is #10DFC5. Grayscale: #606060. Windows color (decimal): -1105862 or 3809519. OLE color: 3809519.
HSL color Cylindrical-coordinate representation of color #EF203A: hue angle of 352.46º 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 #EF203A is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 58 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.06 |
| HSL | 352.46º | 0.87% | 0.53% | - |
| HSV(B) | 352.46º | 0.87% | 0.94% | - |
| XYZ | 36.88 | 19.69 | 5.86 | - |
| YUV | 96.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 58 | 0 | 0.87 | 0.76 | 0.06 | 352.46 | 0.87 | 0.53 |
| Hex | EF | 20 | 3A | 0 | 57 | 4C | 6 | 160 | 57 | 35 |
| Octal | 357 | 40 | 72 | 0 | 127 | 114 | 6 | 540 | 127 | 65 |
| Binary | 11101111 | 100000 | 111010 | 0 | 1010111 | 1001100 | 110 | 101100000 | 1010111 | 110101 |
Color Harmonies of #EF203A
Complementary color
Monochromatic Colors of #EF203A
Black with #EF203A
Text Example
Text Example
White with #EF203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF203A; }
p { color: rgb(239,32,58); }
H1.HeaderClassName
{
color: #EF203A;
}
.AnyTagClassName
{
color: #EF203A;
}
</style>
background-color css
<style>
a { background-color: #EF203A; }
a { background-color: rgb(239,32,58); }
div.DivClassName
{
background-color: #EF203A;
}
.BgClassName
{
background-color: #EF203A;
}
</style>
border-color css
<style>
span { border-color: #EF203A; }
span { border-color: rgb(239,32,58); }
td.TdClassName
{
border-color: #EF203A;
}
.TagClassName
{
border-color: #EF203A;
}
</style>