Shades of Alizarin #EF202D
Tints of Alizarin #EF202D
RGB
CMYK
RGB Variations
Color information
#EF202D (or 0xEF202D) is known color: Alizarin. HEX triplet: EF, 20 and 2D. RGB value is (239,32,45). Sum of RGB (Red+Green+Blue) = 239+32+45=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202D is #10DFD2. Grayscale: #5F5F5F. Windows color (decimal): -1105875 or 2957551. OLE color: 2957551.
HSL color Cylindrical-coordinate representation of color #EF202D: hue angle of 356.23º 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 #EF202D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.06 |
| HSL | 356.23º | 0.87% | 0.53% | - |
| HSV(B) | 356.23º | 0.87% | 0.94% | - |
| XYZ | 36.59 | 19.57 | 4.33 | - |
| YUV | 95.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 45 | 0 | 0.87 | 0.81 | 0.06 | 356.23 | 0.87 | 0.53 |
| Hex | EF | 20 | 2D | 0 | 57 | 51 | 6 | 164 | 57 | 35 |
| Octal | 357 | 40 | 55 | 0 | 127 | 121 | 6 | 544 | 127 | 65 |
| Binary | 11101111 | 100000 | 101101 | 0 | 1010111 | 1010001 | 110 | 101100100 | 1010111 | 110101 |
Color Harmonies of #EF202D
Complementary color
Monochromatic Colors of #EF202D
Black with #EF202D
Text Example
Text Example
White with #EF202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF202D; }
p { color: rgb(239,32,45); }
H1.HeaderClassName
{
color: #EF202D;
}
.AnyTagClassName
{
color: #EF202D;
}
</style>
background-color css
<style>
a { background-color: #EF202D; }
a { background-color: rgb(239,32,45); }
div.DivClassName
{
background-color: #EF202D;
}
.BgClassName
{
background-color: #EF202D;
}
</style>
border-color css
<style>
span { border-color: #EF202D; }
span { border-color: rgb(239,32,45); }
td.TdClassName
{
border-color: #EF202D;
}
.TagClassName
{
border-color: #EF202D;
}
</style>