Shades of Alizarin #EA262C
Tints of Alizarin #EA262C
RGB
CMYK
RGB Variations
Color information
#EA262C (or 0xEA262C) is known color: Alizarin. HEX triplet: EA, 26 and 2C. RGB value is (234,38,44). Sum of RGB (Red+Green+Blue) = 234+38+44=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA262C is #15D9D3. Grayscale: #616161. Windows color (decimal): -1432020 or 2893546. OLE color: 2893546.
HSL color Cylindrical-coordinate representation of color #EA262C: hue angle of 358.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA262C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 44 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.08 |
| HSL | 358.16º | 0.82% | 0.53% | - |
| HSV(B) | 358.16º | 0.84% | 0.92% | - |
| XYZ | 35.08 | 19.06 | 4.21 | - |
| YUV | 97.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 44 | 0 | 0.84 | 0.81 | 0.08 | 358.16 | 0.82 | 0.53 |
| Hex | EA | 26 | 2C | 0 | 54 | 51 | 8 | 166 | 52 | 35 |
| Octal | 352 | 46 | 54 | 0 | 124 | 121 | 10 | 546 | 122 | 65 |
| Binary | 11101010 | 100110 | 101100 | 0 | 1010100 | 1010001 | 1000 | 101100110 | 1010010 | 110101 |
Color Harmonies of #EA262C
Complementary color
Monochromatic Colors of #EA262C
Black with #EA262C
Text Example
Text Example
White with #EA262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA262C; }
p { color: rgb(234,38,44); }
H1.HeaderClassName
{
color: #EA262C;
}
.AnyTagClassName
{
color: #EA262C;
}
</style>
background-color css
<style>
a { background-color: #EA262C; }
a { background-color: rgb(234,38,44); }
div.DivClassName
{
background-color: #EA262C;
}
.BgClassName
{
background-color: #EA262C;
}
</style>
border-color css
<style>
span { border-color: #EA262C; }
span { border-color: rgb(234,38,44); }
td.TdClassName
{
border-color: #EA262C;
}
.TagClassName
{
border-color: #EA262C;
}
</style>