Shades of Alizarin #E62728
Tints of Alizarin #E62728
RGB
CMYK
RGB Variations
Color information
#E62728 (or 0xE62728) is known color: Alizarin. HEX triplet: E6, 27 and 28. RGB value is (230,39,40). Sum of RGB (Red+Green+Blue) = 230+39+40=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E62728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62728 is #19D8D7. Grayscale: #606060. Windows color (decimal): -1693912 or 2631654. OLE color: 2631654.
HSL color Cylindrical-coordinate representation of color #E62728: hue angle of 359.69º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62728 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 40 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.10 |
| HSL | 359.69º | 0.79% | 0.53% | - |
| HSV(B) | 359.69º | 0.83% | 0.9% | - |
| XYZ | 33.74 | 18.43 | 3.79 | - |
| YUV | 96.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 40 | 0 | 0.83 | 0.83 | 0.10 | 359.69 | 0.79 | 0.53 |
| Hex | E6 | 27 | 28 | 0 | 53 | 53 | A | 168 | 4F | 35 |
| Octal | 346 | 47 | 50 | 0 | 123 | 123 | 12 | 550 | 117 | 65 |
| Binary | 11100110 | 100111 | 101000 | 0 | 1010011 | 1010011 | 1010 | 101101000 | 1001111 | 110101 |
Color Harmonies of #E62728
Complementary color
Monochromatic Colors of #E62728
Black with #E62728
Text Example
Text Example
White with #E62728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62728; }
p { color: rgb(230,39,40); }
H1.HeaderClassName
{
color: #E62728;
}
.AnyTagClassName
{
color: #E62728;
}
</style>
background-color css
<style>
a { background-color: #E62728; }
a { background-color: rgb(230,39,40); }
div.DivClassName
{
background-color: #E62728;
}
.BgClassName
{
background-color: #E62728;
}
</style>
border-color css
<style>
span { border-color: #E62728; }
span { border-color: rgb(230,39,40); }
td.TdClassName
{
border-color: #E62728;
}
.TagClassName
{
border-color: #E62728;
}
</style>