Shades of Sorbus #EC612A
Tints of Sorbus #EC612A
RGB
CMYK
RGB Variations
Color information
#EC612A (or 0xEC612A) is known color: Sorbus. HEX triplet: EC, 61 and 2A. RGB value is (236,97,42). Sum of RGB (Red+Green+Blue) = 236+97+42=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC612A is #139ED5. Grayscale: #848484. Windows color (decimal): -1285846 or 2777580. OLE color: 2777580.
HSL color Cylindrical-coordinate representation of color #EC612A: hue angle of 17.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC612A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 42 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.07 |
| HSL | 17.01º | 0.84% | 0.55% | - |
| HSV(B) | 17.01º | 0.82% | 0.93% | - |
| XYZ | 39.28 | 26.55 | 5.24 | - |
| YUV | 132.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 42 | 0 | 0.59 | 0.82 | 0.07 | 17.01 | 0.84 | 0.55 |
| Hex | EC | 61 | 2A | 0 | 3B | 52 | 7 | 11 | 54 | 37 |
| Octal | 354 | 141 | 52 | 0 | 73 | 122 | 7 | 21 | 124 | 67 |
| Binary | 11101100 | 1100001 | 101010 | 0 | 111011 | 1010010 | 111 | 10001 | 1010100 | 110111 |
Color Harmonies of #EC612A
Complementary color
Monochromatic Colors of #EC612A
Black with #EC612A
Text Example
Text Example
White with #EC612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC612A; }
p { color: rgb(236,97,42); }
H1.HeaderClassName
{
color: #EC612A;
}
.AnyTagClassName
{
color: #EC612A;
}
</style>
background-color css
<style>
a { background-color: #EC612A; }
a { background-color: rgb(236,97,42); }
div.DivClassName
{
background-color: #EC612A;
}
.BgClassName
{
background-color: #EC612A;
}
</style>
border-color css
<style>
span { border-color: #EC612A; }
span { border-color: rgb(236,97,42); }
td.TdClassName
{
border-color: #EC612A;
}
.TagClassName
{
border-color: #EC612A;
}
</style>