Shades of Sorbus #E75D25
Tints of Sorbus #E75D25
RGB
CMYK
RGB Variations
Color information
#E75D25 (or 0xE75D25) is known color: Sorbus. HEX triplet: E7, 5D and 25. RGB value is (231,93,37). Sum of RGB (Red+Green+Blue) = 231+93+37=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D25 is #18A2DA. Grayscale: #808080. Windows color (decimal): -1614555 or 2448871. OLE color: 2448871.
HSL color Cylindrical-coordinate representation of color #E75D25: hue angle of 17.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E75D25 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 37 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.09 |
| HSL | 17.32º | 0.8% | 0.53% | - |
| HSV(B) | 17.32º | 0.84% | 0.91% | - |
| XYZ | 37.2 | 24.95 | 4.61 | - |
| YUV | 127.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 37 | 0 | 0.60 | 0.84 | 0.09 | 17.32 | 0.8 | 0.53 |
| Hex | E7 | 5D | 25 | 0 | 3C | 54 | 9 | 11 | 50 | 35 |
| Octal | 347 | 135 | 45 | 0 | 74 | 124 | 11 | 21 | 120 | 65 |
| Binary | 11100111 | 1011101 | 100101 | 0 | 111100 | 1010100 | 1001 | 10001 | 1010000 | 110101 |
Color Harmonies of #E75D25
Complementary color
Monochromatic Colors of #E75D25
Black with #E75D25
Text Example
Text Example
White with #E75D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D25; }
p { color: rgb(231,93,37); }
H1.HeaderClassName
{
color: #E75D25;
}
.AnyTagClassName
{
color: #E75D25;
}
</style>
background-color css
<style>
a { background-color: #E75D25; }
a { background-color: rgb(231,93,37); }
div.DivClassName
{
background-color: #E75D25;
}
.BgClassName
{
background-color: #E75D25;
}
</style>
border-color css
<style>
span { border-color: #E75D25; }
span { border-color: rgb(231,93,37); }
td.TdClassName
{
border-color: #E75D25;
}
.TagClassName
{
border-color: #E75D25;
}
</style>