Shades of Alizarin #EA282C
Tints of Alizarin #EA282C
RGB
CMYK
RGB Variations
Color information
#EA282C (or 0xEA282C) is known color: Alizarin. HEX triplet: EA, 28 and 2C. RGB value is (234,40,44). Sum of RGB (Red+Green+Blue) = 234+40+44=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA282C is #15D7D3. Grayscale: #626262. Windows color (decimal): -1431508 or 2894058. OLE color: 2894058.
HSL color Cylindrical-coordinate representation of color #EA282C: hue angle of 358.76º 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 #EA282C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.08 |
| HSL | 358.76º | 0.82% | 0.54% | - |
| HSV(B) | 358.76º | 0.83% | 0.92% | - |
| XYZ | 35.15 | 19.19 | 4.23 | - |
| YUV | 98.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 44 | 0 | 0.83 | 0.81 | 0.08 | 358.76 | 0.82 | 0.54 |
| Hex | EA | 28 | 2C | 0 | 53 | 51 | 8 | 167 | 52 | 36 |
| Octal | 352 | 50 | 54 | 0 | 123 | 121 | 10 | 547 | 122 | 66 |
| Binary | 11101010 | 101000 | 101100 | 0 | 1010011 | 1010001 | 1000 | 101100111 | 1010010 | 110110 |
Color Harmonies of #EA282C
Complementary color
Monochromatic Colors of #EA282C
Black with #EA282C
Text Example
Text Example
White with #EA282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA282C; }
p { color: rgb(234,40,44); }
H1.HeaderClassName
{
color: #EA282C;
}
.AnyTagClassName
{
color: #EA282C;
}
</style>
background-color css
<style>
a { background-color: #EA282C; }
a { background-color: rgb(234,40,44); }
div.DivClassName
{
background-color: #EA282C;
}
.BgClassName
{
background-color: #EA282C;
}
</style>
border-color css
<style>
span { border-color: #EA282C; }
span { border-color: rgb(234,40,44); }
td.TdClassName
{
border-color: #EA282C;
}
.TagClassName
{
border-color: #EA282C;
}
</style>