Shades of Alizarin #ED243D
Tints of Alizarin #ED243D
RGB
CMYK
RGB Variations
Color information
#ED243D (or 0xED243D) is known color: Alizarin. HEX triplet: ED, 24 and 3D. RGB value is (237,36,61). Sum of RGB (Red+Green+Blue) = 237+36+61=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED243D is #12DBC2. Grayscale: #636363. Windows color (decimal): -1235907 or 4007149. OLE color: 4007149.
HSL color Cylindrical-coordinate representation of color #ED243D: hue angle of 352.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED243D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.07 |
| HSL | 352.54º | 0.85% | 0.54% | - |
| HSV(B) | 352.54º | 0.85% | 0.93% | - |
| XYZ | 36.4 | 19.6 | 6.28 | - |
| YUV | 98.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 61 | 0 | 0.85 | 0.74 | 0.07 | 352.54 | 0.85 | 0.54 |
| Hex | ED | 24 | 3D | 0 | 55 | 4A | 7 | 161 | 55 | 36 |
| Octal | 355 | 44 | 75 | 0 | 125 | 112 | 7 | 541 | 125 | 66 |
| Binary | 11101101 | 100100 | 111101 | 0 | 1010101 | 1001010 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #ED243D
Complementary color
Monochromatic Colors of #ED243D
Black with #ED243D
Text Example
Text Example
White with #ED243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED243D; }
p { color: rgb(237,36,61); }
H1.HeaderClassName
{
color: #ED243D;
}
.AnyTagClassName
{
color: #ED243D;
}
</style>
background-color css
<style>
a { background-color: #ED243D; }
a { background-color: rgb(237,36,61); }
div.DivClassName
{
background-color: #ED243D;
}
.BgClassName
{
background-color: #ED243D;
}
</style>
border-color css
<style>
span { border-color: #ED243D; }
span { border-color: rgb(237,36,61); }
td.TdClassName
{
border-color: #ED243D;
}
.TagClassName
{
border-color: #ED243D;
}
</style>