Shades of Sorbus #E2613A
Tints of Sorbus #E2613A
RGB
CMYK
RGB Variations
Color information
#E2613A (or 0xE2613A) is known color: Sorbus. HEX triplet: E2, 61 and 3A. RGB value is (226,97,58). Sum of RGB (Red+Green+Blue) = 226+97+58=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2613A is #1D9EC5. Grayscale: #838383. Windows color (decimal): -1941190 or 3826146. OLE color: 3826146.
HSL color Cylindrical-coordinate representation of color #E2613A: hue angle of 13.93º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2613A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 58 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.11 |
| HSL | 13.93º | 0.74% | 0.56% | - |
| HSV(B) | 13.93º | 0.74% | 0.89% | - |
| XYZ | 36.4 | 25.02 | 6.91 | - |
| YUV | 131.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 58 | 0 | 0.57 | 0.74 | 0.11 | 13.93 | 0.74 | 0.56 |
| Hex | E2 | 61 | 3A | 0 | 39 | 4A | B | E | 4A | 38 |
| Octal | 342 | 141 | 72 | 0 | 71 | 112 | 13 | 16 | 112 | 70 |
| Binary | 11100010 | 1100001 | 111010 | 0 | 111001 | 1001010 | 1011 | 1110 | 1001010 | 111000 |
Color Harmonies of #E2613A
Complementary color
Monochromatic Colors of #E2613A
Black with #E2613A
Text Example
Text Example
White with #E2613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2613A; }
p { color: rgb(226,97,58); }
H1.HeaderClassName
{
color: #E2613A;
}
.AnyTagClassName
{
color: #E2613A;
}
</style>
background-color css
<style>
a { background-color: #E2613A; }
a { background-color: rgb(226,97,58); }
div.DivClassName
{
background-color: #E2613A;
}
.BgClassName
{
background-color: #E2613A;
}
</style>
border-color css
<style>
span { border-color: #E2613A; }
span { border-color: rgb(226,97,58); }
td.TdClassName
{
border-color: #E2613A;
}
.TagClassName
{
border-color: #E2613A;
}
</style>