Shades of Sorbus #E25D2E
Tints of Sorbus #E25D2E
RGB
CMYK
RGB Variations
Color information
#E25D2E (or 0xE25D2E) is known color: Sorbus. HEX triplet: E2, 5D and 2E. RGB value is (226,93,46). Sum of RGB (Red+Green+Blue) = 226+93+46=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D2E is #1DA2D1. Grayscale: #7F7F7F. Windows color (decimal): -1942226 or 3038690. OLE color: 3038690.
HSL color Cylindrical-coordinate representation of color #E25D2E: hue angle of 15.67º 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 #E25D2E is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 46 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.11 |
| HSL | 15.67º | 0.76% | 0.53% | - |
| HSV(B) | 15.67º | 0.8% | 0.89% | - |
| XYZ | 35.77 | 24.19 | 5.37 | - |
| YUV | 127.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 46 | 0 | 0.59 | 0.80 | 0.11 | 15.67 | 0.76 | 0.53 |
| Hex | E2 | 5D | 2E | 0 | 3B | 50 | B | 10 | 4C | 35 |
| Octal | 342 | 135 | 56 | 0 | 73 | 120 | 13 | 20 | 114 | 65 |
| Binary | 11100010 | 1011101 | 101110 | 0 | 111011 | 1010000 | 1011 | 10000 | 1001100 | 110101 |
Color Harmonies of #E25D2E
Complementary color
Monochromatic Colors of #E25D2E
Black with #E25D2E
Text Example
Text Example
White with #E25D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D2E; }
p { color: rgb(226,93,46); }
H1.HeaderClassName
{
color: #E25D2E;
}
.AnyTagClassName
{
color: #E25D2E;
}
</style>
background-color css
<style>
a { background-color: #E25D2E; }
a { background-color: rgb(226,93,46); }
div.DivClassName
{
background-color: #E25D2E;
}
.BgClassName
{
background-color: #E25D2E;
}
</style>
border-color css
<style>
span { border-color: #E25D2E; }
span { border-color: rgb(226,93,46); }
td.TdClassName
{
border-color: #E25D2E;
}
.TagClassName
{
border-color: #E25D2E;
}
</style>