Shades of Sorbus #EC622D
Tints of Sorbus #EC622D
RGB
CMYK
RGB Variations
Color information
#EC622D (or 0xEC622D) is known color: Sorbus. HEX triplet: EC, 62 and 2D. RGB value is (236,98,45). Sum of RGB (Red+Green+Blue) = 236+98+45=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC622D is #139DD2. Grayscale: #858585. Windows color (decimal): -1285587 or 2974444. OLE color: 2974444.
HSL color Cylindrical-coordinate representation of color #EC622D: hue angle of 16.65º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC622D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.07 |
| HSL | 16.65º | 0.83% | 0.55% | - |
| HSV(B) | 16.65º | 0.81% | 0.93% | - |
| XYZ | 39.43 | 26.76 | 5.57 | - |
| YUV | 133.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 45 | 0 | 0.58 | 0.81 | 0.07 | 16.65 | 0.83 | 0.55 |
| Hex | EC | 62 | 2D | 0 | 3A | 51 | 7 | 11 | 53 | 37 |
| Octal | 354 | 142 | 55 | 0 | 72 | 121 | 7 | 21 | 123 | 67 |
| Binary | 11101100 | 1100010 | 101101 | 0 | 111010 | 1010001 | 111 | 10001 | 1010011 | 110111 |
Color Harmonies of #EC622D
Complementary color
Monochromatic Colors of #EC622D
Black with #EC622D
Text Example
Text Example
White with #EC622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC622D; }
p { color: rgb(236,98,45); }
H1.HeaderClassName
{
color: #EC622D;
}
.AnyTagClassName
{
color: #EC622D;
}
</style>
background-color css
<style>
a { background-color: #EC622D; }
a { background-color: rgb(236,98,45); }
div.DivClassName
{
background-color: #EC622D;
}
.BgClassName
{
background-color: #EC622D;
}
</style>
border-color css
<style>
span { border-color: #EC622D; }
span { border-color: rgb(236,98,45); }
td.TdClassName
{
border-color: #EC622D;
}
.TagClassName
{
border-color: #EC622D;
}
</style>