Shades of Alizarin #ED2341
Tints of Alizarin #ED2341
RGB
CMYK
RGB Variations
Color information
#ED2341 (or 0xED2341) is known color: Alizarin. HEX triplet: ED, 23 and 41. RGB value is (237,35,65). Sum of RGB (Red+Green+Blue) = 237+35+65=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2341 is #12DCBE. Grayscale: #626262. Windows color (decimal): -1236159 or 4269037. OLE color: 4269037.
HSL color Cylindrical-coordinate representation of color #ED2341: hue angle of 351.09º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2341 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 65 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.07 |
| HSL | 351.09º | 0.85% | 0.53% | - |
| HSV(B) | 351.09º | 0.85% | 0.93% | - |
| XYZ | 36.48 | 19.59 | 6.86 | - |
| YUV | 98.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 65 | 0 | 0.85 | 0.73 | 0.07 | 351.09 | 0.85 | 0.53 |
| Hex | ED | 23 | 41 | 0 | 55 | 49 | 7 | 15F | 55 | 35 |
| Octal | 355 | 43 | 101 | 0 | 125 | 111 | 7 | 537 | 125 | 65 |
| Binary | 11101101 | 100011 | 1000001 | 0 | 1010101 | 1001001 | 111 | 101011111 | 1010101 | 110101 |
Color Harmonies of #ED2341
Complementary color
Monochromatic Colors of #ED2341
Black with #ED2341
Text Example
Text Example
White with #ED2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2341; }
p { color: rgb(237,35,65); }
H1.HeaderClassName
{
color: #ED2341;
}
.AnyTagClassName
{
color: #ED2341;
}
</style>
background-color css
<style>
a { background-color: #ED2341; }
a { background-color: rgb(237,35,65); }
div.DivClassName
{
background-color: #ED2341;
}
.BgClassName
{
background-color: #ED2341;
}
</style>
border-color css
<style>
span { border-color: #ED2341; }
span { border-color: rgb(237,35,65); }
td.TdClassName
{
border-color: #ED2341;
}
.TagClassName
{
border-color: #ED2341;
}
</style>