Shades of Alizarin #ED3641
Tints of Alizarin #ED3641
RGB
CMYK
RGB Variations
Color information
#ED3641 (or 0xED3641) is known color: Alizarin. HEX triplet: ED, 36 and 41. RGB value is (237,54,65). Sum of RGB (Red+Green+Blue) = 237+54+65=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3641 is #12C9BE. Grayscale: #6E6E6E. Windows color (decimal): -1231295 or 4273901. OLE color: 4273901.
HSL color Cylindrical-coordinate representation of color #ED3641: hue angle of 356.39º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3641 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 65 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.07 |
| HSL | 356.39º | 0.84% | 0.57% | - |
| HSV(B) | 356.39º | 0.77% | 0.93% | - |
| XYZ | 37.2 | 21.02 | 7.1 | - |
| YUV | 109.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 65 | 0 | 0.77 | 0.73 | 0.07 | 356.39 | 0.84 | 0.57 |
| Hex | ED | 36 | 41 | 0 | 4D | 49 | 7 | 164 | 54 | 39 |
| Octal | 355 | 66 | 101 | 0 | 115 | 111 | 7 | 544 | 124 | 71 |
| Binary | 11101101 | 110110 | 1000001 | 0 | 1001101 | 1001001 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #ED3641
Complementary color
Monochromatic Colors of #ED3641
Black with #ED3641
Text Example
Text Example
White with #ED3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3641; }
p { color: rgb(237,54,65); }
H1.HeaderClassName
{
color: #ED3641;
}
.AnyTagClassName
{
color: #ED3641;
}
</style>
background-color css
<style>
a { background-color: #ED3641; }
a { background-color: rgb(237,54,65); }
div.DivClassName
{
background-color: #ED3641;
}
.BgClassName
{
background-color: #ED3641;
}
</style>
border-color css
<style>
span { border-color: #ED3641; }
span { border-color: rgb(237,54,65); }
td.TdClassName
{
border-color: #ED3641;
}
.TagClassName
{
border-color: #ED3641;
}
</style>