Shades of Sorbus #ED632A
Tints of Sorbus #ED632A
RGB
CMYK
RGB Variations
Color information
#ED632A (or 0xED632A) is known color: Sorbus. HEX triplet: ED, 63 and 2A. RGB value is (237,99,42). Sum of RGB (Red+Green+Blue) = 237+99+42=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED632A is #129CD5. Grayscale: #868686. Windows color (decimal): -1219798 or 2778093. OLE color: 2778093.
HSL color Cylindrical-coordinate representation of color #ED632A: hue angle of 17.54º 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 #ED632A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.07 |
| HSL | 17.54º | 0.84% | 0.55% | - |
| HSV(B) | 17.54º | 0.82% | 0.93% | - |
| XYZ | 39.8 | 27.1 | 5.32 | - |
| YUV | 133.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 42 | 0 | 0.58 | 0.82 | 0.07 | 17.54 | 0.84 | 0.55 |
| Hex | ED | 63 | 2A | 0 | 3A | 52 | 7 | 12 | 54 | 37 |
| Octal | 355 | 143 | 52 | 0 | 72 | 122 | 7 | 22 | 124 | 67 |
| Binary | 11101101 | 1100011 | 101010 | 0 | 111010 | 1010010 | 111 | 10010 | 1010100 | 110111 |
Color Harmonies of #ED632A
Complementary color
Monochromatic Colors of #ED632A
Black with #ED632A
Text Example
Text Example
White with #ED632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED632A; }
p { color: rgb(237,99,42); }
H1.HeaderClassName
{
color: #ED632A;
}
.AnyTagClassName
{
color: #ED632A;
}
</style>
background-color css
<style>
a { background-color: #ED632A; }
a { background-color: rgb(237,99,42); }
div.DivClassName
{
background-color: #ED632A;
}
.BgClassName
{
background-color: #ED632A;
}
</style>
border-color css
<style>
span { border-color: #ED632A; }
span { border-color: rgb(237,99,42); }
td.TdClassName
{
border-color: #ED632A;
}
.TagClassName
{
border-color: #ED632A;
}
</style>