Shades of Alizarin #EA2C31
Tints of Alizarin #EA2C31
RGB
CMYK
RGB Variations
Color information
#EA2C31 (or 0xEA2C31) is known color: Alizarin. HEX triplet: EA, 2C and 31. RGB value is (234,44,49). Sum of RGB (Red+Green+Blue) = 234+44+49=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C31 is #15D3CE. Grayscale: #656565. Windows color (decimal): -1430479 or 3222762. OLE color: 3222762.
HSL color Cylindrical-coordinate representation of color #EA2C31: hue angle of 358.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C31 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 49 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.08 |
| HSL | 358.42º | 0.82% | 0.55% | - |
| HSV(B) | 358.42º | 0.81% | 0.92% | - |
| XYZ | 35.39 | 19.52 | 4.81 | - |
| YUV | 101.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 49 | 0 | 0.81 | 0.79 | 0.08 | 358.42 | 0.82 | 0.55 |
| Hex | EA | 2C | 31 | 0 | 51 | 4F | 8 | 166 | 52 | 37 |
| Octal | 352 | 54 | 61 | 0 | 121 | 117 | 10 | 546 | 122 | 67 |
| Binary | 11101010 | 101100 | 110001 | 0 | 1010001 | 1001111 | 1000 | 101100110 | 1010010 | 110111 |
Color Harmonies of #EA2C31
Complementary color
Monochromatic Colors of #EA2C31
Black with #EA2C31
Text Example
Text Example
White with #EA2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C31; }
p { color: rgb(234,44,49); }
H1.HeaderClassName
{
color: #EA2C31;
}
.AnyTagClassName
{
color: #EA2C31;
}
</style>
background-color css
<style>
a { background-color: #EA2C31; }
a { background-color: rgb(234,44,49); }
div.DivClassName
{
background-color: #EA2C31;
}
.BgClassName
{
background-color: #EA2C31;
}
</style>
border-color css
<style>
span { border-color: #EA2C31; }
span { border-color: rgb(234,44,49); }
td.TdClassName
{
border-color: #EA2C31;
}
.TagClassName
{
border-color: #EA2C31;
}
</style>