Shades of Alizarin #E62B2D
Tints of Alizarin #E62B2D
RGB
CMYK
RGB Variations
Color information
#E62B2D (or 0xE62B2D) is known color: Alizarin. HEX triplet: E6, 2B and 2D. RGB value is (230,43,45). Sum of RGB (Red+Green+Blue) = 230+43+45=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62B2D is #19D4D2. Grayscale: #636363. Windows color (decimal): -1692883 or 2960358. OLE color: 2960358.
HSL color Cylindrical-coordinate representation of color #E62B2D: hue angle of 359.36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62B2D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 43 | 45 | - |
CMYK | 0 | 0.81 | 0.80 | 0.10 |
HSL | 359.36º | 0.79% | 0.54% | - |
HSV(B) | 359.36º | 0.81% | 0.9% | - |
XYZ | 33.97 | 18.74 | 4.31 | - |
YUV | 99.14 | 97.45 | 221.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 43 | 45 | 0 | 0.81 | 0.80 | 0.10 | 359.36 | 0.79 | 0.54 |
Hex | E6 | 2B | 2D | 0 | 51 | 50 | A | 167 | 4F | 36 |
Octal | 346 | 53 | 55 | 0 | 121 | 120 | 12 | 547 | 117 | 66 |
Binary | 11100110 | 101011 | 101101 | 0 | 1010001 | 1010000 | 1010 | 101100111 | 1001111 | 110110 |
Color Harmonies of #E62B2D
Complementary color
Monochromatic Colors of #E62B2D
Black with #E62B2D
Text Example
Text Example
White with #E62B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62B2D; }
p { color: rgb(230,43,45); }
H1.HeaderClassName
{
color: #E62B2D;
}
.AnyTagClassName
{
color: #E62B2D;
}
</style>
background-color css
<style>
a { background-color: #E62B2D; }
a { background-color: rgb(230,43,45); }
div.DivClassName
{
background-color: #E62B2D;
}
.BgClassName
{
background-color: #E62B2D;
}
</style>
border-color css
<style>
span { border-color: #E62B2D; }
span { border-color: rgb(230,43,45); }
td.TdClassName
{
border-color: #E62B2D;
}
.TagClassName
{
border-color: #E62B2D;
}
</style>