Shades of Alizarin #ED2D30
Tints of Alizarin #ED2D30
RGB
CMYK
RGB Variations
Color information
#ED2D30 (or 0xED2D30) is known color: Alizarin. HEX triplet: ED, 2D and 30. RGB value is (237,45,48). Sum of RGB (Red+Green+Blue) = 237+45+48=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D30 is #12D2CF. Grayscale: #666666. Windows color (decimal): -1233616 or 3157485. OLE color: 3157485.
HSL color Cylindrical-coordinate representation of color #ED2D30: hue angle of 359.06º 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 #ED2D30 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 45 | 48 | - |
CMYK | 0 | 0.81 | 0.80 | 0.07 |
HSL | 359.06º | 0.84% | 0.55% | - |
HSV(B) | 359.06º | 0.81% | 0.93% | - |
XYZ | 36.4 | 20.09 | 4.76 | - |
YUV | 102.75 | 97.11 | 223.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 45 | 48 | 0 | 0.81 | 0.80 | 0.07 | 359.06 | 0.84 | 0.55 |
Hex | ED | 2D | 30 | 0 | 51 | 50 | 7 | 167 | 54 | 37 |
Octal | 355 | 55 | 60 | 0 | 121 | 120 | 7 | 547 | 124 | 67 |
Binary | 11101101 | 101101 | 110000 | 0 | 1010001 | 1010000 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #ED2D30
Complementary color
Monochromatic Colors of #ED2D30
Black with #ED2D30
Text Example
Text Example
White with #ED2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D30; }
p { color: rgb(237,45,48); }
H1.HeaderClassName
{
color: #ED2D30;
}
.AnyTagClassName
{
color: #ED2D30;
}
</style>
background-color css
<style>
a { background-color: #ED2D30; }
a { background-color: rgb(237,45,48); }
div.DivClassName
{
background-color: #ED2D30;
}
.BgClassName
{
background-color: #ED2D30;
}
</style>
border-color css
<style>
span { border-color: #ED2D30; }
span { border-color: rgb(237,45,48); }
td.TdClassName
{
border-color: #ED2D30;
}
.TagClassName
{
border-color: #ED2D30;
}
</style>