Shades of Sorbus #E2642B
Tints of Sorbus #E2642B
RGB
CMYK
RGB Variations
Color information
#E2642B (or 0xE2642B) is known color: Sorbus. HEX triplet: E2, 64 and 2B. RGB value is (226,100,43). Sum of RGB (Red+Green+Blue) = 226+100+43=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2642B is #1D9BD4. Grayscale: #838383. Windows color (decimal): -1940437 or 2843874. OLE color: 2843874.
HSL color Cylindrical-coordinate representation of color #E2642B: hue angle of 18.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2642B is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 43 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.11 |
| HSL | 18.69º | 0.76% | 0.53% | - |
| HSV(B) | 18.69º | 0.81% | 0.89% | - |
| XYZ | 36.36 | 25.46 | 5.28 | - |
| YUV | 131.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 43 | 0 | 0.56 | 0.81 | 0.11 | 18.69 | 0.76 | 0.53 |
| Hex | E2 | 64 | 2B | 0 | 38 | 51 | B | 13 | 4C | 35 |
| Octal | 342 | 144 | 53 | 0 | 70 | 121 | 13 | 23 | 114 | 65 |
| Binary | 11100010 | 1100100 | 101011 | 0 | 111000 | 1010001 | 1011 | 10011 | 1001100 | 110101 |
Color Harmonies of #E2642B
Complementary color
Monochromatic Colors of #E2642B
Black with #E2642B
Text Example
Text Example
White with #E2642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2642B; }
p { color: rgb(226,100,43); }
H1.HeaderClassName
{
color: #E2642B;
}
.AnyTagClassName
{
color: #E2642B;
}
</style>
background-color css
<style>
a { background-color: #E2642B; }
a { background-color: rgb(226,100,43); }
div.DivClassName
{
background-color: #E2642B;
}
.BgClassName
{
background-color: #E2642B;
}
</style>
border-color css
<style>
span { border-color: #E2642B; }
span { border-color: rgb(226,100,43); }
td.TdClassName
{
border-color: #E2642B;
}
.TagClassName
{
border-color: #E2642B;
}
</style>