Shades of Alizarin #EA243D
Tints of Alizarin #EA243D
RGB
CMYK
RGB Variations
Color information
#EA243D (or 0xEA243D) is known color: Alizarin. HEX triplet: EA, 24 and 3D. RGB value is (234,36,61). Sum of RGB (Red+Green+Blue) = 234+36+61=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA243D is #15DBC2. Grayscale: #626262. Windows color (decimal): -1432515 or 4007146. OLE color: 4007146.
HSL color Cylindrical-coordinate representation of color #EA243D: hue angle of 352.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA243D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.42º | 0.83% | 0.53% | - |
| HSV(B) | 352.42º | 0.85% | 0.92% | - |
| XYZ | 35.4 | 19.09 | 6.23 | - |
| YUV | 98.05 | 107.1 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 61 | 0 | 0.85 | 0.74 | 0.08 | 352.42 | 0.83 | 0.53 |
| Hex | EA | 24 | 3D | 0 | 55 | 4A | 8 | 160 | 52 | 35 |
| Octal | 352 | 44 | 75 | 0 | 125 | 112 | 10 | 540 | 122 | 65 |
| Binary | 11101010 | 100100 | 111101 | 0 | 1010101 | 1001010 | 1000 | 101100000 | 1010010 | 110101 |
Color Harmonies of #EA243D
Complementary color
Monochromatic Colors of #EA243D
Black with #EA243D
Text Example
Text Example
White with #EA243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA243D; }
p { color: rgb(234,36,61); }
H1.HeaderClassName
{
color: #EA243D;
}
.AnyTagClassName
{
color: #EA243D;
}
</style>
background-color css
<style>
a { background-color: #EA243D; }
a { background-color: rgb(234,36,61); }
div.DivClassName
{
background-color: #EA243D;
}
.BgClassName
{
background-color: #EA243D;
}
</style>
border-color css
<style>
span { border-color: #EA243D; }
span { border-color: rgb(234,36,61); }
td.TdClassName
{
border-color: #EA243D;
}
.TagClassName
{
border-color: #EA243D;
}
</style>