Shades of Dark Coral #D76341
Tints of Dark Coral #D76341
RGB
CMYK
RGB Variations
Color information
#D76341 (or 0xD76341) is known color: Dark Coral. HEX triplet: D7, 63 and 41. RGB value is (215,99,65). Sum of RGB (Red+Green+Blue) = 215+99+65=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D76341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76341 is #289CBE. Grayscale: #828282. Windows color (decimal): -2661567 or 4285399. OLE color: 4285399.
HSL color Cylindrical-coordinate representation of color #D76341: hue angle of 13.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76341 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 65 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.16 |
| HSL | 13.6º | 0.65% | 0.55% | - |
| HSV(B) | 13.6º | 0.7% | 0.84% | - |
| XYZ | 33.44 | 23.75 | 7.82 | - |
| YUV | 129.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 65 | 0 | 0.54 | 0.70 | 0.16 | 13.6 | 0.65 | 0.55 |
| Hex | D7 | 63 | 41 | 0 | 36 | 46 | 10 | E | 41 | 37 |
| Octal | 327 | 143 | 101 | 0 | 66 | 106 | 20 | 16 | 101 | 67 |
| Binary | 11010111 | 1100011 | 1000001 | 0 | 110110 | 1000110 | 10000 | 1110 | 1000001 | 110111 |
Color Harmonies of #D76341
Complementary color
Monochromatic Colors of #D76341
Black with #D76341
Text Example
Text Example
White with #D76341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76341; }
p { color: rgb(215,99,65); }
H1.HeaderClassName
{
color: #D76341;
}
.AnyTagClassName
{
color: #D76341;
}
</style>
background-color css
<style>
a { background-color: #D76341; }
a { background-color: rgb(215,99,65); }
div.DivClassName
{
background-color: #D76341;
}
.BgClassName
{
background-color: #D76341;
}
</style>
border-color css
<style>
span { border-color: #D76341; }
span { border-color: rgb(215,99,65); }
td.TdClassName
{
border-color: #D76341;
}
.TagClassName
{
border-color: #D76341;
}
</style>