Shades of Alizarin #EF203F
Tints of Alizarin #EF203F
RGB
CMYK
RGB Variations
Color information
#EF203F (or 0xEF203F) is known color: Alizarin. HEX triplet: EF, 20 and 3F. RGB value is (239,32,63). Sum of RGB (Red+Green+Blue) = 239+32+63=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF203F is #10DFC0. Grayscale: #616161. Windows color (decimal): -1105857 or 4137199. OLE color: 4137199.
HSL color Cylindrical-coordinate representation of color #EF203F: hue angle of 351.01º 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 #EF203F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.06 |
| HSL | 351.01º | 0.87% | 0.53% | - |
| HSV(B) | 351.01º | 0.87% | 0.94% | - |
| XYZ | 37.01 | 19.74 | 6.56 | - |
| YUV | 97.43 | 108.58 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 63 | 0 | 0.87 | 0.74 | 0.06 | 351.01 | 0.87 | 0.53 |
| Hex | EF | 20 | 3F | 0 | 57 | 4A | 6 | 15F | 57 | 35 |
| Octal | 357 | 40 | 77 | 0 | 127 | 112 | 6 | 537 | 127 | 65 |
| Binary | 11101111 | 100000 | 111111 | 0 | 1010111 | 1001010 | 110 | 101011111 | 1010111 | 110101 |
Color Harmonies of #EF203F
Complementary color
Monochromatic Colors of #EF203F
Black with #EF203F
Text Example
Text Example
White with #EF203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF203F; }
p { color: rgb(239,32,63); }
H1.HeaderClassName
{
color: #EF203F;
}
.AnyTagClassName
{
color: #EF203F;
}
</style>
background-color css
<style>
a { background-color: #EF203F; }
a { background-color: rgb(239,32,63); }
div.DivClassName
{
background-color: #EF203F;
}
.BgClassName
{
background-color: #EF203F;
}
</style>
border-color css
<style>
span { border-color: #EF203F; }
span { border-color: rgb(239,32,63); }
td.TdClassName
{
border-color: #EF203F;
}
.TagClassName
{
border-color: #EF203F;
}
</style>