Shades of Alizarin #EA3D3F
Tints of Alizarin #EA3D3F
RGB
CMYK
RGB Variations
Color information
#EA3D3F (or 0xEA3D3F) is known color: Alizarin. HEX triplet: EA, 3D and 3F. RGB value is (234,61,63). Sum of RGB (Red+Green+Blue) = 234+61+63=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3D3F is #15C2C0. Grayscale: #717171. Windows color (decimal): -1426113 or 4144618. OLE color: 4144618.
HSL color Cylindrical-coordinate representation of color #EA3D3F: hue angle of 359.31º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3D3F is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 63 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.08 |
| HSL | 359.31º | 0.8% | 0.58% | - |
| HSV(B) | 359.31º | 0.74% | 0.92% | - |
| XYZ | 36.5 | 21.19 | 6.87 | - |
| YUV | 112.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 63 | 0 | 0.74 | 0.73 | 0.08 | 359.31 | 0.8 | 0.58 |
| Hex | EA | 3D | 3F | 0 | 4A | 49 | 8 | 167 | 50 | 3A |
| Octal | 352 | 75 | 77 | 0 | 112 | 111 | 10 | 547 | 120 | 72 |
| Binary | 11101010 | 111101 | 111111 | 0 | 1001010 | 1001001 | 1000 | 101100111 | 1010000 | 111010 |
Color Harmonies of #EA3D3F
Complementary color
Monochromatic Colors of #EA3D3F
Black with #EA3D3F
Text Example
Text Example
White with #EA3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3D3F; }
p { color: rgb(234,61,63); }
H1.HeaderClassName
{
color: #EA3D3F;
}
.AnyTagClassName
{
color: #EA3D3F;
}
</style>
background-color css
<style>
a { background-color: #EA3D3F; }
a { background-color: rgb(234,61,63); }
div.DivClassName
{
background-color: #EA3D3F;
}
.BgClassName
{
background-color: #EA3D3F;
}
</style>
border-color css
<style>
span { border-color: #EA3D3F; }
span { border-color: rgb(234,61,63); }
td.TdClassName
{
border-color: #EA3D3F;
}
.TagClassName
{
border-color: #EA3D3F;
}
</style>