Shades of Sorbus #E95F2C
Tints of Sorbus #E95F2C
RGB
CMYK
RGB Variations
Color information
#E95F2C (or 0xE95F2C) is known color: Sorbus. HEX triplet: E9, 5F and 2C. RGB value is (233,95,44). Sum of RGB (Red+Green+Blue) = 233+95+44=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95F2C is #16A0D3. Grayscale: #828282. Windows color (decimal): -1482964 or 2908137. OLE color: 2908137.
HSL color Cylindrical-coordinate representation of color #E95F2C: hue angle of 16.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E95F2C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 44 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.09 |
| HSL | 16.19º | 0.81% | 0.54% | - |
| HSV(B) | 16.19º | 0.81% | 0.91% | - |
| XYZ | 38.15 | 25.69 | 5.33 | - |
| YUV | 130.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 44 | 0 | 0.59 | 0.81 | 0.09 | 16.19 | 0.81 | 0.54 |
| Hex | E9 | 5F | 2C | 0 | 3B | 51 | 9 | 10 | 51 | 36 |
| Octal | 351 | 137 | 54 | 0 | 73 | 121 | 11 | 20 | 121 | 66 |
| Binary | 11101001 | 1011111 | 101100 | 0 | 111011 | 1010001 | 1001 | 10000 | 1010001 | 110110 |
Color Harmonies of #E95F2C
Complementary color
Monochromatic Colors of #E95F2C
Black with #E95F2C
Text Example
Text Example
White with #E95F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F2C; }
p { color: rgb(233,95,44); }
H1.HeaderClassName
{
color: #E95F2C;
}
.AnyTagClassName
{
color: #E95F2C;
}
</style>
background-color css
<style>
a { background-color: #E95F2C; }
a { background-color: rgb(233,95,44); }
div.DivClassName
{
background-color: #E95F2C;
}
.BgClassName
{
background-color: #E95F2C;
}
</style>
border-color css
<style>
span { border-color: #E95F2C; }
span { border-color: rgb(233,95,44); }
td.TdClassName
{
border-color: #E95F2C;
}
.TagClassName
{
border-color: #E95F2C;
}
</style>