Shades of Alizarin #E7263F
Tints of Alizarin #E7263F
RGB
CMYK
RGB Variations
Color information
#E7263F (or 0xE7263F) is known color: Alizarin. HEX triplet: E7, 26 and 3F. RGB value is (231,38,63). Sum of RGB (Red+Green+Blue) = 231+38+63=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7263F is #18D9C0. Grayscale: #626262. Windows color (decimal): -1628609 or 4138727. OLE color: 4138727.
HSL color Cylindrical-coordinate representation of color #E7263F: hue angle of 352.23º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7263F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 63 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.09 |
| HSL | 352.23º | 0.8% | 0.53% | - |
| HSV(B) | 352.23º | 0.84% | 0.91% | - |
| XYZ | 34.55 | 18.73 | 6.5 | - |
| YUV | 98.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 63 | 0 | 0.84 | 0.73 | 0.09 | 352.23 | 0.8 | 0.53 |
| Hex | E7 | 26 | 3F | 0 | 54 | 49 | 9 | 160 | 50 | 35 |
| Octal | 347 | 46 | 77 | 0 | 124 | 111 | 11 | 540 | 120 | 65 |
| Binary | 11100111 | 100110 | 111111 | 0 | 1010100 | 1001001 | 1001 | 101100000 | 1010000 | 110101 |
Color Harmonies of #E7263F
Complementary color
Monochromatic Colors of #E7263F
Black with #E7263F
Text Example
Text Example
White with #E7263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7263F; }
p { color: rgb(231,38,63); }
H1.HeaderClassName
{
color: #E7263F;
}
.AnyTagClassName
{
color: #E7263F;
}
</style>
background-color css
<style>
a { background-color: #E7263F; }
a { background-color: rgb(231,38,63); }
div.DivClassName
{
background-color: #E7263F;
}
.BgClassName
{
background-color: #E7263F;
}
</style>
border-color css
<style>
span { border-color: #E7263F; }
span { border-color: rgb(231,38,63); }
td.TdClassName
{
border-color: #E7263F;
}
.TagClassName
{
border-color: #E7263F;
}
</style>