Shades of Sorbus #E0642F
Tints of Sorbus #E0642F
RGB
CMYK
RGB Variations
Color information
#E0642F (or 0xE0642F) is known color: Sorbus. HEX triplet: E0, 64 and 2F. RGB value is (224,100,47). Sum of RGB (Red+Green+Blue) = 224+100+47=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0642F is #1F9BD0. Grayscale: #838383. Windows color (decimal): -2071505 or 3106016. OLE color: 3106016.
HSL color Cylindrical-coordinate representation of color #E0642F: hue angle of 17.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0642F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 47 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.12 |
| HSL | 17.97º | 0.74% | 0.53% | - |
| HSV(B) | 17.97º | 0.79% | 0.88% | - |
| XYZ | 35.81 | 25.17 | 5.66 | - |
| YUV | 131.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 47 | 0 | 0.55 | 0.79 | 0.12 | 17.97 | 0.74 | 0.53 |
| Hex | E0 | 64 | 2F | 0 | 37 | 4F | C | 12 | 4A | 35 |
| Octal | 340 | 144 | 57 | 0 | 67 | 117 | 14 | 22 | 112 | 65 |
| Binary | 11100000 | 1100100 | 101111 | 0 | 110111 | 1001111 | 1100 | 10010 | 1001010 | 110101 |
Color Harmonies of #E0642F
Complementary color
Monochromatic Colors of #E0642F
Black with #E0642F
Text Example
Text Example
White with #E0642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0642F; }
p { color: rgb(224,100,47); }
H1.HeaderClassName
{
color: #E0642F;
}
.AnyTagClassName
{
color: #E0642F;
}
</style>
background-color css
<style>
a { background-color: #E0642F; }
a { background-color: rgb(224,100,47); }
div.DivClassName
{
background-color: #E0642F;
}
.BgClassName
{
background-color: #E0642F;
}
</style>
border-color css
<style>
span { border-color: #E0642F; }
span { border-color: rgb(224,100,47); }
td.TdClassName
{
border-color: #E0642F;
}
.TagClassName
{
border-color: #E0642F;
}
</style>