Shades of Alizarin #E63D40
Tints of Alizarin #E63D40
RGB
CMYK
RGB Variations
Color information
#E63D40 (or 0xE63D40) is known color: Alizarin. HEX triplet: E6, 3D and 40. RGB value is (230,61,64). Sum of RGB (Red+Green+Blue) = 230+61+64=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63D40 is #19C2BF. Grayscale: #707070. Windows color (decimal): -1688256 or 4210150. OLE color: 4210150.
HSL color Cylindrical-coordinate representation of color #E63D40: hue angle of 358.93º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63D40 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 64 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.10 |
| HSL | 358.93º | 0.77% | 0.57% | - |
| HSV(B) | 358.93º | 0.73% | 0.9% | - |
| XYZ | 35.23 | 20.53 | 6.96 | - |
| YUV | 111.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 64 | 0 | 0.73 | 0.72 | 0.10 | 358.93 | 0.77 | 0.57 |
| Hex | E6 | 3D | 40 | 0 | 49 | 48 | A | 167 | 4D | 39 |
| Octal | 346 | 75 | 100 | 0 | 111 | 110 | 12 | 547 | 115 | 71 |
| Binary | 11100110 | 111101 | 1000000 | 0 | 1001001 | 1001000 | 1010 | 101100111 | 1001101 | 111001 |
Color Harmonies of #E63D40
Complementary color
Monochromatic Colors of #E63D40
Black with #E63D40
Text Example
Text Example
White with #E63D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63D40; }
p { color: rgb(230,61,64); }
H1.HeaderClassName
{
color: #E63D40;
}
.AnyTagClassName
{
color: #E63D40;
}
</style>
background-color css
<style>
a { background-color: #E63D40; }
a { background-color: rgb(230,61,64); }
div.DivClassName
{
background-color: #E63D40;
}
.BgClassName
{
background-color: #E63D40;
}
</style>
border-color css
<style>
span { border-color: #E63D40; }
span { border-color: rgb(230,61,64); }
td.TdClassName
{
border-color: #E63D40;
}
.TagClassName
{
border-color: #E63D40;
}
</style>