Shades of Sorbus #E6612D
Tints of Sorbus #E6612D
RGB
CMYK
RGB Variations
Color information
#E6612D (or 0xE6612D) is known color: Sorbus. HEX triplet: E6, 61 and 2D. RGB value is (230,97,45). Sum of RGB (Red+Green+Blue) = 230+97+45=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6612D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6612D is #199ED2. Grayscale: #838383. Windows color (decimal): -1679059 or 2974182. OLE color: 2974182.
HSL color Cylindrical-coordinate representation of color #E6612D: hue angle of 16.86º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6612D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 45 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.10 |
| HSL | 16.86º | 0.79% | 0.54% | - |
| HSV(B) | 16.86º | 0.8% | 0.9% | - |
| XYZ | 37.38 | 25.56 | 5.45 | - |
| YUV | 130.84 | 79.56 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 45 | 0 | 0.58 | 0.80 | 0.10 | 16.86 | 0.79 | 0.54 |
| Hex | E6 | 61 | 2D | 0 | 3A | 50 | A | 11 | 4F | 36 |
| Octal | 346 | 141 | 55 | 0 | 72 | 120 | 12 | 21 | 117 | 66 |
| Binary | 11100110 | 1100001 | 101101 | 0 | 111010 | 1010000 | 1010 | 10001 | 1001111 | 110110 |
Color Harmonies of #E6612D
Complementary color
Monochromatic Colors of #E6612D
Black with #E6612D
Text Example
Text Example
White with #E6612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6612D; }
p { color: rgb(230,97,45); }
H1.HeaderClassName
{
color: #E6612D;
}
.AnyTagClassName
{
color: #E6612D;
}
</style>
background-color css
<style>
a { background-color: #E6612D; }
a { background-color: rgb(230,97,45); }
div.DivClassName
{
background-color: #E6612D;
}
.BgClassName
{
background-color: #E6612D;
}
</style>
border-color css
<style>
span { border-color: #E6612D; }
span { border-color: rgb(230,97,45); }
td.TdClassName
{
border-color: #E6612D;
}
.TagClassName
{
border-color: #E6612D;
}
</style>