Shades of Alizarin #E6253C
Tints of Alizarin #E6253C
RGB
CMYK
RGB Variations
Color information
#E6253C (or 0xE6253C) is known color: Alizarin. HEX triplet: E6, 25 and 3C. RGB value is (230,37,60). Sum of RGB (Red+Green+Blue) = 230+37+60=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6253C is #19DAC3. Grayscale: #616161. Windows color (decimal): -1694404 or 3941862. OLE color: 3941862.
HSL color Cylindrical-coordinate representation of color #E6253C: hue angle of 352.85º 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 #E6253C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.10 |
| HSL | 352.85º | 0.79% | 0.52% | - |
| HSV(B) | 352.85º | 0.84% | 0.9% | - |
| XYZ | 34.11 | 18.47 | 6.04 | - |
| YUV | 97.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 60 | 0 | 0.84 | 0.74 | 0.10 | 352.85 | 0.79 | 0.52 |
| Hex | E6 | 25 | 3C | 0 | 54 | 4A | A | 161 | 4F | 34 |
| Octal | 346 | 45 | 74 | 0 | 124 | 112 | 12 | 541 | 117 | 64 |
| Binary | 11100110 | 100101 | 111100 | 0 | 1010100 | 1001010 | 1010 | 101100001 | 1001111 | 110100 |
Color Harmonies of #E6253C
Complementary color
Monochromatic Colors of #E6253C
Black with #E6253C
Text Example
Text Example
White with #E6253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6253C; }
p { color: rgb(230,37,60); }
H1.HeaderClassName
{
color: #E6253C;
}
.AnyTagClassName
{
color: #E6253C;
}
</style>
background-color css
<style>
a { background-color: #E6253C; }
a { background-color: rgb(230,37,60); }
div.DivClassName
{
background-color: #E6253C;
}
.BgClassName
{
background-color: #E6253C;
}
</style>
border-color css
<style>
span { border-color: #E6253C; }
span { border-color: rgb(230,37,60); }
td.TdClassName
{
border-color: #E6253C;
}
.TagClassName
{
border-color: #E6253C;
}
</style>