Shades of Alizarin #E6323B
Tints of Alizarin #E6323B
RGB
CMYK
RGB Variations
Color information
#E6323B (or 0xE6323B) is known color: Alizarin. HEX triplet: E6, 32 and 3B. RGB value is (230,50,59). Sum of RGB (Red+Green+Blue) = 230+50+59=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6323B is #19CDC4. Grayscale: #686868. Windows color (decimal): -1691077 or 3879654. OLE color: 3879654.
HSL color Cylindrical-coordinate representation of color #E6323B: hue angle of 357º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6323B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 59 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.10 |
| HSL | 357º | 0.78% | 0.55% | - |
| HSV(B) | 357º | 0.78% | 0.9% | - |
| XYZ | 34.56 | 19.42 | 6.06 | - |
| YUV | 104.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 59 | 0 | 0.78 | 0.74 | 0.10 | 357 | 0.78 | 0.55 |
| Hex | E6 | 32 | 3B | 0 | 4E | 4A | A | 165 | 4E | 37 |
| Octal | 346 | 62 | 73 | 0 | 116 | 112 | 12 | 545 | 116 | 67 |
| Binary | 11100110 | 110010 | 111011 | 0 | 1001110 | 1001010 | 1010 | 101100101 | 1001110 | 110111 |
Color Harmonies of #E6323B
Complementary color
Monochromatic Colors of #E6323B
Black with #E6323B
Text Example
Text Example
White with #E6323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6323B; }
p { color: rgb(230,50,59); }
H1.HeaderClassName
{
color: #E6323B;
}
.AnyTagClassName
{
color: #E6323B;
}
</style>
background-color css
<style>
a { background-color: #E6323B; }
a { background-color: rgb(230,50,59); }
div.DivClassName
{
background-color: #E6323B;
}
.BgClassName
{
background-color: #E6323B;
}
</style>
border-color css
<style>
span { border-color: #E6323B; }
span { border-color: rgb(230,50,59); }
td.TdClassName
{
border-color: #E6323B;
}
.TagClassName
{
border-color: #E6323B;
}
</style>