Shades of Alizarin #EF222D
Tints of Alizarin #EF222D
RGB
CMYK
RGB Variations
Color information
#EF222D (or 0xEF222D) is known color: Alizarin. HEX triplet: EF, 22 and 2D. RGB value is (239,34,45). Sum of RGB (Red+Green+Blue) = 239+34+45=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF222D is #10DDD2. Grayscale: #606060. Windows color (decimal): -1105363 or 2958063. OLE color: 2958063.
HSL color Cylindrical-coordinate representation of color #EF222D: hue angle of 356.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF222D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 45 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.06 |
| HSL | 356.78º | 0.86% | 0.54% | - |
| HSV(B) | 356.78º | 0.86% | 0.94% | - |
| XYZ | 36.64 | 19.68 | 4.35 | - |
| YUV | 96.55 | 98.92 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 45 | 0 | 0.86 | 0.81 | 0.06 | 356.78 | 0.86 | 0.54 |
| Hex | EF | 22 | 2D | 0 | 56 | 51 | 6 | 165 | 56 | 36 |
| Octal | 357 | 42 | 55 | 0 | 126 | 121 | 6 | 545 | 126 | 66 |
| Binary | 11101111 | 100010 | 101101 | 0 | 1010110 | 1010001 | 110 | 101100101 | 1010110 | 110110 |
Color Harmonies of #EF222D
Complementary color
Monochromatic Colors of #EF222D
Black with #EF222D
Text Example
Text Example
White with #EF222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF222D; }
p { color: rgb(239,34,45); }
H1.HeaderClassName
{
color: #EF222D;
}
.AnyTagClassName
{
color: #EF222D;
}
</style>
background-color css
<style>
a { background-color: #EF222D; }
a { background-color: rgb(239,34,45); }
div.DivClassName
{
background-color: #EF222D;
}
.BgClassName
{
background-color: #EF222D;
}
</style>
border-color css
<style>
span { border-color: #EF222D; }
span { border-color: rgb(239,34,45); }
td.TdClassName
{
border-color: #EF222D;
}
.TagClassName
{
border-color: #EF222D;
}
</style>