Shades of Alizarin #EB283D
Tints of Alizarin #EB283D
RGB
CMYK
RGB Variations
Color information
#EB283D (or 0xEB283D) is known color: Alizarin. HEX triplet: EB, 28 and 3D. RGB value is (235,40,61). Sum of RGB (Red+Green+Blue) = 235+40+61=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB283D is #14D7C2. Grayscale: #646464. Windows color (decimal): -1365955 or 4008171. OLE color: 4008171.
HSL color Cylindrical-coordinate representation of color #EB283D: hue angle of 353.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB283D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 61 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 353.54º | 0.83% | 0.54% | - |
| HSV(B) | 353.54º | 0.83% | 0.92% | - |
| XYZ | 35.86 | 19.52 | 6.29 | - |
| YUV | 100.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 61 | 0 | 0.83 | 0.74 | 0.08 | 353.54 | 0.83 | 0.54 |
| Hex | EB | 28 | 3D | 0 | 53 | 4A | 8 | 162 | 53 | 36 |
| Octal | 353 | 50 | 75 | 0 | 123 | 112 | 10 | 542 | 123 | 66 |
| Binary | 11101011 | 101000 | 111101 | 0 | 1010011 | 1001010 | 1000 | 101100010 | 1010011 | 110110 |
Color Harmonies of #EB283D
Complementary color
Monochromatic Colors of #EB283D
Black with #EB283D
Text Example
Text Example
White with #EB283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB283D; }
p { color: rgb(235,40,61); }
H1.HeaderClassName
{
color: #EB283D;
}
.AnyTagClassName
{
color: #EB283D;
}
</style>
background-color css
<style>
a { background-color: #EB283D; }
a { background-color: rgb(235,40,61); }
div.DivClassName
{
background-color: #EB283D;
}
.BgClassName
{
background-color: #EB283D;
}
</style>
border-color css
<style>
span { border-color: #EB283D; }
span { border-color: rgb(235,40,61); }
td.TdClassName
{
border-color: #EB283D;
}
.TagClassName
{
border-color: #EB283D;
}
</style>