Shades of Alizarin #ED2A3A
Tints of Alizarin #ED2A3A
RGB
CMYK
RGB Variations
Color information
#ED2A3A (or 0xED2A3A) is known color: Alizarin. HEX triplet: ED, 2A and 3A. RGB value is (237,42,58). Sum of RGB (Red+Green+Blue) = 237+42+58=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A3A is #12D5C5. Grayscale: #666666. Windows color (decimal): -1234374 or 3812077. OLE color: 3812077.
HSL color Cylindrical-coordinate representation of color #ED2A3A: hue angle of 355.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A3A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 58 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.07 |
| HSL | 355.08º | 0.84% | 0.55% | - |
| HSV(B) | 355.08º | 0.82% | 0.93% | - |
| XYZ | 36.52 | 19.97 | 5.93 | - |
| YUV | 102.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 58 | 0 | 0.82 | 0.76 | 0.07 | 355.08 | 0.84 | 0.55 |
| Hex | ED | 2A | 3A | 0 | 52 | 4C | 7 | 163 | 54 | 37 |
| Octal | 355 | 52 | 72 | 0 | 122 | 114 | 7 | 543 | 124 | 67 |
| Binary | 11101101 | 101010 | 111010 | 0 | 1010010 | 1001100 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #ED2A3A
Complementary color
Monochromatic Colors of #ED2A3A
Black with #ED2A3A
Text Example
Text Example
White with #ED2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A3A; }
p { color: rgb(237,42,58); }
H1.HeaderClassName
{
color: #ED2A3A;
}
.AnyTagClassName
{
color: #ED2A3A;
}
</style>
background-color css
<style>
a { background-color: #ED2A3A; }
a { background-color: rgb(237,42,58); }
div.DivClassName
{
background-color: #ED2A3A;
}
.BgClassName
{
background-color: #ED2A3A;
}
</style>
border-color css
<style>
span { border-color: #ED2A3A; }
span { border-color: rgb(237,42,58); }
td.TdClassName
{
border-color: #ED2A3A;
}
.TagClassName
{
border-color: #ED2A3A;
}
</style>