Shades of Alizarin #EA282F
Tints of Alizarin #EA282F
RGB
CMYK
RGB Variations
Color information
#EA282F (or 0xEA282F) is known color: Alizarin. HEX triplet: EA, 28 and 2F. RGB value is (234,40,47). Sum of RGB (Red+Green+Blue) = 234+40+47=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA282F is #15D7D0. Grayscale: #626262. Windows color (decimal): -1431505 or 3090666. OLE color: 3090666.
HSL color Cylindrical-coordinate representation of color #EA282F: hue angle of 357.84º 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 #EA282F is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 47 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.08 |
| HSL | 357.84º | 0.82% | 0.54% | - |
| HSV(B) | 357.84º | 0.83% | 0.92% | - |
| XYZ | 35.2 | 19.22 | 4.54 | - |
| YUV | 98.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 47 | 0 | 0.83 | 0.80 | 0.08 | 357.84 | 0.82 | 0.54 |
| Hex | EA | 28 | 2F | 0 | 53 | 50 | 8 | 166 | 52 | 36 |
| Octal | 352 | 50 | 57 | 0 | 123 | 120 | 10 | 546 | 122 | 66 |
| Binary | 11101010 | 101000 | 101111 | 0 | 1010011 | 1010000 | 1000 | 101100110 | 1010010 | 110110 |
Color Harmonies of #EA282F
Complementary color
Monochromatic Colors of #EA282F
Black with #EA282F
Text Example
Text Example
White with #EA282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA282F; }
p { color: rgb(234,40,47); }
H1.HeaderClassName
{
color: #EA282F;
}
.AnyTagClassName
{
color: #EA282F;
}
</style>
background-color css
<style>
a { background-color: #EA282F; }
a { background-color: rgb(234,40,47); }
div.DivClassName
{
background-color: #EA282F;
}
.BgClassName
{
background-color: #EA282F;
}
</style>
border-color css
<style>
span { border-color: #EA282F; }
span { border-color: rgb(234,40,47); }
td.TdClassName
{
border-color: #EA282F;
}
.TagClassName
{
border-color: #EA282F;
}
</style>