Shades of Sorbus #E1713C
Tints of Sorbus #E1713C
RGB
CMYK
RGB Variations
Color information
#E1713C (or 0xE1713C) is known color: Sorbus. HEX triplet: E1, 71 and 3C. RGB value is (225,113,60). Sum of RGB (Red+Green+Blue) = 225+113+60=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1713C is #1E8EC3. Grayscale: #8C8C8C. Windows color (decimal): -2002628 or 3961313. OLE color: 3961313.
HSL color Cylindrical-coordinate representation of color #E1713C: hue angle of 19.27º 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 #E1713C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 60 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.12 |
| HSL | 19.27º | 0.73% | 0.56% | - |
| HSV(B) | 19.27º | 0.73% | 0.88% | - |
| XYZ | 37.77 | 28.14 | 7.72 | - |
| YUV | 140.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 60 | 0 | 0.50 | 0.73 | 0.12 | 19.27 | 0.73 | 0.56 |
| Hex | E1 | 71 | 3C | 0 | 32 | 49 | C | 13 | 49 | 38 |
| Octal | 341 | 161 | 74 | 0 | 62 | 111 | 14 | 23 | 111 | 70 |
| Binary | 11100001 | 1110001 | 111100 | 0 | 110010 | 1001001 | 1100 | 10011 | 1001001 | 111000 |
Color Harmonies of #E1713C
Complementary color
Monochromatic Colors of #E1713C
Black with #E1713C
Text Example
Text Example
White with #E1713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1713C; }
p { color: rgb(225,113,60); }
H1.HeaderClassName
{
color: #E1713C;
}
.AnyTagClassName
{
color: #E1713C;
}
</style>
background-color css
<style>
a { background-color: #E1713C; }
a { background-color: rgb(225,113,60); }
div.DivClassName
{
background-color: #E1713C;
}
.BgClassName
{
background-color: #E1713C;
}
</style>
border-color css
<style>
span { border-color: #E1713C; }
span { border-color: rgb(225,113,60); }
td.TdClassName
{
border-color: #E1713C;
}
.TagClassName
{
border-color: #E1713C;
}
</style>