Shades of Alizarin #ED242A
Tints of Alizarin #ED242A
RGB
CMYK
RGB Variations
Color information
#ED242A (or 0xED242A) is known color: Alizarin. HEX triplet: ED, 24 and 2A. RGB value is (237,36,42). Sum of RGB (Red+Green+Blue) = 237+36+42=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED242A is #12DBD5. Grayscale: #606060. Windows color (decimal): -1235926 or 2761965. OLE color: 2761965.
HSL color Cylindrical-coordinate representation of color #ED242A: hue angle of 358.21º 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 #ED242A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.07 |
| HSL | 358.21º | 0.85% | 0.54% | - |
| HSV(B) | 358.21º | 0.85% | 0.93% | - |
| XYZ | 35.97 | 19.43 | 4.05 | - |
| YUV | 96.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 42 | 0 | 0.85 | 0.82 | 0.07 | 358.21 | 0.85 | 0.54 |
| Hex | ED | 24 | 2A | 0 | 55 | 52 | 7 | 166 | 55 | 36 |
| Octal | 355 | 44 | 52 | 0 | 125 | 122 | 7 | 546 | 125 | 66 |
| Binary | 11101101 | 100100 | 101010 | 0 | 1010101 | 1010010 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #ED242A
Complementary color
Monochromatic Colors of #ED242A
Black with #ED242A
Text Example
Text Example
White with #ED242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED242A; }
p { color: rgb(237,36,42); }
H1.HeaderClassName
{
color: #ED242A;
}
.AnyTagClassName
{
color: #ED242A;
}
</style>
background-color css
<style>
a { background-color: #ED242A; }
a { background-color: rgb(237,36,42); }
div.DivClassName
{
background-color: #ED242A;
}
.BgClassName
{
background-color: #ED242A;
}
</style>
border-color css
<style>
span { border-color: #ED242A; }
span { border-color: rgb(237,36,42); }
td.TdClassName
{
border-color: #ED242A;
}
.TagClassName
{
border-color: #ED242A;
}
</style>