Shades of Alizarin #ED2B2F
Tints of Alizarin #ED2B2F
RGB
CMYK
RGB Variations
Color information
#ED2B2F (or 0xED2B2F) is known color: Alizarin. HEX triplet: ED, 2B and 2F. RGB value is (237,43,47). Sum of RGB (Red+Green+Blue) = 237+43+47=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B2F is #12D4D0. Grayscale: #656565. Windows color (decimal): -1234129 or 3091437. OLE color: 3091437.
HSL color Cylindrical-coordinate representation of color #ED2B2F: hue angle of 358.76º 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 #ED2B2F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 43 | 47 | - |
CMYK | 0 | 0.82 | 0.80 | 0.07 |
HSL | 358.76º | 0.84% | 0.55% | - |
HSV(B) | 358.76º | 0.82% | 0.93% | - |
XYZ | 36.3 | 19.94 | 4.62 | - |
YUV | 101.46 | 97.27 | 224.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 43 | 47 | 0 | 0.82 | 0.80 | 0.07 | 358.76 | 0.84 | 0.55 |
Hex | ED | 2B | 2F | 0 | 52 | 50 | 7 | 167 | 54 | 37 |
Octal | 355 | 53 | 57 | 0 | 122 | 120 | 7 | 547 | 124 | 67 |
Binary | 11101101 | 101011 | 101111 | 0 | 1010010 | 1010000 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #ED2B2F
Complementary color
Monochromatic Colors of #ED2B2F
Black with #ED2B2F
Text Example
Text Example
White with #ED2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B2F; }
p { color: rgb(237,43,47); }
H1.HeaderClassName
{
color: #ED2B2F;
}
.AnyTagClassName
{
color: #ED2B2F;
}
</style>
background-color css
<style>
a { background-color: #ED2B2F; }
a { background-color: rgb(237,43,47); }
div.DivClassName
{
background-color: #ED2B2F;
}
.BgClassName
{
background-color: #ED2B2F;
}
</style>
border-color css
<style>
span { border-color: #ED2B2F; }
span { border-color: rgb(237,43,47); }
td.TdClassName
{
border-color: #ED2B2F;
}
.TagClassName
{
border-color: #ED2B2F;
}
</style>