Shades of Sorbus #E25F2D
Tints of Sorbus #E25F2D
RGB
CMYK
RGB Variations
Color information
#E25F2D (or 0xE25F2D) is known color: Sorbus. HEX triplet: E2, 5F and 2D. RGB value is (226,95,45). Sum of RGB (Red+Green+Blue) = 226+95+45=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F2D is #1DA0D2. Grayscale: #808080. Windows color (decimal): -1941715 or 2973666. OLE color: 2973666.
HSL color Cylindrical-coordinate representation of color #E25F2D: hue angle of 16.57º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E25F2D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 45 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.11 |
| HSL | 16.57º | 0.76% | 0.53% | - |
| HSV(B) | 16.57º | 0.8% | 0.89% | - |
| XYZ | 35.93 | 24.54 | 5.33 | - |
| YUV | 128.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 45 | 0 | 0.58 | 0.80 | 0.11 | 16.57 | 0.76 | 0.53 |
| Hex | E2 | 5F | 2D | 0 | 3A | 50 | B | 11 | 4C | 35 |
| Octal | 342 | 137 | 55 | 0 | 72 | 120 | 13 | 21 | 114 | 65 |
| Binary | 11100010 | 1011111 | 101101 | 0 | 111010 | 1010000 | 1011 | 10001 | 1001100 | 110101 |
Color Harmonies of #E25F2D
Complementary color
Monochromatic Colors of #E25F2D
Black with #E25F2D
Text Example
Text Example
White with #E25F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F2D; }
p { color: rgb(226,95,45); }
H1.HeaderClassName
{
color: #E25F2D;
}
.AnyTagClassName
{
color: #E25F2D;
}
</style>
background-color css
<style>
a { background-color: #E25F2D; }
a { background-color: rgb(226,95,45); }
div.DivClassName
{
background-color: #E25F2D;
}
.BgClassName
{
background-color: #E25F2D;
}
</style>
border-color css
<style>
span { border-color: #E25F2D; }
span { border-color: rgb(226,95,45); }
td.TdClassName
{
border-color: #E25F2D;
}
.TagClassName
{
border-color: #E25F2D;
}
</style>