Shades of Alizarin #E9283D
Tints of Alizarin #E9283D
RGB
CMYK
RGB Variations
Color information
#E9283D (or 0xE9283D) is known color: Alizarin. HEX triplet: E9, 28 and 3D. RGB value is (233,40,61). Sum of RGB (Red+Green+Blue) = 233+40+61=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E9283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9283D is #16D7C2. Grayscale: #646464. Windows color (decimal): -1497027 or 4008169. OLE color: 4008169.
HSL color Cylindrical-coordinate representation of color #E9283D: hue angle of 353.47º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9283D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 61 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.09 |
| HSL | 353.47º | 0.81% | 0.54% | - |
| HSV(B) | 353.47º | 0.83% | 0.91% | - |
| XYZ | 35.21 | 19.18 | 6.26 | - |
| YUV | 100.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 61 | 0 | 0.83 | 0.74 | 0.09 | 353.47 | 0.81 | 0.54 |
| Hex | E9 | 28 | 3D | 0 | 53 | 4A | 9 | 161 | 51 | 36 |
| Octal | 351 | 50 | 75 | 0 | 123 | 112 | 11 | 541 | 121 | 66 |
| Binary | 11101001 | 101000 | 111101 | 0 | 1010011 | 1001010 | 1001 | 101100001 | 1010001 | 110110 |
Color Harmonies of #E9283D
Complementary color
Monochromatic Colors of #E9283D
Black with #E9283D
Text Example
Text Example
White with #E9283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9283D; }
p { color: rgb(233,40,61); }
H1.HeaderClassName
{
color: #E9283D;
}
.AnyTagClassName
{
color: #E9283D;
}
</style>
background-color css
<style>
a { background-color: #E9283D; }
a { background-color: rgb(233,40,61); }
div.DivClassName
{
background-color: #E9283D;
}
.BgClassName
{
background-color: #E9283D;
}
</style>
border-color css
<style>
span { border-color: #E9283D; }
span { border-color: rgb(233,40,61); }
td.TdClassName
{
border-color: #E9283D;
}
.TagClassName
{
border-color: #E9283D;
}
</style>