Shades of Sorbus #E1602C
Tints of Sorbus #E1602C
RGB
CMYK
RGB Variations
Color information
#E1602C (or 0xE1602C) is known color: Sorbus. HEX triplet: E1, 60 and 2C. RGB value is (225,96,44). Sum of RGB (Red+Green+Blue) = 225+96+44=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1602C is #1E9FD3. Grayscale: #808080. Windows color (decimal): -2006996 or 2908385. OLE color: 2908385.
HSL color Cylindrical-coordinate representation of color #E1602C: hue angle of 17.24º 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 #E1602C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.12 |
| HSL | 17.24º | 0.75% | 0.53% | - |
| HSV(B) | 17.24º | 0.8% | 0.88% | - |
| XYZ | 35.69 | 24.56 | 5.24 | - |
| YUV | 128.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 44 | 0 | 0.57 | 0.80 | 0.12 | 17.24 | 0.75 | 0.53 |
| Hex | E1 | 60 | 2C | 0 | 39 | 50 | C | 11 | 4B | 35 |
| Octal | 341 | 140 | 54 | 0 | 71 | 120 | 14 | 21 | 113 | 65 |
| Binary | 11100001 | 1100000 | 101100 | 0 | 111001 | 1010000 | 1100 | 10001 | 1001011 | 110101 |
Color Harmonies of #E1602C
Complementary color
Monochromatic Colors of #E1602C
Black with #E1602C
Text Example
Text Example
White with #E1602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1602C; }
p { color: rgb(225,96,44); }
H1.HeaderClassName
{
color: #E1602C;
}
.AnyTagClassName
{
color: #E1602C;
}
</style>
background-color css
<style>
a { background-color: #E1602C; }
a { background-color: rgb(225,96,44); }
div.DivClassName
{
background-color: #E1602C;
}
.BgClassName
{
background-color: #E1602C;
}
</style>
border-color css
<style>
span { border-color: #E1602C; }
span { border-color: rgb(225,96,44); }
td.TdClassName
{
border-color: #E1602C;
}
.TagClassName
{
border-color: #E1602C;
}
</style>