Shades of Alizarin #ED303D
Tints of Alizarin #ED303D
RGB
CMYK
RGB Variations
Color information
#ED303D (or 0xED303D) is known color: Alizarin. HEX triplet: ED, 30 and 3D. RGB value is (237,48,61). Sum of RGB (Red+Green+Blue) = 237+48+61=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED303D is #12CFC2. Grayscale: #6A6A6A. Windows color (decimal): -1232835 or 4010221. OLE color: 4010221.
HSL color Cylindrical-coordinate representation of color #ED303D: hue angle of 355.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED303D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 61 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.07 |
| HSL | 355.87º | 0.84% | 0.56% | - |
| HSV(B) | 355.87º | 0.8% | 0.93% | - |
| XYZ | 36.82 | 20.46 | 6.42 | - |
| YUV | 105.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 61 | 0 | 0.80 | 0.74 | 0.07 | 355.87 | 0.84 | 0.56 |
| Hex | ED | 30 | 3D | 0 | 50 | 4A | 7 | 164 | 54 | 38 |
| Octal | 355 | 60 | 75 | 0 | 120 | 112 | 7 | 544 | 124 | 70 |
| Binary | 11101101 | 110000 | 111101 | 0 | 1010000 | 1001010 | 111 | 101100100 | 1010100 | 111000 |
Color Harmonies of #ED303D
Complementary color
Monochromatic Colors of #ED303D
Black with #ED303D
Text Example
Text Example
White with #ED303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED303D; }
p { color: rgb(237,48,61); }
H1.HeaderClassName
{
color: #ED303D;
}
.AnyTagClassName
{
color: #ED303D;
}
</style>
background-color css
<style>
a { background-color: #ED303D; }
a { background-color: rgb(237,48,61); }
div.DivClassName
{
background-color: #ED303D;
}
.BgClassName
{
background-color: #ED303D;
}
</style>
border-color css
<style>
span { border-color: #ED303D; }
span { border-color: rgb(237,48,61); }
td.TdClassName
{
border-color: #ED303D;
}
.TagClassName
{
border-color: #ED303D;
}
</style>