Shades of Alizarin #E6253A
Tints of Alizarin #E6253A
RGB
CMYK
RGB Variations
Color information
#E6253A (or 0xE6253A) is known color: Alizarin. HEX triplet: E6, 25 and 3A. RGB value is (230,37,58). Sum of RGB (Red+Green+Blue) = 230+37+58=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6253A is #19DAC5. Grayscale: #616161. Windows color (decimal): -1694406 or 3810790. OLE color: 3810790.
HSL color Cylindrical-coordinate representation of color #E6253A: hue angle of 353.47º 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 #E6253A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.10 |
| HSL | 353.47º | 0.79% | 0.52% | - |
| HSV(B) | 353.47º | 0.84% | 0.9% | - |
| XYZ | 34.06 | 18.45 | 5.77 | - |
| YUV | 97.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 58 | 0 | 0.84 | 0.75 | 0.10 | 353.47 | 0.79 | 0.52 |
| Hex | E6 | 25 | 3A | 0 | 54 | 4B | A | 161 | 4F | 34 |
| Octal | 346 | 45 | 72 | 0 | 124 | 113 | 12 | 541 | 117 | 64 |
| Binary | 11100110 | 100101 | 111010 | 0 | 1010100 | 1001011 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E6253A
Complementary color
Monochromatic Colors of #E6253A
Black with #E6253A
Text Example
Text Example
White with #E6253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6253A; }
p { color: rgb(230,37,58); }
H1.HeaderClassName
{
color: #E6253A;
}
.AnyTagClassName
{
color: #E6253A;
}
</style>
background-color css
<style>
a { background-color: #E6253A; }
a { background-color: rgb(230,37,58); }
div.DivClassName
{
background-color: #E6253A;
}
.BgClassName
{
background-color: #E6253A;
}
</style>
border-color css
<style>
span { border-color: #E6253A; }
span { border-color: rgb(230,37,58); }
td.TdClassName
{
border-color: #E6253A;
}
.TagClassName
{
border-color: #E6253A;
}
</style>