Shades of Sorbus #E1672D
Tints of Sorbus #E1672D
RGB
CMYK
RGB Variations
Color information
#E1672D (or 0xE1672D) is known color: Sorbus. HEX triplet: E1, 67 and 2D. RGB value is (225,103,45). Sum of RGB (Red+Green+Blue) = 225+103+45=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1672D is #1E98D2. Grayscale: #858585. Windows color (decimal): -2005203 or 2975713. OLE color: 2975713.
HSL color Cylindrical-coordinate representation of color #E1672D: hue angle of 19.33º 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 #E1672D is Cyan = 0, Magento = 0.54, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 45 | - |
| CMYK | 0 | 0.54 | 0.8 | 0.12 |
| HSL | 19.33º | 0.75% | 0.53% | - |
| HSV(B) | 19.33º | 0.8% | 0.88% | - |
| XYZ | 36.38 | 25.9 | 5.56 | - |
| YUV | 132.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 45 | 0 | 0.54 | 0.8 | 0.12 | 19.33 | 0.75 | 0.53 |
| Hex | E1 | 67 | 2D | 0 | 36 | 50 | C | 13 | 4B | 35 |
| Octal | 341 | 147 | 55 | 0 | 66 | 120 | 14 | 23 | 113 | 65 |
| Binary | 11100001 | 1100111 | 101101 | 0 | 110110 | 1010000 | 1100 | 10011 | 1001011 | 110101 |
Color Harmonies of #E1672D
Complementary color
Monochromatic Colors of #E1672D
Black with #E1672D
Text Example
Text Example
White with #E1672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1672D; }
p { color: rgb(225,103,45); }
H1.HeaderClassName
{
color: #E1672D;
}
.AnyTagClassName
{
color: #E1672D;
}
</style>
background-color css
<style>
a { background-color: #E1672D; }
a { background-color: rgb(225,103,45); }
div.DivClassName
{
background-color: #E1672D;
}
.BgClassName
{
background-color: #E1672D;
}
</style>
border-color css
<style>
span { border-color: #E1672D; }
span { border-color: rgb(225,103,45); }
td.TdClassName
{
border-color: #E1672D;
}
.TagClassName
{
border-color: #E1672D;
}
</style>