Shades of Dark Coral #D36441
Tints of Dark Coral #D36441
RGB
CMYK
RGB Variations
Color information
#D36441 (or 0xD36441) is known color: Dark Coral. HEX triplet: D3, 64 and 41. RGB value is (211,100,65). Sum of RGB (Red+Green+Blue) = 211+100+65=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D36441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36441 is #2C9BBE. Grayscale: #818181. Windows color (decimal): -2923455 or 4285651. OLE color: 4285651.
HSL color Cylindrical-coordinate representation of color #D36441: hue angle of 14.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D36441 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 65 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.17 |
| HSL | 14.38º | 0.62% | 0.54% | - |
| HSV(B) | 14.38º | 0.69% | 0.83% | - |
| XYZ | 32.38 | 23.34 | 7.8 | - |
| YUV | 129.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 65 | 0 | 0.53 | 0.69 | 0.17 | 14.38 | 0.62 | 0.54 |
| Hex | D3 | 64 | 41 | 0 | 35 | 45 | 11 | E | 3E | 36 |
| Octal | 323 | 144 | 101 | 0 | 65 | 105 | 21 | 16 | 76 | 66 |
| Binary | 11010011 | 1100100 | 1000001 | 0 | 110101 | 1000101 | 10001 | 1110 | 111110 | 110110 |
Color Harmonies of #D36441
Complementary color
Monochromatic Colors of #D36441
Black with #D36441
Text Example
Text Example
White with #D36441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36441; }
p { color: rgb(211,100,65); }
H1.HeaderClassName
{
color: #D36441;
}
.AnyTagClassName
{
color: #D36441;
}
</style>
background-color css
<style>
a { background-color: #D36441; }
a { background-color: rgb(211,100,65); }
div.DivClassName
{
background-color: #D36441;
}
.BgClassName
{
background-color: #D36441;
}
</style>
border-color css
<style>
span { border-color: #D36441; }
span { border-color: rgb(211,100,65); }
td.TdClassName
{
border-color: #D36441;
}
.TagClassName
{
border-color: #D36441;
}
</style>