Shades of Alizarin #EE282D
Tints of Alizarin #EE282D
RGB
CMYK
RGB Variations
Color information
#EE282D (or 0xEE282D) is known color: Alizarin. HEX triplet: EE, 28 and 2D. RGB value is (238,40,45). Sum of RGB (Red+Green+Blue) = 238+40+45=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE282D is #11D7D2. Grayscale: #636363. Windows color (decimal): -1169363 or 2959598. OLE color: 2959598.
HSL color Cylindrical-coordinate representation of color #EE282D: hue angle of 358.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.48º | 0.85% | 0.55% | - |
| HSV(B) | 358.48º | 0.83% | 0.93% | - |
| XYZ | 36.49 | 19.88 | 4.4 | - |
| YUV | 99.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 45 | 0 | 0.83 | 0.81 | 0.07 | 358.48 | 0.85 | 0.55 |
| Hex | EE | 28 | 2D | 0 | 53 | 51 | 7 | 166 | 55 | 37 |
| Octal | 356 | 50 | 55 | 0 | 123 | 121 | 7 | 546 | 125 | 67 |
| Binary | 11101110 | 101000 | 101101 | 0 | 1010011 | 1010001 | 111 | 101100110 | 1010101 | 110111 |
Color Harmonies of #EE282D
Complementary color
Monochromatic Colors of #EE282D
Black with #EE282D
Text Example
Text Example
White with #EE282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE282D; }
p { color: rgb(238,40,45); }
H1.HeaderClassName
{
color: #EE282D;
}
.AnyTagClassName
{
color: #EE282D;
}
</style>
background-color css
<style>
a { background-color: #EE282D; }
a { background-color: rgb(238,40,45); }
div.DivClassName
{
background-color: #EE282D;
}
.BgClassName
{
background-color: #EE282D;
}
</style>
border-color css
<style>
span { border-color: #EE282D; }
span { border-color: rgb(238,40,45); }
td.TdClassName
{
border-color: #EE282D;
}
.TagClassName
{
border-color: #EE282D;
}
</style>