Shades of Alizarin #ED2D34
Tints of Alizarin #ED2D34
RGB
CMYK
RGB Variations
Color information
#ED2D34 (or 0xED2D34) is known color: Alizarin. HEX triplet: ED, 2D and 34. RGB value is (237,45,52). Sum of RGB (Red+Green+Blue) = 237+45+52=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D34 is #12D2CB. Grayscale: #676767. Windows color (decimal): -1233612 or 3419629. OLE color: 3419629.
HSL color Cylindrical-coordinate representation of color #ED2D34: hue angle of 357.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2D34 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 45 | 52 | - |
CMYK | 0 | 0.81 | 0.78 | 0.07 |
HSL | 357.81º | 0.84% | 0.55% | - |
HSV(B) | 357.81º | 0.81% | 0.93% | - |
XYZ | 36.48 | 20.13 | 5.21 | - |
YUV | 103.21 | 99.11 | 223.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 45 | 52 | 0 | 0.81 | 0.78 | 0.07 | 357.81 | 0.84 | 0.55 |
Hex | ED | 2D | 34 | 0 | 51 | 4E | 7 | 166 | 54 | 37 |
Octal | 355 | 55 | 64 | 0 | 121 | 116 | 7 | 546 | 124 | 67 |
Binary | 11101101 | 101101 | 110100 | 0 | 1010001 | 1001110 | 111 | 101100110 | 1010100 | 110111 |
Color Harmonies of #ED2D34
Complementary color
Monochromatic Colors of #ED2D34
Black with #ED2D34
Text Example
Text Example
White with #ED2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D34; }
p { color: rgb(237,45,52); }
H1.HeaderClassName
{
color: #ED2D34;
}
.AnyTagClassName
{
color: #ED2D34;
}
</style>
background-color css
<style>
a { background-color: #ED2D34; }
a { background-color: rgb(237,45,52); }
div.DivClassName
{
background-color: #ED2D34;
}
.BgClassName
{
background-color: #ED2D34;
}
</style>
border-color css
<style>
span { border-color: #ED2D34; }
span { border-color: rgb(237,45,52); }
td.TdClassName
{
border-color: #ED2D34;
}
.TagClassName
{
border-color: #ED2D34;
}
</style>