Shades of Dark Coral #D7503A
Tints of Dark Coral #D7503A
RGB
CMYK
RGB Variations
Color information
#D7503A (or 0xD7503A) is known color: Dark Coral. HEX triplet: D7, 50 and 3A. RGB value is (215,80,58). Sum of RGB (Red+Green+Blue) = 215+80+58=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D7503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7503A is #28AFC5. Grayscale: #767676. Windows color (decimal): -2666438 or 3821783. OLE color: 3821783.
HSL color Cylindrical-coordinate representation of color #D7503A: hue angle of 8.41º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7503A is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 58 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.16 |
| HSL | 8.41º | 0.66% | 0.54% | - |
| HSV(B) | 8.41º | 0.73% | 0.84% | - |
| XYZ | 31.66 | 20.49 | 6.29 | - |
| YUV | 117.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 58 | 0 | 0.63 | 0.73 | 0.16 | 8.41 | 0.66 | 0.54 |
| Hex | D7 | 50 | 3A | 0 | 3F | 49 | 10 | 8 | 42 | 36 |
| Octal | 327 | 120 | 72 | 0 | 77 | 111 | 20 | 10 | 102 | 66 |
| Binary | 11010111 | 1010000 | 111010 | 0 | 111111 | 1001001 | 10000 | 1000 | 1000010 | 110110 |
Color Harmonies of #D7503A
Complementary color
Monochromatic Colors of #D7503A
Black with #D7503A
Text Example
Text Example
White with #D7503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7503A; }
p { color: rgb(215,80,58); }
H1.HeaderClassName
{
color: #D7503A;
}
.AnyTagClassName
{
color: #D7503A;
}
</style>
background-color css
<style>
a { background-color: #D7503A; }
a { background-color: rgb(215,80,58); }
div.DivClassName
{
background-color: #D7503A;
}
.BgClassName
{
background-color: #D7503A;
}
</style>
border-color css
<style>
span { border-color: #D7503A; }
span { border-color: rgb(215,80,58); }
td.TdClassName
{
border-color: #D7503A;
}
.TagClassName
{
border-color: #D7503A;
}
</style>