Shades of Sorbus #E05F37
Tints of Sorbus #E05F37
RGB
CMYK
RGB Variations
Color information
#E05F37 (or 0xE05F37) is known color: Sorbus. HEX triplet: E0, 5F and 37. RGB value is (224,95,55). Sum of RGB (Red+Green+Blue) = 224+95+55=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F37 is #1FA0C8. Grayscale: #818181. Windows color (decimal): -2072777 or 3629024. OLE color: 3629024.
HSL color Cylindrical-coordinate representation of color #E05F37: hue angle of 14.2º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E05F37 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 55 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.12 |
| HSL | 14.2º | 0.73% | 0.55% | - |
| HSV(B) | 14.2º | 0.75% | 0.88% | - |
| XYZ | 35.52 | 24.31 | 6.43 | - |
| YUV | 129.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 55 | 0 | 0.58 | 0.75 | 0.12 | 14.2 | 0.73 | 0.55 |
| Hex | E0 | 5F | 37 | 0 | 3A | 4B | C | E | 49 | 37 |
| Octal | 340 | 137 | 67 | 0 | 72 | 113 | 14 | 16 | 111 | 67 |
| Binary | 11100000 | 1011111 | 110111 | 0 | 111010 | 1001011 | 1100 | 1110 | 1001001 | 110111 |
Color Harmonies of #E05F37
Complementary color
Monochromatic Colors of #E05F37
Black with #E05F37
Text Example
Text Example
White with #E05F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F37; }
p { color: rgb(224,95,55); }
H1.HeaderClassName
{
color: #E05F37;
}
.AnyTagClassName
{
color: #E05F37;
}
</style>
background-color css
<style>
a { background-color: #E05F37; }
a { background-color: rgb(224,95,55); }
div.DivClassName
{
background-color: #E05F37;
}
.BgClassName
{
background-color: #E05F37;
}
</style>
border-color css
<style>
span { border-color: #E05F37; }
span { border-color: rgb(224,95,55); }
td.TdClassName
{
border-color: #E05F37;
}
.TagClassName
{
border-color: #E05F37;
}
</style>