Shades of Alizarin #E61B2B
Tints of Alizarin #E61B2B
RGB
CMYK
RGB Variations
Color information
#E61B2B (or 0xE61B2B) is known color: Alizarin. HEX triplet: E6, 1B and 2B. RGB value is (230,27,43). Sum of RGB (Red+Green+Blue) = 230+27+43=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61B2B is #19E4D4. Grayscale: #595959. Windows color (decimal): -1696981 or 2825190. OLE color: 2825190.
HSL color Cylindrical-coordinate representation of color #E61B2B: hue angle of 355.27º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B2B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 43 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.10 |
| HSL | 355.27º | 0.8% | 0.5% | - |
| HSV(B) | 355.27º | 0.88% | 0.9% | - |
| XYZ | 33.46 | 17.78 | 3.95 | - |
| YUV | 89.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 43 | 0 | 0.88 | 0.81 | 0.10 | 355.27 | 0.8 | 0.5 |
| Hex | E6 | 1B | 2B | 0 | 58 | 51 | A | 163 | 50 | 32 |
| Octal | 346 | 33 | 53 | 0 | 130 | 121 | 12 | 543 | 120 | 62 |
| Binary | 11100110 | 11011 | 101011 | 0 | 1011000 | 1010001 | 1010 | 101100011 | 1010000 | 110010 |
Color Harmonies of #E61B2B
Complementary color
Monochromatic Colors of #E61B2B
Black with #E61B2B
Text Example
Text Example
White with #E61B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B2B; }
p { color: rgb(230,27,43); }
H1.HeaderClassName
{
color: #E61B2B;
}
.AnyTagClassName
{
color: #E61B2B;
}
</style>
background-color css
<style>
a { background-color: #E61B2B; }
a { background-color: rgb(230,27,43); }
div.DivClassName
{
background-color: #E61B2B;
}
.BgClassName
{
background-color: #E61B2B;
}
</style>
border-color css
<style>
span { border-color: #E61B2B; }
span { border-color: rgb(230,27,43); }
td.TdClassName
{
border-color: #E61B2B;
}
.TagClassName
{
border-color: #E61B2B;
}
</style>