Shades of Sorbus #E1642C
Tints of Sorbus #E1642C
RGB
CMYK
RGB Variations
Color information
#E1642C (or 0xE1642C) is known color: Sorbus. HEX triplet: E1, 64 and 2C. RGB value is (225,100,44). Sum of RGB (Red+Green+Blue) = 225+100+44=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1642C is #1E9BD3. Grayscale: #838383. Windows color (decimal): -2005972 or 2909409. OLE color: 2909409.
HSL color Cylindrical-coordinate representation of color #E1642C: hue angle of 18.56º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1642C is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 44 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.12 |
| HSL | 18.56º | 0.75% | 0.53% | - |
| HSV(B) | 18.56º | 0.8% | 0.88% | - |
| XYZ | 36.06 | 25.3 | 5.37 | - |
| YUV | 130.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 44 | 0 | 0.56 | 0.80 | 0.12 | 18.56 | 0.75 | 0.53 |
| Hex | E1 | 64 | 2C | 0 | 38 | 50 | C | 13 | 4B | 35 |
| Octal | 341 | 144 | 54 | 0 | 70 | 120 | 14 | 23 | 113 | 65 |
| Binary | 11100001 | 1100100 | 101100 | 0 | 111000 | 1010000 | 1100 | 10011 | 1001011 | 110101 |
Color Harmonies of #E1642C
Complementary color
Monochromatic Colors of #E1642C
Black with #E1642C
Text Example
Text Example
White with #E1642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1642C; }
p { color: rgb(225,100,44); }
H1.HeaderClassName
{
color: #E1642C;
}
.AnyTagClassName
{
color: #E1642C;
}
</style>
background-color css
<style>
a { background-color: #E1642C; }
a { background-color: rgb(225,100,44); }
div.DivClassName
{
background-color: #E1642C;
}
.BgClassName
{
background-color: #E1642C;
}
</style>
border-color css
<style>
span { border-color: #E1642C; }
span { border-color: rgb(225,100,44); }
td.TdClassName
{
border-color: #E1642C;
}
.TagClassName
{
border-color: #E1642C;
}
</style>