Shades of Alizarin #E6343F
Tints of Alizarin #E6343F
RGB
CMYK
RGB Variations
Color information
#E6343F (or 0xE6343F) is known color: Alizarin. HEX triplet: E6, 34 and 3F. RGB value is (230,52,63). Sum of RGB (Red+Green+Blue) = 230+52+63=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6343F is #19CBC0. Grayscale: #6A6A6A. Windows color (decimal): -1690561 or 4142310. OLE color: 4142310.
HSL color Cylindrical-coordinate representation of color #E6343F: hue angle of 356.29º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6343F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 63 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.10 |
| HSL | 356.29º | 0.78% | 0.55% | - |
| HSV(B) | 356.29º | 0.77% | 0.9% | - |
| XYZ | 34.76 | 19.64 | 6.66 | - |
| YUV | 106.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 63 | 0 | 0.77 | 0.73 | 0.10 | 356.29 | 0.78 | 0.55 |
| Hex | E6 | 34 | 3F | 0 | 4D | 49 | A | 164 | 4E | 37 |
| Octal | 346 | 64 | 77 | 0 | 115 | 111 | 12 | 544 | 116 | 67 |
| Binary | 11100110 | 110100 | 111111 | 0 | 1001101 | 1001001 | 1010 | 101100100 | 1001110 | 110111 |
Color Harmonies of #E6343F
Complementary color
Monochromatic Colors of #E6343F
Black with #E6343F
Text Example
Text Example
White with #E6343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6343F; }
p { color: rgb(230,52,63); }
H1.HeaderClassName
{
color: #E6343F;
}
.AnyTagClassName
{
color: #E6343F;
}
</style>
background-color css
<style>
a { background-color: #E6343F; }
a { background-color: rgb(230,52,63); }
div.DivClassName
{
background-color: #E6343F;
}
.BgClassName
{
background-color: #E6343F;
}
</style>
border-color css
<style>
span { border-color: #E6343F; }
span { border-color: rgb(230,52,63); }
td.TdClassName
{
border-color: #E6343F;
}
.TagClassName
{
border-color: #E6343F;
}
</style>