Shades of Sorbus #E1612D
Tints of Sorbus #E1612D
RGB
CMYK
RGB Variations
Color information
#E1612D (or 0xE1612D) is known color: Sorbus. HEX triplet: E1, 61 and 2D. RGB value is (225,97,45). Sum of RGB (Red+Green+Blue) = 225+97+45=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1612D is #1E9ED2. Grayscale: #818181. Windows color (decimal): -2006739 or 2974177. OLE color: 2974177.
HSL color Cylindrical-coordinate representation of color #E1612D: hue angle of 17.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 #E1612D is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 45 | - |
| CMYK | 0 | 0.57 | 0.8 | 0.12 |
| HSL | 17.33º | 0.75% | 0.53% | - |
| HSV(B) | 17.33º | 0.8% | 0.88% | - |
| XYZ | 35.8 | 24.75 | 5.37 | - |
| YUV | 129.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 45 | 0 | 0.57 | 0.8 | 0.12 | 17.33 | 0.75 | 0.53 |
| Hex | E1 | 61 | 2D | 0 | 39 | 50 | C | 11 | 4B | 35 |
| Octal | 341 | 141 | 55 | 0 | 71 | 120 | 14 | 21 | 113 | 65 |
| Binary | 11100001 | 1100001 | 101101 | 0 | 111001 | 1010000 | 1100 | 10001 | 1001011 | 110101 |
Color Harmonies of #E1612D
Complementary color
Monochromatic Colors of #E1612D
Black with #E1612D
Text Example
Text Example
White with #E1612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1612D; }
p { color: rgb(225,97,45); }
H1.HeaderClassName
{
color: #E1612D;
}
.AnyTagClassName
{
color: #E1612D;
}
</style>
background-color css
<style>
a { background-color: #E1612D; }
a { background-color: rgb(225,97,45); }
div.DivClassName
{
background-color: #E1612D;
}
.BgClassName
{
background-color: #E1612D;
}
</style>
border-color css
<style>
span { border-color: #E1612D; }
span { border-color: rgb(225,97,45); }
td.TdClassName
{
border-color: #E1612D;
}
.TagClassName
{
border-color: #E1612D;
}
</style>