Shades of Sorbus #E1643F
Tints of Sorbus #E1643F
RGB
CMYK
RGB Variations
Color information
#E1643F (or 0xE1643F) is known color: Sorbus. HEX triplet: E1, 64 and 3F. RGB value is (225,100,63). Sum of RGB (Red+Green+Blue) = 225+100+63=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1643F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1643F is #1E9BC0. Grayscale: #858585. Windows color (decimal): -2005953 or 4154593. OLE color: 4154593.
HSL color Cylindrical-coordinate representation of color #E1643F: hue angle of 13.7º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1643F is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 63 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.12 |
| HSL | 13.7º | 0.73% | 0.56% | - |
| HSV(B) | 13.7º | 0.72% | 0.88% | - |
| XYZ | 36.51 | 25.48 | 7.7 | - |
| YUV | 133.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 63 | 0 | 0.56 | 0.72 | 0.12 | 13.7 | 0.73 | 0.56 |
| Hex | E1 | 64 | 3F | 0 | 38 | 48 | C | E | 49 | 38 |
| Octal | 341 | 144 | 77 | 0 | 70 | 110 | 14 | 16 | 111 | 70 |
| Binary | 11100001 | 1100100 | 111111 | 0 | 111000 | 1001000 | 1100 | 1110 | 1001001 | 111000 |
Color Harmonies of #E1643F
Complementary color
Monochromatic Colors of #E1643F
Black with #E1643F
Text Example
Text Example
White with #E1643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1643F; }
p { color: rgb(225,100,63); }
H1.HeaderClassName
{
color: #E1643F;
}
.AnyTagClassName
{
color: #E1643F;
}
</style>
background-color css
<style>
a { background-color: #E1643F; }
a { background-color: rgb(225,100,63); }
div.DivClassName
{
background-color: #E1643F;
}
.BgClassName
{
background-color: #E1643F;
}
</style>
border-color css
<style>
span { border-color: #E1643F; }
span { border-color: rgb(225,100,63); }
td.TdClassName
{
border-color: #E1643F;
}
.TagClassName
{
border-color: #E1643F;
}
</style>