Shades of Sorbus #E35D2D
Tints of Sorbus #E35D2D
RGB
CMYK
RGB Variations
Color information
#E35D2D (or 0xE35D2D) is known color: Sorbus. HEX triplet: E3, 5D and 2D. RGB value is (227,93,45). Sum of RGB (Red+Green+Blue) = 227+93+45=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D2D is #1CA2D2. Grayscale: #7F7F7F. Windows color (decimal): -1876691 or 2973155. OLE color: 2973155.
HSL color Cylindrical-coordinate representation of color #E35D2D: hue angle of 15.82º 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 #E35D2D is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 45 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.11 |
| HSL | 15.82º | 0.76% | 0.53% | - |
| HSV(B) | 15.82º | 0.8% | 0.89% | - |
| XYZ | 36.07 | 24.35 | 5.28 | - |
| YUV | 127.59 | 81.39 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 45 | 0 | 0.59 | 0.80 | 0.11 | 15.82 | 0.76 | 0.53 |
| Hex | E3 | 5D | 2D | 0 | 3B | 50 | B | 10 | 4C | 35 |
| Octal | 343 | 135 | 55 | 0 | 73 | 120 | 13 | 20 | 114 | 65 |
| Binary | 11100011 | 1011101 | 101101 | 0 | 111011 | 1010000 | 1011 | 10000 | 1001100 | 110101 |
Color Harmonies of #E35D2D
Complementary color
Monochromatic Colors of #E35D2D
Black with #E35D2D
Text Example
Text Example
White with #E35D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D2D; }
p { color: rgb(227,93,45); }
H1.HeaderClassName
{
color: #E35D2D;
}
.AnyTagClassName
{
color: #E35D2D;
}
</style>
background-color css
<style>
a { background-color: #E35D2D; }
a { background-color: rgb(227,93,45); }
div.DivClassName
{
background-color: #E35D2D;
}
.BgClassName
{
background-color: #E35D2D;
}
</style>
border-color css
<style>
span { border-color: #E35D2D; }
span { border-color: rgb(227,93,45); }
td.TdClassName
{
border-color: #E35D2D;
}
.TagClassName
{
border-color: #E35D2D;
}
</style>