Shades of Sorbus #E35C31
Tints of Sorbus #E35C31
RGB
CMYK
RGB Variations
Color information
#E35C31 (or 0xE35C31) is known color: Sorbus. HEX triplet: E3, 5C and 31. RGB value is (227,92,49). Sum of RGB (Red+Green+Blue) = 227+92+49=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C31 is #1CA3CE. Grayscale: #7F7F7F. Windows color (decimal): -1876943 or 3235043. OLE color: 3235043.
HSL color Cylindrical-coordinate representation of color #E35C31: hue angle of 14.49º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E35C31 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 49 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.11 |
| HSL | 14.49º | 0.76% | 0.54% | - |
| HSV(B) | 14.49º | 0.78% | 0.89% | - |
| XYZ | 36.06 | 24.21 | 5.68 | - |
| YUV | 127.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 49 | 0 | 0.59 | 0.78 | 0.11 | 14.49 | 0.76 | 0.54 |
| Hex | E3 | 5C | 31 | 0 | 3B | 4E | B | E | 4C | 36 |
| Octal | 343 | 134 | 61 | 0 | 73 | 116 | 13 | 16 | 114 | 66 |
| Binary | 11100011 | 1011100 | 110001 | 0 | 111011 | 1001110 | 1011 | 1110 | 1001100 | 110110 |
Color Harmonies of #E35C31
Complementary color
Monochromatic Colors of #E35C31
Black with #E35C31
Text Example
Text Example
White with #E35C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C31; }
p { color: rgb(227,92,49); }
H1.HeaderClassName
{
color: #E35C31;
}
.AnyTagClassName
{
color: #E35C31;
}
</style>
background-color css
<style>
a { background-color: #E35C31; }
a { background-color: rgb(227,92,49); }
div.DivClassName
{
background-color: #E35C31;
}
.BgClassName
{
background-color: #E35C31;
}
</style>
border-color css
<style>
span { border-color: #E35C31; }
span { border-color: rgb(227,92,49); }
td.TdClassName
{
border-color: #E35C31;
}
.TagClassName
{
border-color: #E35C31;
}
</style>