Shades of Sorbus #E2613E
Tints of Sorbus #E2613E
RGB
CMYK
RGB Variations
Color information
#E2613E (or 0xE2613E) is known color: Sorbus. HEX triplet: E2, 61 and 3E. RGB value is (226,97,62). Sum of RGB (Red+Green+Blue) = 226+97+62=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2613E is #1D9EC1. Grayscale: #838383. Windows color (decimal): -1941186 or 4088290. OLE color: 4088290.
HSL color Cylindrical-coordinate representation of color #E2613E: hue angle of 12.8º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2613E is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 62 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.11 |
| HSL | 12.8º | 0.74% | 0.56% | - |
| HSV(B) | 12.8º | 0.73% | 0.89% | - |
| XYZ | 36.51 | 25.07 | 7.47 | - |
| YUV | 131.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 62 | 0 | 0.57 | 0.73 | 0.11 | 12.8 | 0.74 | 0.56 |
| Hex | E2 | 61 | 3E | 0 | 39 | 49 | B | D | 4A | 38 |
| Octal | 342 | 141 | 76 | 0 | 71 | 111 | 13 | 15 | 112 | 70 |
| Binary | 11100010 | 1100001 | 111110 | 0 | 111001 | 1001001 | 1011 | 1101 | 1001010 | 111000 |
Color Harmonies of #E2613E
Complementary color
Monochromatic Colors of #E2613E
Black with #E2613E
Text Example
Text Example
White with #E2613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2613E; }
p { color: rgb(226,97,62); }
H1.HeaderClassName
{
color: #E2613E;
}
.AnyTagClassName
{
color: #E2613E;
}
</style>
background-color css
<style>
a { background-color: #E2613E; }
a { background-color: rgb(226,97,62); }
div.DivClassName
{
background-color: #E2613E;
}
.BgClassName
{
background-color: #E2613E;
}
</style>
border-color css
<style>
span { border-color: #E2613E; }
span { border-color: rgb(226,97,62); }
td.TdClassName
{
border-color: #E2613E;
}
.TagClassName
{
border-color: #E2613E;
}
</style>