Shades of Alizarin #ED2F3E
Tints of Alizarin #ED2F3E
RGB
CMYK
RGB Variations
Color information
#ED2F3E (or 0xED2F3E) is known color: Alizarin. HEX triplet: ED, 2F and 3E. RGB value is (237,47,62). Sum of RGB (Red+Green+Blue) = 237+47+62=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F3E is #12D0C1. Grayscale: #696969. Windows color (decimal): -1233090 or 4075501. OLE color: 4075501.
HSL color Cylindrical-coordinate representation of color #ED2F3E: hue angle of 355.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2F3E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 62 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.07 |
| HSL | 355.26º | 0.84% | 0.56% | - |
| HSV(B) | 355.26º | 0.8% | 0.93% | - |
| XYZ | 36.81 | 20.39 | 6.55 | - |
| YUV | 105.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 62 | 0 | 0.80 | 0.74 | 0.07 | 355.26 | 0.84 | 0.56 |
| Hex | ED | 2F | 3E | 0 | 50 | 4A | 7 | 163 | 54 | 38 |
| Octal | 355 | 57 | 76 | 0 | 120 | 112 | 7 | 543 | 124 | 70 |
| Binary | 11101101 | 101111 | 111110 | 0 | 1010000 | 1001010 | 111 | 101100011 | 1010100 | 111000 |
Color Harmonies of #ED2F3E
Complementary color
Monochromatic Colors of #ED2F3E
Black with #ED2F3E
Text Example
Text Example
White with #ED2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F3E; }
p { color: rgb(237,47,62); }
H1.HeaderClassName
{
color: #ED2F3E;
}
.AnyTagClassName
{
color: #ED2F3E;
}
</style>
background-color css
<style>
a { background-color: #ED2F3E; }
a { background-color: rgb(237,47,62); }
div.DivClassName
{
background-color: #ED2F3E;
}
.BgClassName
{
background-color: #ED2F3E;
}
</style>
border-color css
<style>
span { border-color: #ED2F3E; }
span { border-color: rgb(237,47,62); }
td.TdClassName
{
border-color: #ED2F3E;
}
.TagClassName
{
border-color: #ED2F3E;
}
</style>