Shades of Sorbus #ED632E
Tints of Sorbus #ED632E
RGB
CMYK
RGB Variations
Color information
#ED632E (or 0xED632E) is known color: Sorbus. HEX triplet: ED, 63 and 2E. RGB value is (237,99,46). Sum of RGB (Red+Green+Blue) = 237+99+46=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED632E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED632E is #129CD1. Grayscale: #868686. Windows color (decimal): -1219794 or 3040237. OLE color: 3040237.
HSL color Cylindrical-coordinate representation of color #ED632E: hue angle of 16.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED632E is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 46 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.07 |
| HSL | 16.65º | 0.84% | 0.55% | - |
| HSV(B) | 16.65º | 0.81% | 0.93% | - |
| XYZ | 39.88 | 27.13 | 5.72 | - |
| YUV | 134.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 46 | 0 | 0.58 | 0.81 | 0.07 | 16.65 | 0.84 | 0.55 |
| Hex | ED | 63 | 2E | 0 | 3A | 51 | 7 | 11 | 54 | 37 |
| Octal | 355 | 143 | 56 | 0 | 72 | 121 | 7 | 21 | 124 | 67 |
| Binary | 11101101 | 1100011 | 101110 | 0 | 111010 | 1010001 | 111 | 10001 | 1010100 | 110111 |
Color Harmonies of #ED632E
Complementary color
Monochromatic Colors of #ED632E
Black with #ED632E
Text Example
Text Example
White with #ED632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED632E; }
p { color: rgb(237,99,46); }
H1.HeaderClassName
{
color: #ED632E;
}
.AnyTagClassName
{
color: #ED632E;
}
</style>
background-color css
<style>
a { background-color: #ED632E; }
a { background-color: rgb(237,99,46); }
div.DivClassName
{
background-color: #ED632E;
}
.BgClassName
{
background-color: #ED632E;
}
</style>
border-color css
<style>
span { border-color: #ED632E; }
span { border-color: rgb(237,99,46); }
td.TdClassName
{
border-color: #ED632E;
}
.TagClassName
{
border-color: #ED632E;
}
</style>