Shades of Sorbus #E35C2D
Tints of Sorbus #E35C2D
RGB
CMYK
RGB Variations
Color information
#E35C2D (or 0xE35C2D) is known color: Sorbus. HEX triplet: E3, 5C and 2D. RGB value is (227,92,45). Sum of RGB (Red+Green+Blue) = 227+92+45=364 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.36% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C2D is #1CA3D2. Grayscale: #7F7F7F. Windows color (decimal): -1876947 or 2972899. OLE color: 2972899.
HSL color Cylindrical-coordinate representation of color #E35C2D: hue angle of 15.49º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E35C2D is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 45 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.11 |
| HSL | 15.49º | 0.76% | 0.53% | - |
| HSV(B) | 15.49º | 0.8% | 0.89% | - |
| XYZ | 35.98 | 24.17 | 5.25 | - |
| YUV | 127.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 45 | 0 | 0.59 | 0.80 | 0.11 | 15.49 | 0.76 | 0.53 |
| Hex | E3 | 5C | 2D | 0 | 3B | 50 | B | F | 4C | 35 |
| Octal | 343 | 134 | 55 | 0 | 73 | 120 | 13 | 17 | 114 | 65 |
| Binary | 11100011 | 1011100 | 101101 | 0 | 111011 | 1010000 | 1011 | 1111 | 1001100 | 110101 |
Color Harmonies of #E35C2D
Complementary color
Monochromatic Colors of #E35C2D
Black with #E35C2D
Text Example
Text Example
White with #E35C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C2D; }
p { color: rgb(227,92,45); }
H1.HeaderClassName
{
color: #E35C2D;
}
.AnyTagClassName
{
color: #E35C2D;
}
</style>
background-color css
<style>
a { background-color: #E35C2D; }
a { background-color: rgb(227,92,45); }
div.DivClassName
{
background-color: #E35C2D;
}
.BgClassName
{
background-color: #E35C2D;
}
</style>
border-color css
<style>
span { border-color: #E35C2D; }
span { border-color: rgb(227,92,45); }
td.TdClassName
{
border-color: #E35C2D;
}
.TagClassName
{
border-color: #E35C2D;
}
</style>