Shades of Alizarin #EA1D26
Tints of Alizarin #EA1D26
RGB
CMYK
RGB Variations
Color information
#EA1D26 (or 0xEA1D26) is known color: Alizarin. HEX triplet: EA, 1D and 26. RGB value is (234,29,38). Sum of RGB (Red+Green+Blue) = 234+29+38=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1D26 is #15E2D9. Grayscale: #5B5B5B. Windows color (decimal): -1434330 or 2498026. OLE color: 2498026.
HSL color Cylindrical-coordinate representation of color #EA1D26: hue angle of 357.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1D26 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 38 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.08 |
| HSL | 357.37º | 0.83% | 0.52% | - |
| HSV(B) | 357.37º | 0.88% | 0.92% | - |
| XYZ | 34.72 | 18.51 | 3.58 | - |
| YUV | 91.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 38 | 0 | 0.88 | 0.84 | 0.08 | 357.37 | 0.83 | 0.52 |
| Hex | EA | 1D | 26 | 0 | 58 | 54 | 8 | 165 | 53 | 34 |
| Octal | 352 | 35 | 46 | 0 | 130 | 124 | 10 | 545 | 123 | 64 |
| Binary | 11101010 | 11101 | 100110 | 0 | 1011000 | 1010100 | 1000 | 101100101 | 1010011 | 110100 |
Color Harmonies of #EA1D26
Complementary color
Monochromatic Colors of #EA1D26
Black with #EA1D26
Text Example
Text Example
White with #EA1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D26; }
p { color: rgb(234,29,38); }
H1.HeaderClassName
{
color: #EA1D26;
}
.AnyTagClassName
{
color: #EA1D26;
}
</style>
background-color css
<style>
a { background-color: #EA1D26; }
a { background-color: rgb(234,29,38); }
div.DivClassName
{
background-color: #EA1D26;
}
.BgClassName
{
background-color: #EA1D26;
}
</style>
border-color css
<style>
span { border-color: #EA1D26; }
span { border-color: rgb(234,29,38); }
td.TdClassName
{
border-color: #EA1D26;
}
.TagClassName
{
border-color: #EA1D26;
}
</style>