Shades of Sorbus #E0602C
Tints of Sorbus #E0602C
RGB
CMYK
RGB Variations
Color information
#E0602C (or 0xE0602C) is known color: Sorbus. HEX triplet: E0, 60 and 2C. RGB value is (224,96,44). Sum of RGB (Red+Green+Blue) = 224+96+44=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0602C is #1F9FD3. Grayscale: #808080. Windows color (decimal): -2072532 or 2908384. OLE color: 2908384.
HSL color Cylindrical-coordinate representation of color #E0602C: hue angle of 17.33º 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 #E0602C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.12 |
| HSL | 17.33º | 0.74% | 0.53% | - |
| HSV(B) | 17.33º | 0.8% | 0.88% | - |
| XYZ | 35.38 | 24.39 | 5.23 | - |
| YUV | 128.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 44 | 0 | 0.57 | 0.80 | 0.12 | 17.33 | 0.74 | 0.53 |
| Hex | E0 | 60 | 2C | 0 | 39 | 50 | C | 11 | 4A | 35 |
| Octal | 340 | 140 | 54 | 0 | 71 | 120 | 14 | 21 | 112 | 65 |
| Binary | 11100000 | 1100000 | 101100 | 0 | 111001 | 1010000 | 1100 | 10001 | 1001010 | 110101 |
Color Harmonies of #E0602C
Complementary color
Monochromatic Colors of #E0602C
Black with #E0602C
Text Example
Text Example
White with #E0602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0602C; }
p { color: rgb(224,96,44); }
H1.HeaderClassName
{
color: #E0602C;
}
.AnyTagClassName
{
color: #E0602C;
}
</style>
background-color css
<style>
a { background-color: #E0602C; }
a { background-color: rgb(224,96,44); }
div.DivClassName
{
background-color: #E0602C;
}
.BgClassName
{
background-color: #E0602C;
}
</style>
border-color css
<style>
span { border-color: #E0602C; }
span { border-color: rgb(224,96,44); }
td.TdClassName
{
border-color: #E0602C;
}
.TagClassName
{
border-color: #E0602C;
}
</style>