Shades of Sorbus #E35F2F
Tints of Sorbus #E35F2F
RGB
CMYK
RGB Variations
Color information
#E35F2F (or 0xE35F2F) is known color: Sorbus. HEX triplet: E3, 5F and 2F. RGB value is (227,95,47). Sum of RGB (Red+Green+Blue) = 227+95+47=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F2F is #1CA0D0. Grayscale: #818181. Windows color (decimal): -1876177 or 3104739. OLE color: 3104739.
HSL color Cylindrical-coordinate representation of color #E35F2F: hue angle of 16º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E35F2F is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 47 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.11 |
| HSL | 16º | 0.76% | 0.54% | - |
| HSV(B) | 16º | 0.79% | 0.89% | - |
| XYZ | 36.28 | 24.72 | 5.55 | - |
| YUV | 129 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 47 | 0 | 0.58 | 0.79 | 0.11 | 16 | 0.76 | 0.54 |
| Hex | E3 | 5F | 2F | 0 | 3A | 4F | B | 10 | 4C | 36 |
| Octal | 343 | 137 | 57 | 0 | 72 | 117 | 13 | 20 | 114 | 66 |
| Binary | 11100011 | 1011111 | 101111 | 0 | 111010 | 1001111 | 1011 | 10000 | 1001100 | 110110 |
Color Harmonies of #E35F2F
Complementary color
Monochromatic Colors of #E35F2F
Black with #E35F2F
Text Example
Text Example
White with #E35F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F2F; }
p { color: rgb(227,95,47); }
H1.HeaderClassName
{
color: #E35F2F;
}
.AnyTagClassName
{
color: #E35F2F;
}
</style>
background-color css
<style>
a { background-color: #E35F2F; }
a { background-color: rgb(227,95,47); }
div.DivClassName
{
background-color: #E35F2F;
}
.BgClassName
{
background-color: #E35F2F;
}
</style>
border-color css
<style>
span { border-color: #E35F2F; }
span { border-color: rgb(227,95,47); }
td.TdClassName
{
border-color: #E35F2F;
}
.TagClassName
{
border-color: #E35F2F;
}
</style>