Shades of Alizarin #E7263D
Tints of Alizarin #E7263D
RGB
CMYK
RGB Variations
Color information
#E7263D (or 0xE7263D) is known color: Alizarin. HEX triplet: E7, 26 and 3D. RGB value is (231,38,61). Sum of RGB (Red+Green+Blue) = 231+38+61=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7263D is #18D9C2. Grayscale: #626262. Windows color (decimal): -1628611 or 4007655. OLE color: 4007655.
HSL color Cylindrical-coordinate representation of color #E7263D: hue angle of 352.85º 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 #E7263D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.09 |
| HSL | 352.85º | 0.8% | 0.53% | - |
| HSV(B) | 352.85º | 0.84% | 0.91% | - |
| XYZ | 34.49 | 18.71 | 6.21 | - |
| YUV | 98.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 61 | 0 | 0.84 | 0.74 | 0.09 | 352.85 | 0.8 | 0.53 |
| Hex | E7 | 26 | 3D | 0 | 54 | 4A | 9 | 161 | 50 | 35 |
| Octal | 347 | 46 | 75 | 0 | 124 | 112 | 11 | 541 | 120 | 65 |
| Binary | 11100111 | 100110 | 111101 | 0 | 1010100 | 1001010 | 1001 | 101100001 | 1010000 | 110101 |
Color Harmonies of #E7263D
Complementary color
Monochromatic Colors of #E7263D
Black with #E7263D
Text Example
Text Example
White with #E7263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7263D; }
p { color: rgb(231,38,61); }
H1.HeaderClassName
{
color: #E7263D;
}
.AnyTagClassName
{
color: #E7263D;
}
</style>
background-color css
<style>
a { background-color: #E7263D; }
a { background-color: rgb(231,38,61); }
div.DivClassName
{
background-color: #E7263D;
}
.BgClassName
{
background-color: #E7263D;
}
</style>
border-color css
<style>
span { border-color: #E7263D; }
span { border-color: rgb(231,38,61); }
td.TdClassName
{
border-color: #E7263D;
}
.TagClassName
{
border-color: #E7263D;
}
</style>