Shades of Alizarin #ED2B3C
Tints of Alizarin #ED2B3C
RGB
CMYK
RGB Variations
Color information
#ED2B3C (or 0xED2B3C) is known color: Alizarin. HEX triplet: ED, 2B and 3C. RGB value is (237,43,60). Sum of RGB (Red+Green+Blue) = 237+43+60=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B3C is #12D4C3. Grayscale: #676767. Windows color (decimal): -1234116 or 3943405. OLE color: 3943405.
HSL color Cylindrical-coordinate representation of color #ED2B3C: hue angle of 354.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2B3C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 60 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.07 |
| HSL | 354.74º | 0.84% | 0.55% | - |
| HSV(B) | 354.74º | 0.82% | 0.93% | - |
| XYZ | 36.6 | 20.06 | 6.22 | - |
| YUV | 102.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 60 | 0 | 0.82 | 0.75 | 0.07 | 354.74 | 0.84 | 0.55 |
| Hex | ED | 2B | 3C | 0 | 52 | 4B | 7 | 163 | 54 | 37 |
| Octal | 355 | 53 | 74 | 0 | 122 | 113 | 7 | 543 | 124 | 67 |
| Binary | 11101101 | 101011 | 111100 | 0 | 1010010 | 1001011 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #ED2B3C
Complementary color
Monochromatic Colors of #ED2B3C
Black with #ED2B3C
Text Example
Text Example
White with #ED2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B3C; }
p { color: rgb(237,43,60); }
H1.HeaderClassName
{
color: #ED2B3C;
}
.AnyTagClassName
{
color: #ED2B3C;
}
</style>
background-color css
<style>
a { background-color: #ED2B3C; }
a { background-color: rgb(237,43,60); }
div.DivClassName
{
background-color: #ED2B3C;
}
.BgClassName
{
background-color: #ED2B3C;
}
</style>
border-color css
<style>
span { border-color: #ED2B3C; }
span { border-color: rgb(237,43,60); }
td.TdClassName
{
border-color: #ED2B3C;
}
.TagClassName
{
border-color: #ED2B3C;
}
</style>