Shades of Alizarin #ED2B41
Tints of Alizarin #ED2B41
RGB
CMYK
RGB Variations
Color information
#ED2B41 (or 0xED2B41) is known color: Alizarin. HEX triplet: ED, 2B and 41. RGB value is (237,43,65). Sum of RGB (Red+Green+Blue) = 237+43+65=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B41 is #12D4BE. Grayscale: #676767. Windows color (decimal): -1234111 or 4271085. OLE color: 4271085.
HSL color Cylindrical-coordinate representation of color #ED2B41: hue angle of 353.2º 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 #ED2B41 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 65 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.07 |
| HSL | 353.2º | 0.84% | 0.55% | - |
| HSV(B) | 353.2º | 0.82% | 0.93% | - |
| XYZ | 36.74 | 20.11 | 6.95 | - |
| YUV | 103.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 65 | 0 | 0.82 | 0.73 | 0.07 | 353.2 | 0.84 | 0.55 |
| Hex | ED | 2B | 41 | 0 | 52 | 49 | 7 | 161 | 54 | 37 |
| Octal | 355 | 53 | 101 | 0 | 122 | 111 | 7 | 541 | 124 | 67 |
| Binary | 11101101 | 101011 | 1000001 | 0 | 1010010 | 1001001 | 111 | 101100001 | 1010100 | 110111 |
Color Harmonies of #ED2B41
Complementary color
Monochromatic Colors of #ED2B41
Black with #ED2B41
Text Example
Text Example
White with #ED2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B41; }
p { color: rgb(237,43,65); }
H1.HeaderClassName
{
color: #ED2B41;
}
.AnyTagClassName
{
color: #ED2B41;
}
</style>
background-color css
<style>
a { background-color: #ED2B41; }
a { background-color: rgb(237,43,65); }
div.DivClassName
{
background-color: #ED2B41;
}
.BgClassName
{
background-color: #ED2B41;
}
</style>
border-color css
<style>
span { border-color: #ED2B41; }
span { border-color: rgb(237,43,65); }
td.TdClassName
{
border-color: #ED2B41;
}
.TagClassName
{
border-color: #ED2B41;
}
</style>