Shades of Alizarin #ED383D
Tints of Alizarin #ED383D
RGB
CMYK
RGB Variations
Color information
#ED383D (or 0xED383D) is known color: Alizarin. HEX triplet: ED, 38 and 3D. RGB value is (237,56,61). Sum of RGB (Red+Green+Blue) = 237+56+61=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED383D is #12C7C2. Grayscale: #6E6E6E. Windows color (decimal): -1230787 or 4012269. OLE color: 4012269.
HSL color Cylindrical-coordinate representation of color #ED383D: hue angle of 358.34º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED383D is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 61 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.07 |
| HSL | 358.34º | 0.83% | 0.57% | - |
| HSV(B) | 358.34º | 0.76% | 0.93% | - |
| XYZ | 37.18 | 21.17 | 6.54 | - |
| YUV | 110.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 61 | 0 | 0.76 | 0.74 | 0.07 | 358.34 | 0.83 | 0.57 |
| Hex | ED | 38 | 3D | 0 | 4C | 4A | 7 | 166 | 53 | 39 |
| Octal | 355 | 70 | 75 | 0 | 114 | 112 | 7 | 546 | 123 | 71 |
| Binary | 11101101 | 111000 | 111101 | 0 | 1001100 | 1001010 | 111 | 101100110 | 1010011 | 111001 |
Color Harmonies of #ED383D
Complementary color
Monochromatic Colors of #ED383D
Black with #ED383D
Text Example
Text Example
White with #ED383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED383D; }
p { color: rgb(237,56,61); }
H1.HeaderClassName
{
color: #ED383D;
}
.AnyTagClassName
{
color: #ED383D;
}
</style>
background-color css
<style>
a { background-color: #ED383D; }
a { background-color: rgb(237,56,61); }
div.DivClassName
{
background-color: #ED383D;
}
.BgClassName
{
background-color: #ED383D;
}
</style>
border-color css
<style>
span { border-color: #ED383D; }
span { border-color: rgb(237,56,61); }
td.TdClassName
{
border-color: #ED383D;
}
.TagClassName
{
border-color: #ED383D;
}
</style>