Shades of Alizarin #EE343D
Tints of Alizarin #EE343D
RGB
CMYK
RGB Variations
Color information
#EE343D (or 0xEE343D) is known color: Alizarin. HEX triplet: EE, 34 and 3D. RGB value is (238,52,61). Sum of RGB (Red+Green+Blue) = 238+52+61=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE343D is #11CBC2. Grayscale: #6C6C6C. Windows color (decimal): -1166275 or 4011246. OLE color: 4011246.
HSL color Cylindrical-coordinate representation of color #EE343D: hue angle of 357.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE343D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 61 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 357.1º | 0.85% | 0.57% | - |
| HSV(B) | 357.1º | 0.78% | 0.93% | - |
| XYZ | 37.33 | 20.97 | 6.49 | - |
| YUV | 108.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 61 | 0 | 0.78 | 0.74 | 0.07 | 357.1 | 0.85 | 0.57 |
| Hex | EE | 34 | 3D | 0 | 4E | 4A | 7 | 165 | 55 | 39 |
| Octal | 356 | 64 | 75 | 0 | 116 | 112 | 7 | 545 | 125 | 71 |
| Binary | 11101110 | 110100 | 111101 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010101 | 111001 |
Color Harmonies of #EE343D
Complementary color
Monochromatic Colors of #EE343D
Black with #EE343D
Text Example
Text Example
White with #EE343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE343D; }
p { color: rgb(238,52,61); }
H1.HeaderClassName
{
color: #EE343D;
}
.AnyTagClassName
{
color: #EE343D;
}
</style>
background-color css
<style>
a { background-color: #EE343D; }
a { background-color: rgb(238,52,61); }
div.DivClassName
{
background-color: #EE343D;
}
.BgClassName
{
background-color: #EE343D;
}
</style>
border-color css
<style>
span { border-color: #EE343D; }
span { border-color: rgb(238,52,61); }
td.TdClassName
{
border-color: #EE343D;
}
.TagClassName
{
border-color: #EE343D;
}
</style>