Shades of Alizarin #EF282D
Tints of Alizarin #EF282D
RGB
CMYK
RGB Variations
Color information
#EF282D (or 0xEF282D) is known color: Alizarin. HEX triplet: EF, 28 and 2D. RGB value is (239,40,45). Sum of RGB (Red+Green+Blue) = 239+40+45=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF282D is #10D7D2. Grayscale: #646464. Windows color (decimal): -1103827 or 2959599. OLE color: 2959599.
HSL color Cylindrical-coordinate representation of color #EF282D: hue angle of 358.49º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.06 |
| HSL | 358.49º | 0.86% | 0.55% | - |
| HSV(B) | 358.49º | 0.83% | 0.94% | - |
| XYZ | 36.83 | 20.06 | 4.41 | - |
| YUV | 100.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 45 | 0 | 0.83 | 0.81 | 0.06 | 358.49 | 0.86 | 0.55 |
| Hex | EF | 28 | 2D | 0 | 53 | 51 | 6 | 166 | 56 | 37 |
| Octal | 357 | 50 | 55 | 0 | 123 | 121 | 6 | 546 | 126 | 67 |
| Binary | 11101111 | 101000 | 101101 | 0 | 1010011 | 1010001 | 110 | 101100110 | 1010110 | 110111 |
Color Harmonies of #EF282D
Complementary color
Monochromatic Colors of #EF282D
Black with #EF282D
Text Example
Text Example
White with #EF282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF282D; }
p { color: rgb(239,40,45); }
H1.HeaderClassName
{
color: #EF282D;
}
.AnyTagClassName
{
color: #EF282D;
}
</style>
background-color css
<style>
a { background-color: #EF282D; }
a { background-color: rgb(239,40,45); }
div.DivClassName
{
background-color: #EF282D;
}
.BgClassName
{
background-color: #EF282D;
}
</style>
border-color css
<style>
span { border-color: #EF282D; }
span { border-color: rgb(239,40,45); }
td.TdClassName
{
border-color: #EF282D;
}
.TagClassName
{
border-color: #EF282D;
}
</style>