Shades of Sorbus #E2653F
Tints of Sorbus #E2653F
RGB
CMYK
RGB Variations
Color information
#E2653F (or 0xE2653F) is known color: Sorbus. HEX triplet: E2, 65 and 3F. RGB value is (226,101,63). Sum of RGB (Red+Green+Blue) = 226+101+63=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2653F is #1D9AC0. Grayscale: #868686. Windows color (decimal): -1940161 or 4154850. OLE color: 4154850.
HSL color Cylindrical-coordinate representation of color #E2653F: hue angle of 13.99º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2653F is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 63 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.11 |
| HSL | 13.99º | 0.74% | 0.57% | - |
| HSV(B) | 13.99º | 0.72% | 0.89% | - |
| XYZ | 36.91 | 25.83 | 7.74 | - |
| YUV | 134.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 63 | 0 | 0.55 | 0.72 | 0.11 | 13.99 | 0.74 | 0.57 |
| Hex | E2 | 65 | 3F | 0 | 37 | 48 | B | E | 4A | 39 |
| Octal | 342 | 145 | 77 | 0 | 67 | 110 | 13 | 16 | 112 | 71 |
| Binary | 11100010 | 1100101 | 111111 | 0 | 110111 | 1001000 | 1011 | 1110 | 1001010 | 111001 |
Color Harmonies of #E2653F
Complementary color
Monochromatic Colors of #E2653F
Black with #E2653F
Text Example
Text Example
White with #E2653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2653F; }
p { color: rgb(226,101,63); }
H1.HeaderClassName
{
color: #E2653F;
}
.AnyTagClassName
{
color: #E2653F;
}
</style>
background-color css
<style>
a { background-color: #E2653F; }
a { background-color: rgb(226,101,63); }
div.DivClassName
{
background-color: #E2653F;
}
.BgClassName
{
background-color: #E2653F;
}
</style>
border-color css
<style>
span { border-color: #E2653F; }
span { border-color: rgb(226,101,63); }
td.TdClassName
{
border-color: #E2653F;
}
.TagClassName
{
border-color: #E2653F;
}
</style>