Shades of Sorbus #E5612C
Tints of Sorbus #E5612C
RGB
CMYK
RGB Variations
Color information
#E5612C (or 0xE5612C) is known color: Sorbus. HEX triplet: E5, 61 and 2C. RGB value is (229,97,44). Sum of RGB (Red+Green+Blue) = 229+97+44=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5612C is #1A9ED3. Grayscale: #828282. Windows color (decimal): -1744596 or 2908645. OLE color: 2908645.
HSL color Cylindrical-coordinate representation of color #E5612C: hue angle of 17.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5612C is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 44 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.10 |
| HSL | 17.19º | 0.78% | 0.54% | - |
| HSV(B) | 17.19º | 0.81% | 0.9% | - |
| XYZ | 37.04 | 25.39 | 5.33 | - |
| YUV | 130.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 44 | 0 | 0.58 | 0.81 | 0.10 | 17.19 | 0.78 | 0.54 |
| Hex | E5 | 61 | 2C | 0 | 3A | 51 | A | 11 | 4E | 36 |
| Octal | 345 | 141 | 54 | 0 | 72 | 121 | 12 | 21 | 116 | 66 |
| Binary | 11100101 | 1100001 | 101100 | 0 | 111010 | 1010001 | 1010 | 10001 | 1001110 | 110110 |
Color Harmonies of #E5612C
Complementary color
Monochromatic Colors of #E5612C
Black with #E5612C
Text Example
Text Example
White with #E5612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5612C; }
p { color: rgb(229,97,44); }
H1.HeaderClassName
{
color: #E5612C;
}
.AnyTagClassName
{
color: #E5612C;
}
</style>
background-color css
<style>
a { background-color: #E5612C; }
a { background-color: rgb(229,97,44); }
div.DivClassName
{
background-color: #E5612C;
}
.BgClassName
{
background-color: #E5612C;
}
</style>
border-color css
<style>
span { border-color: #E5612C; }
span { border-color: rgb(229,97,44); }
td.TdClassName
{
border-color: #E5612C;
}
.TagClassName
{
border-color: #E5612C;
}
</style>