Shades of Alizarin #EA253D
Tints of Alizarin #EA253D
RGB
CMYK
RGB Variations
Color information
#EA253D (or 0xEA253D) is known color: Alizarin. HEX triplet: EA, 25 and 3D. RGB value is (234,37,61). Sum of RGB (Red+Green+Blue) = 234+37+61=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA253D is #15DAC2. Grayscale: #626262. Windows color (decimal): -1432259 or 4007402. OLE color: 4007402.
HSL color Cylindrical-coordinate representation of color #EA253D: hue angle of 352.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA253D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.08 |
| HSL | 352.69º | 0.82% | 0.53% | - |
| HSV(B) | 352.69º | 0.84% | 0.92% | - |
| XYZ | 35.44 | 19.15 | 6.24 | - |
| YUV | 98.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 61 | 0 | 0.84 | 0.74 | 0.08 | 352.69 | 0.82 | 0.53 |
| Hex | EA | 25 | 3D | 0 | 54 | 4A | 8 | 161 | 52 | 35 |
| Octal | 352 | 45 | 75 | 0 | 124 | 112 | 10 | 541 | 122 | 65 |
| Binary | 11101010 | 100101 | 111101 | 0 | 1010100 | 1001010 | 1000 | 101100001 | 1010010 | 110101 |
Color Harmonies of #EA253D
Complementary color
Monochromatic Colors of #EA253D
Black with #EA253D
Text Example
Text Example
White with #EA253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA253D; }
p { color: rgb(234,37,61); }
H1.HeaderClassName
{
color: #EA253D;
}
.AnyTagClassName
{
color: #EA253D;
}
</style>
background-color css
<style>
a { background-color: #EA253D; }
a { background-color: rgb(234,37,61); }
div.DivClassName
{
background-color: #EA253D;
}
.BgClassName
{
background-color: #EA253D;
}
</style>
border-color css
<style>
span { border-color: #EA253D; }
span { border-color: rgb(234,37,61); }
td.TdClassName
{
border-color: #EA253D;
}
.TagClassName
{
border-color: #EA253D;
}
</style>