Shades of Sorbus #E2613D
Tints of Sorbus #E2613D
RGB
CMYK
RGB Variations
Color information
#E2613D (or 0xE2613D) is known color: Sorbus. HEX triplet: E2, 61 and 3D. RGB value is (226,97,61). Sum of RGB (Red+Green+Blue) = 226+97+61=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2613D is #1D9EC2. Grayscale: #838383. Windows color (decimal): -1941187 or 4022754. OLE color: 4022754.
HSL color Cylindrical-coordinate representation of color #E2613D: hue angle of 13.09º 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 #E2613D is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 61 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.11 |
| HSL | 13.09º | 0.74% | 0.56% | - |
| HSV(B) | 13.09º | 0.73% | 0.89% | - |
| XYZ | 36.48 | 25.06 | 7.33 | - |
| YUV | 131.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 61 | 0 | 0.57 | 0.73 | 0.11 | 13.09 | 0.74 | 0.56 |
| Hex | E2 | 61 | 3D | 0 | 39 | 49 | B | D | 4A | 38 |
| Octal | 342 | 141 | 75 | 0 | 71 | 111 | 13 | 15 | 112 | 70 |
| Binary | 11100010 | 1100001 | 111101 | 0 | 111001 | 1001001 | 1011 | 1101 | 1001010 | 111000 |
Color Harmonies of #E2613D
Complementary color
Monochromatic Colors of #E2613D
Black with #E2613D
Text Example
Text Example
White with #E2613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2613D; }
p { color: rgb(226,97,61); }
H1.HeaderClassName
{
color: #E2613D;
}
.AnyTagClassName
{
color: #E2613D;
}
</style>
background-color css
<style>
a { background-color: #E2613D; }
a { background-color: rgb(226,97,61); }
div.DivClassName
{
background-color: #E2613D;
}
.BgClassName
{
background-color: #E2613D;
}
</style>
border-color css
<style>
span { border-color: #E2613D; }
span { border-color: rgb(226,97,61); }
td.TdClassName
{
border-color: #E2613D;
}
.TagClassName
{
border-color: #E2613D;
}
</style>