Shades of Alizarin #E62527
Tints of Alizarin #E62527
RGB
CMYK
RGB Variations
Color information
#E62527 (or 0xE62527) is known color: Alizarin. HEX triplet: E6, 25 and 27. RGB value is (230,37,39). Sum of RGB (Red+Green+Blue) = 230+37+39=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E62527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62527 is #19DAD8. Grayscale: #5F5F5F. Windows color (decimal): -1694425 or 2565606. OLE color: 2565606.
HSL color Cylindrical-coordinate representation of color #E62527: hue angle of 359.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62527 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 39 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.10 |
| HSL | 359.38º | 0.79% | 0.52% | - |
| HSV(B) | 359.38º | 0.84% | 0.9% | - |
| XYZ | 33.66 | 18.29 | 3.68 | - |
| YUV | 94.94 | 96.44 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 39 | 0 | 0.84 | 0.83 | 0.10 | 359.38 | 0.79 | 0.52 |
| Hex | E6 | 25 | 27 | 0 | 54 | 53 | A | 167 | 4F | 34 |
| Octal | 346 | 45 | 47 | 0 | 124 | 123 | 12 | 547 | 117 | 64 |
| Binary | 11100110 | 100101 | 100111 | 0 | 1010100 | 1010011 | 1010 | 101100111 | 1001111 | 110100 |
Color Harmonies of #E62527
Complementary color
Monochromatic Colors of #E62527
Black with #E62527
Text Example
Text Example
White with #E62527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62527; }
p { color: rgb(230,37,39); }
H1.HeaderClassName
{
color: #E62527;
}
.AnyTagClassName
{
color: #E62527;
}
</style>
background-color css
<style>
a { background-color: #E62527; }
a { background-color: rgb(230,37,39); }
div.DivClassName
{
background-color: #E62527;
}
.BgClassName
{
background-color: #E62527;
}
</style>
border-color css
<style>
span { border-color: #E62527; }
span { border-color: rgb(230,37,39); }
td.TdClassName
{
border-color: #E62527;
}
.TagClassName
{
border-color: #E62527;
}
</style>