Shades of Sorbus #E1642B
Tints of Sorbus #E1642B
RGB
CMYK
RGB Variations
Color information
#E1642B (or 0xE1642B) is known color: Sorbus. HEX triplet: E1, 64 and 2B. RGB value is (225,100,43). Sum of RGB (Red+Green+Blue) = 225+100+43=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1642B is #1E9BD4. Grayscale: #838383. Windows color (decimal): -2005973 or 2843873. OLE color: 2843873.
HSL color Cylindrical-coordinate representation of color #E1642B: hue angle of 18.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1642B is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 43 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.12 |
| HSL | 18.79º | 0.75% | 0.53% | - |
| HSV(B) | 18.79º | 0.81% | 0.88% | - |
| XYZ | 36.04 | 25.3 | 5.27 | - |
| YUV | 130.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 43 | 0 | 0.56 | 0.81 | 0.12 | 18.79 | 0.75 | 0.53 |
| Hex | E1 | 64 | 2B | 0 | 38 | 51 | C | 13 | 4B | 35 |
| Octal | 341 | 144 | 53 | 0 | 70 | 121 | 14 | 23 | 113 | 65 |
| Binary | 11100001 | 1100100 | 101011 | 0 | 111000 | 1010001 | 1100 | 10011 | 1001011 | 110101 |
Color Harmonies of #E1642B
Complementary color
Monochromatic Colors of #E1642B
Black with #E1642B
Text Example
Text Example
White with #E1642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1642B; }
p { color: rgb(225,100,43); }
H1.HeaderClassName
{
color: #E1642B;
}
.AnyTagClassName
{
color: #E1642B;
}
</style>
background-color css
<style>
a { background-color: #E1642B; }
a { background-color: rgb(225,100,43); }
div.DivClassName
{
background-color: #E1642B;
}
.BgClassName
{
background-color: #E1642B;
}
</style>
border-color css
<style>
span { border-color: #E1642B; }
span { border-color: rgb(225,100,43); }
td.TdClassName
{
border-color: #E1642B;
}
.TagClassName
{
border-color: #E1642B;
}
</style>