Shades of Alizarin #EA263F
Tints of Alizarin #EA263F
RGB
CMYK
RGB Variations
Color information
#EA263F (or 0xEA263F) is known color: Alizarin. HEX triplet: EA, 26 and 3F. RGB value is (234,38,63). Sum of RGB (Red+Green+Blue) = 234+38+63=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA263F is #15D9C0. Grayscale: #636363. Windows color (decimal): -1432001 or 4138730. OLE color: 4138730.
HSL color Cylindrical-coordinate representation of color #EA263F: hue angle of 352.35º 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 #EA263F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 63 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.08 |
| HSL | 352.35º | 0.82% | 0.53% | - |
| HSV(B) | 352.35º | 0.84% | 0.92% | - |
| XYZ | 35.52 | 19.24 | 6.54 | - |
| YUV | 99.45 | 107.43 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 63 | 0 | 0.84 | 0.73 | 0.08 | 352.35 | 0.82 | 0.53 |
| Hex | EA | 26 | 3F | 0 | 54 | 49 | 8 | 160 | 52 | 35 |
| Octal | 352 | 46 | 77 | 0 | 124 | 111 | 10 | 540 | 122 | 65 |
| Binary | 11101010 | 100110 | 111111 | 0 | 1010100 | 1001001 | 1000 | 101100000 | 1010010 | 110101 |
Color Harmonies of #EA263F
Complementary color
Monochromatic Colors of #EA263F
Black with #EA263F
Text Example
Text Example
White with #EA263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA263F; }
p { color: rgb(234,38,63); }
H1.HeaderClassName
{
color: #EA263F;
}
.AnyTagClassName
{
color: #EA263F;
}
</style>
background-color css
<style>
a { background-color: #EA263F; }
a { background-color: rgb(234,38,63); }
div.DivClassName
{
background-color: #EA263F;
}
.BgClassName
{
background-color: #EA263F;
}
</style>
border-color css
<style>
span { border-color: #EA263F; }
span { border-color: rgb(234,38,63); }
td.TdClassName
{
border-color: #EA263F;
}
.TagClassName
{
border-color: #EA263F;
}
</style>