Shades of Crimson #E5062B
Tints of Crimson #E5062B
RGB
CMYK
RGB Variations
Color information
#E5062B (or 0xE5062B) is known color: Crimson. HEX triplet: E5, 06 and 2B. RGB value is (229,6,43). Sum of RGB (Red+Green+Blue) = 229+6+43=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5062B is #1AF9D4. Grayscale: #4C4C4C. Windows color (decimal): -1767893 or 2819813. OLE color: 2819813.
HSL color Cylindrical-coordinate representation of color #E5062B: hue angle of 350.04º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5062B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.10 |
| HSL | 350.04º | 0.95% | 0.46% | - |
| HSV(B) | 350.04º | 0.97% | 0.9% | - |
| XYZ | 32.81 | 16.96 | 3.83 | - |
| YUV | 76.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 43 | 0 | 0.97 | 0.81 | 0.10 | 350.04 | 0.95 | 0.46 |
| Hex | E5 | 6 | 2B | 0 | 61 | 51 | A | 15E | 5F | 2E |
| Octal | 345 | 6 | 53 | 0 | 141 | 121 | 12 | 536 | 137 | 56 |
| Binary | 11100101 | 110 | 101011 | 0 | 1100001 | 1010001 | 1010 | 101011110 | 1011111 | 101110 |
Color Harmonies of #E5062B
Complementary color
Monochromatic Colors of #E5062B
Black with #E5062B
Text Example
Text Example
White with #E5062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5062B; }
p { color: rgb(229,6,43); }
H1.HeaderClassName
{
color: #E5062B;
}
.AnyTagClassName
{
color: #E5062B;
}
</style>
background-color css
<style>
a { background-color: #E5062B; }
a { background-color: rgb(229,6,43); }
div.DivClassName
{
background-color: #E5062B;
}
.BgClassName
{
background-color: #E5062B;
}
</style>
border-color css
<style>
span { border-color: #E5062B; }
span { border-color: rgb(229,6,43); }
td.TdClassName
{
border-color: #E5062B;
}
.TagClassName
{
border-color: #E5062B;
}
</style>