Shades of Sorbus #ED642D
Tints of Sorbus #ED642D
RGB
CMYK
RGB Variations
Color information
#ED642D (or 0xED642D) is known color: Sorbus. HEX triplet: ED, 64 and 2D. RGB value is (237,100,45). Sum of RGB (Red+Green+Blue) = 237+100+45=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED642D is #129BD2. Grayscale: #878787. Windows color (decimal): -1219539 or 2974957. OLE color: 2974957.
HSL color Cylindrical-coordinate representation of color #ED642D: hue angle of 17.19º 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 #ED642D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.07 |
| HSL | 17.19º | 0.84% | 0.55% | - |
| HSV(B) | 17.19º | 0.81% | 0.93% | - |
| XYZ | 39.96 | 27.31 | 5.65 | - |
| YUV | 134.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 45 | 0 | 0.58 | 0.81 | 0.07 | 17.19 | 0.84 | 0.55 |
| Hex | ED | 64 | 2D | 0 | 3A | 51 | 7 | 11 | 54 | 37 |
| Octal | 355 | 144 | 55 | 0 | 72 | 121 | 7 | 21 | 124 | 67 |
| Binary | 11101101 | 1100100 | 101101 | 0 | 111010 | 1010001 | 111 | 10001 | 1010100 | 110111 |
Color Harmonies of #ED642D
Complementary color
Monochromatic Colors of #ED642D
Black with #ED642D
Text Example
Text Example
White with #ED642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED642D; }
p { color: rgb(237,100,45); }
H1.HeaderClassName
{
color: #ED642D;
}
.AnyTagClassName
{
color: #ED642D;
}
</style>
background-color css
<style>
a { background-color: #ED642D; }
a { background-color: rgb(237,100,45); }
div.DivClassName
{
background-color: #ED642D;
}
.BgClassName
{
background-color: #ED642D;
}
</style>
border-color css
<style>
span { border-color: #ED642D; }
span { border-color: rgb(237,100,45); }
td.TdClassName
{
border-color: #ED642D;
}
.TagClassName
{
border-color: #ED642D;
}
</style>