Shades of Sorbus #E2642A
Tints of Sorbus #E2642A
RGB
CMYK
RGB Variations
Color information
#E2642A (or 0xE2642A) is known color: Sorbus. HEX triplet: E2, 64 and 2A. RGB value is (226,100,42). Sum of RGB (Red+Green+Blue) = 226+100+42=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2642A is #1D9BD5. Grayscale: #838383. Windows color (decimal): -1940438 or 2778338. OLE color: 2778338.
HSL color Cylindrical-coordinate representation of color #E2642A: hue angle of 18.91º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2642A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 42 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.11 |
| HSL | 18.91º | 0.76% | 0.53% | - |
| HSV(B) | 18.91º | 0.81% | 0.89% | - |
| XYZ | 36.34 | 25.45 | 5.19 | - |
| YUV | 131.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 42 | 0 | 0.56 | 0.81 | 0.11 | 18.91 | 0.76 | 0.53 |
| Hex | E2 | 64 | 2A | 0 | 38 | 51 | B | 13 | 4C | 35 |
| Octal | 342 | 144 | 52 | 0 | 70 | 121 | 13 | 23 | 114 | 65 |
| Binary | 11100010 | 1100100 | 101010 | 0 | 111000 | 1010001 | 1011 | 10011 | 1001100 | 110101 |
Color Harmonies of #E2642A
Complementary color
Monochromatic Colors of #E2642A
Black with #E2642A
Text Example
Text Example
White with #E2642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2642A; }
p { color: rgb(226,100,42); }
H1.HeaderClassName
{
color: #E2642A;
}
.AnyTagClassName
{
color: #E2642A;
}
</style>
background-color css
<style>
a { background-color: #E2642A; }
a { background-color: rgb(226,100,42); }
div.DivClassName
{
background-color: #E2642A;
}
.BgClassName
{
background-color: #E2642A;
}
</style>
border-color css
<style>
span { border-color: #E2642A; }
span { border-color: rgb(226,100,42); }
td.TdClassName
{
border-color: #E2642A;
}
.TagClassName
{
border-color: #E2642A;
}
</style>