Shades of Sorbus #E5612A
Tints of Sorbus #E5612A
RGB
CMYK
RGB Variations
Color information
#E5612A (or 0xE5612A) is known color: Sorbus. HEX triplet: E5, 61 and 2A. RGB value is (229,97,42). Sum of RGB (Red+Green+Blue) = 229+97+42=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E5612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5612A is #1A9ED5. Grayscale: #828282. Windows color (decimal): -1744598 or 2777573. OLE color: 2777573.
HSL color Cylindrical-coordinate representation of color #E5612A: hue angle of 17.65º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5612A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.10 |
| HSL | 17.65º | 0.78% | 0.53% | - |
| HSV(B) | 17.65º | 0.82% | 0.9% | - |
| XYZ | 37.01 | 25.37 | 5.14 | - |
| YUV | 130.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 42 | 0 | 0.58 | 0.82 | 0.10 | 17.65 | 0.78 | 0.53 |
| Hex | E5 | 61 | 2A | 0 | 3A | 52 | A | 12 | 4E | 35 |
| Octal | 345 | 141 | 52 | 0 | 72 | 122 | 12 | 22 | 116 | 65 |
| Binary | 11100101 | 1100001 | 101010 | 0 | 111010 | 1010010 | 1010 | 10010 | 1001110 | 110101 |
Color Harmonies of #E5612A
Complementary color
Monochromatic Colors of #E5612A
Black with #E5612A
Text Example
Text Example
White with #E5612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5612A; }
p { color: rgb(229,97,42); }
H1.HeaderClassName
{
color: #E5612A;
}
.AnyTagClassName
{
color: #E5612A;
}
</style>
background-color css
<style>
a { background-color: #E5612A; }
a { background-color: rgb(229,97,42); }
div.DivClassName
{
background-color: #E5612A;
}
.BgClassName
{
background-color: #E5612A;
}
</style>
border-color css
<style>
span { border-color: #E5612A; }
span { border-color: rgb(229,97,42); }
td.TdClassName
{
border-color: #E5612A;
}
.TagClassName
{
border-color: #E5612A;
}
</style>