Shades of Alizarin #E6252D
Tints of Alizarin #E6252D
RGB
CMYK
RGB Variations
Color information
#E6252D (or 0xE6252D) is known color: Alizarin. HEX triplet: E6, 25 and 2D. RGB value is (230,37,45). Sum of RGB (Red+Green+Blue) = 230+37+45=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6252D is #19DAD2. Grayscale: #5F5F5F. Windows color (decimal): -1694419 or 2958822. OLE color: 2958822.
HSL color Cylindrical-coordinate representation of color #E6252D: hue angle of 357.51º 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 #E6252D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.10 |
| HSL | 357.51º | 0.79% | 0.52% | - |
| HSV(B) | 357.51º | 0.84% | 0.9% | - |
| XYZ | 33.77 | 18.34 | 4.24 | - |
| YUV | 95.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 45 | 0 | 0.84 | 0.80 | 0.10 | 357.51 | 0.79 | 0.52 |
| Hex | E6 | 25 | 2D | 0 | 54 | 50 | A | 166 | 4F | 34 |
| Octal | 346 | 45 | 55 | 0 | 124 | 120 | 12 | 546 | 117 | 64 |
| Binary | 11100110 | 100101 | 101101 | 0 | 1010100 | 1010000 | 1010 | 101100110 | 1001111 | 110100 |
Color Harmonies of #E6252D
Complementary color
Monochromatic Colors of #E6252D
Black with #E6252D
Text Example
Text Example
White with #E6252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6252D; }
p { color: rgb(230,37,45); }
H1.HeaderClassName
{
color: #E6252D;
}
.AnyTagClassName
{
color: #E6252D;
}
</style>
background-color css
<style>
a { background-color: #E6252D; }
a { background-color: rgb(230,37,45); }
div.DivClassName
{
background-color: #E6252D;
}
.BgClassName
{
background-color: #E6252D;
}
</style>
border-color css
<style>
span { border-color: #E6252D; }
span { border-color: rgb(230,37,45); }
td.TdClassName
{
border-color: #E6252D;
}
.TagClassName
{
border-color: #E6252D;
}
</style>