Shades of Alizarin #EA282D
Tints of Alizarin #EA282D
RGB
CMYK
RGB Variations
Color information
#EA282D (or 0xEA282D) is known color: Alizarin. HEX triplet: EA, 28 and 2D. RGB value is (234,40,45). Sum of RGB (Red+Green+Blue) = 234+40+45=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA282D is #15D7D2. Grayscale: #626262. Windows color (decimal): -1431507 or 2959594. OLE color: 2959594.
HSL color Cylindrical-coordinate representation of color #EA282D: hue angle of 358.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.08 |
| HSL | 358.45º | 0.82% | 0.54% | - |
| HSV(B) | 358.45º | 0.83% | 0.92% | - |
| XYZ | 35.16 | 19.2 | 4.34 | - |
| YUV | 98.58 | 97.77 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 45 | 0 | 0.83 | 0.81 | 0.08 | 358.45 | 0.82 | 0.54 |
| Hex | EA | 28 | 2D | 0 | 53 | 51 | 8 | 166 | 52 | 36 |
| Octal | 352 | 50 | 55 | 0 | 123 | 121 | 10 | 546 | 122 | 66 |
| Binary | 11101010 | 101000 | 101101 | 0 | 1010011 | 1010001 | 1000 | 101100110 | 1010010 | 110110 |
Color Harmonies of #EA282D
Complementary color
Monochromatic Colors of #EA282D
Black with #EA282D
Text Example
Text Example
White with #EA282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA282D; }
p { color: rgb(234,40,45); }
H1.HeaderClassName
{
color: #EA282D;
}
.AnyTagClassName
{
color: #EA282D;
}
</style>
background-color css
<style>
a { background-color: #EA282D; }
a { background-color: rgb(234,40,45); }
div.DivClassName
{
background-color: #EA282D;
}
.BgClassName
{
background-color: #EA282D;
}
</style>
border-color css
<style>
span { border-color: #EA282D; }
span { border-color: rgb(234,40,45); }
td.TdClassName
{
border-color: #EA282D;
}
.TagClassName
{
border-color: #EA282D;
}
</style>