Shades of Alizarin #EE383D
Tints of Alizarin #EE383D
RGB
CMYK
RGB Variations
Color information
#EE383D (or 0xEE383D) is known color: Alizarin. HEX triplet: EE, 38 and 3D. RGB value is (238,56,61). Sum of RGB (Red+Green+Blue) = 238+56+61=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE383D is #11C7C2. Grayscale: #6F6F6F. Windows color (decimal): -1165251 or 4012270. OLE color: 4012270.
HSL color Cylindrical-coordinate representation of color #EE383D: hue angle of 358.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE383D is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 61 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.07 |
| HSL | 358.35º | 0.84% | 0.58% | - |
| HSV(B) | 358.35º | 0.76% | 0.93% | - |
| XYZ | 37.52 | 21.34 | 6.56 | - |
| YUV | 110.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 61 | 0 | 0.76 | 0.74 | 0.07 | 358.35 | 0.84 | 0.58 |
| Hex | EE | 38 | 3D | 0 | 4C | 4A | 7 | 166 | 54 | 3A |
| Octal | 356 | 70 | 75 | 0 | 114 | 112 | 7 | 546 | 124 | 72 |
| Binary | 11101110 | 111000 | 111101 | 0 | 1001100 | 1001010 | 111 | 101100110 | 1010100 | 111010 |
Color Harmonies of #EE383D
Complementary color
Monochromatic Colors of #EE383D
Black with #EE383D
Text Example
Text Example
White with #EE383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE383D; }
p { color: rgb(238,56,61); }
H1.HeaderClassName
{
color: #EE383D;
}
.AnyTagClassName
{
color: #EE383D;
}
</style>
background-color css
<style>
a { background-color: #EE383D; }
a { background-color: rgb(238,56,61); }
div.DivClassName
{
background-color: #EE383D;
}
.BgClassName
{
background-color: #EE383D;
}
</style>
border-color css
<style>
span { border-color: #EE383D; }
span { border-color: rgb(238,56,61); }
td.TdClassName
{
border-color: #EE383D;
}
.TagClassName
{
border-color: #EE383D;
}
</style>