Shades of Alizarin #ED353E
Tints of Alizarin #ED353E
RGB
CMYK
RGB Variations
Color information
#ED353E (or 0xED353E) is known color: Alizarin. HEX triplet: ED, 35 and 3E. RGB value is (237,53,62). Sum of RGB (Red+Green+Blue) = 237+53+62=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED353E is #12CAC1. Grayscale: #6D6D6D. Windows color (decimal): -1231554 or 4077037. OLE color: 4077037.
HSL color Cylindrical-coordinate representation of color #ED353E: hue angle of 357.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED353E is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 62 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 357.07º | 0.84% | 0.57% | - |
| HSV(B) | 357.07º | 0.78% | 0.93% | - |
| XYZ | 37.07 | 20.9 | 6.64 | - |
| YUV | 109.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 62 | 0 | 0.78 | 0.74 | 0.07 | 357.07 | 0.84 | 0.57 |
| Hex | ED | 35 | 3E | 0 | 4E | 4A | 7 | 165 | 54 | 39 |
| Octal | 355 | 65 | 76 | 0 | 116 | 112 | 7 | 545 | 124 | 71 |
| Binary | 11101101 | 110101 | 111110 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010100 | 111001 |
Color Harmonies of #ED353E
Complementary color
Monochromatic Colors of #ED353E
Black with #ED353E
Text Example
Text Example
White with #ED353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED353E; }
p { color: rgb(237,53,62); }
H1.HeaderClassName
{
color: #ED353E;
}
.AnyTagClassName
{
color: #ED353E;
}
</style>
background-color css
<style>
a { background-color: #ED353E; }
a { background-color: rgb(237,53,62); }
div.DivClassName
{
background-color: #ED353E;
}
.BgClassName
{
background-color: #ED353E;
}
</style>
border-color css
<style>
span { border-color: #ED353E; }
span { border-color: rgb(237,53,62); }
td.TdClassName
{
border-color: #ED353E;
}
.TagClassName
{
border-color: #ED353E;
}
</style>