Shades of Sorbus #E0612C
Tints of Sorbus #E0612C
RGB
CMYK
RGB Variations
Color information
#E0612C (or 0xE0612C) is known color: Sorbus. HEX triplet: E0, 61 and 2C. RGB value is (224,97,44). Sum of RGB (Red+Green+Blue) = 224+97+44=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0612C is #1F9ED3. Grayscale: #818181. Windows color (decimal): -2072276 or 2908640. OLE color: 2908640.
HSL color Cylindrical-coordinate representation of color #E0612C: hue angle of 17.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0612C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.12 |
| HSL | 17.67º | 0.74% | 0.53% | - |
| HSV(B) | 17.67º | 0.8% | 0.88% | - |
| XYZ | 35.47 | 24.58 | 5.26 | - |
| YUV | 128.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 44 | 0 | 0.57 | 0.80 | 0.12 | 17.67 | 0.74 | 0.53 |
| Hex | E0 | 61 | 2C | 0 | 39 | 50 | C | 12 | 4A | 35 |
| Octal | 340 | 141 | 54 | 0 | 71 | 120 | 14 | 22 | 112 | 65 |
| Binary | 11100000 | 1100001 | 101100 | 0 | 111001 | 1010000 | 1100 | 10010 | 1001010 | 110101 |
Color Harmonies of #E0612C
Complementary color
Monochromatic Colors of #E0612C
Black with #E0612C
Text Example
Text Example
White with #E0612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0612C; }
p { color: rgb(224,97,44); }
H1.HeaderClassName
{
color: #E0612C;
}
.AnyTagClassName
{
color: #E0612C;
}
</style>
background-color css
<style>
a { background-color: #E0612C; }
a { background-color: rgb(224,97,44); }
div.DivClassName
{
background-color: #E0612C;
}
.BgClassName
{
background-color: #E0612C;
}
</style>
border-color css
<style>
span { border-color: #E0612C; }
span { border-color: rgb(224,97,44); }
td.TdClassName
{
border-color: #E0612C;
}
.TagClassName
{
border-color: #E0612C;
}
</style>