Shades of Alizarin #EA2B2F
Tints of Alizarin #EA2B2F
RGB
CMYK
RGB Variations
Color information
#EA2B2F (or 0xEA2B2F) is known color: Alizarin. HEX triplet: EA, 2B and 2F. RGB value is (234,43,47). Sum of RGB (Red+Green+Blue) = 234+43+47=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B2F is #15D4D0. Grayscale: #646464. Windows color (decimal): -1430737 or 3091434. OLE color: 3091434.
HSL color Cylindrical-coordinate representation of color #EA2B2F: hue angle of 358.74º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B2F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 47 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.08 |
| HSL | 358.74º | 0.82% | 0.54% | - |
| HSV(B) | 358.74º | 0.82% | 0.92% | - |
| XYZ | 35.31 | 19.43 | 4.58 | - |
| YUV | 100.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 47 | 0 | 0.82 | 0.80 | 0.08 | 358.74 | 0.82 | 0.54 |
| Hex | EA | 2B | 2F | 0 | 52 | 50 | 8 | 167 | 52 | 36 |
| Octal | 352 | 53 | 57 | 0 | 122 | 120 | 10 | 547 | 122 | 66 |
| Binary | 11101010 | 101011 | 101111 | 0 | 1010010 | 1010000 | 1000 | 101100111 | 1010010 | 110110 |
Color Harmonies of #EA2B2F
Complementary color
Monochromatic Colors of #EA2B2F
Black with #EA2B2F
Text Example
Text Example
White with #EA2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B2F; }
p { color: rgb(234,43,47); }
H1.HeaderClassName
{
color: #EA2B2F;
}
.AnyTagClassName
{
color: #EA2B2F;
}
</style>
background-color css
<style>
a { background-color: #EA2B2F; }
a { background-color: rgb(234,43,47); }
div.DivClassName
{
background-color: #EA2B2F;
}
.BgClassName
{
background-color: #EA2B2F;
}
</style>
border-color css
<style>
span { border-color: #EA2B2F; }
span { border-color: rgb(234,43,47); }
td.TdClassName
{
border-color: #EA2B2F;
}
.TagClassName
{
border-color: #EA2B2F;
}
</style>