Shades of Alizarin #EE273D
Tints of Alizarin #EE273D
RGB
CMYK
RGB Variations
Color information
#EE273D (or 0xEE273D) is known color: Alizarin. HEX triplet: EE, 27 and 3D. RGB value is (238,39,61). Sum of RGB (Red+Green+Blue) = 238+39+61=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE273D is #11D8C2. Grayscale: #656565. Windows color (decimal): -1169603 or 4007918. OLE color: 4007918.
HSL color Cylindrical-coordinate representation of color #EE273D: hue angle of 353.37º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE273D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 353.37º | 0.85% | 0.54% | - |
| HSV(B) | 353.37º | 0.84% | 0.93% | - |
| XYZ | 36.83 | 19.97 | 6.33 | - |
| YUV | 101.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 61 | 0 | 0.84 | 0.74 | 0.07 | 353.37 | 0.85 | 0.54 |
| Hex | EE | 27 | 3D | 0 | 54 | 4A | 7 | 161 | 55 | 36 |
| Octal | 356 | 47 | 75 | 0 | 124 | 112 | 7 | 541 | 125 | 66 |
| Binary | 11101110 | 100111 | 111101 | 0 | 1010100 | 1001010 | 111 | 101100001 | 1010101 | 110110 |
Color Harmonies of #EE273D
Complementary color
Monochromatic Colors of #EE273D
Black with #EE273D
Text Example
Text Example
White with #EE273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE273D; }
p { color: rgb(238,39,61); }
H1.HeaderClassName
{
color: #EE273D;
}
.AnyTagClassName
{
color: #EE273D;
}
</style>
background-color css
<style>
a { background-color: #EE273D; }
a { background-color: rgb(238,39,61); }
div.DivClassName
{
background-color: #EE273D;
}
.BgClassName
{
background-color: #EE273D;
}
</style>
border-color css
<style>
span { border-color: #EE273D; }
span { border-color: rgb(238,39,61); }
td.TdClassName
{
border-color: #EE273D;
}
.TagClassName
{
border-color: #EE273D;
}
</style>