Shades of Alizarin #E6252C
Tints of Alizarin #E6252C
RGB
CMYK
RGB Variations
Color information
#E6252C (or 0xE6252C) is known color: Alizarin. HEX triplet: E6, 25 and 2C. RGB value is (230,37,44). Sum of RGB (Red+Green+Blue) = 230+37+44=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6252C is #19DAD3. Grayscale: #5F5F5F. Windows color (decimal): -1694420 or 2893286. OLE color: 2893286.
HSL color Cylindrical-coordinate representation of color #E6252C: hue angle of 357.82º 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 #E6252C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 44 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.10 |
| HSL | 357.82º | 0.79% | 0.52% | - |
| HSV(B) | 357.82º | 0.84% | 0.9% | - |
| XYZ | 33.75 | 18.33 | 4.14 | - |
| YUV | 95.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 44 | 0 | 0.84 | 0.81 | 0.10 | 357.82 | 0.79 | 0.52 |
| Hex | E6 | 25 | 2C | 0 | 54 | 51 | A | 166 | 4F | 34 |
| Octal | 346 | 45 | 54 | 0 | 124 | 121 | 12 | 546 | 117 | 64 |
| Binary | 11100110 | 100101 | 101100 | 0 | 1010100 | 1010001 | 1010 | 101100110 | 1001111 | 110100 |
Color Harmonies of #E6252C
Complementary color
Monochromatic Colors of #E6252C
Black with #E6252C
Text Example
Text Example
White with #E6252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6252C; }
p { color: rgb(230,37,44); }
H1.HeaderClassName
{
color: #E6252C;
}
.AnyTagClassName
{
color: #E6252C;
}
</style>
background-color css
<style>
a { background-color: #E6252C; }
a { background-color: rgb(230,37,44); }
div.DivClassName
{
background-color: #E6252C;
}
.BgClassName
{
background-color: #E6252C;
}
</style>
border-color css
<style>
span { border-color: #E6252C; }
span { border-color: rgb(230,37,44); }
td.TdClassName
{
border-color: #E6252C;
}
.TagClassName
{
border-color: #E6252C;
}
</style>