Shades of Sorbus #E1613C
Tints of Sorbus #E1613C
RGB
CMYK
RGB Variations
Color information
#E1613C (or 0xE1613C) is known color: Sorbus. HEX triplet: E1, 61 and 3C. RGB value is (225,97,60). Sum of RGB (Red+Green+Blue) = 225+97+60=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1613C is #1E9EC3. Grayscale: #838383. Windows color (decimal): -2006724 or 3957217. OLE color: 3957217.
HSL color Cylindrical-coordinate representation of color #E1613C: hue angle of 13.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1613C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 60 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.12 |
| HSL | 13.45º | 0.73% | 0.56% | - |
| HSV(B) | 13.45º | 0.73% | 0.88% | - |
| XYZ | 36.14 | 24.88 | 7.17 | - |
| YUV | 131.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 60 | 0 | 0.57 | 0.73 | 0.12 | 13.45 | 0.73 | 0.56 |
| Hex | E1 | 61 | 3C | 0 | 39 | 49 | C | D | 49 | 38 |
| Octal | 341 | 141 | 74 | 0 | 71 | 111 | 14 | 15 | 111 | 70 |
| Binary | 11100001 | 1100001 | 111100 | 0 | 111001 | 1001001 | 1100 | 1101 | 1001001 | 111000 |
Color Harmonies of #E1613C
Complementary color
Monochromatic Colors of #E1613C
Black with #E1613C
Text Example
Text Example
White with #E1613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1613C; }
p { color: rgb(225,97,60); }
H1.HeaderClassName
{
color: #E1613C;
}
.AnyTagClassName
{
color: #E1613C;
}
</style>
background-color css
<style>
a { background-color: #E1613C; }
a { background-color: rgb(225,97,60); }
div.DivClassName
{
background-color: #E1613C;
}
.BgClassName
{
background-color: #E1613C;
}
</style>
border-color css
<style>
span { border-color: #E1613C; }
span { border-color: rgb(225,97,60); }
td.TdClassName
{
border-color: #E1613C;
}
.TagClassName
{
border-color: #E1613C;
}
</style>