Shades of Dark Coral #D36143
Tints of Dark Coral #D36143
RGB
CMYK
RGB Variations
Color information
#D36143 (or 0xD36143) is known color: Dark Coral. HEX triplet: D3, 61 and 43. RGB value is (211,97,67). Sum of RGB (Red+Green+Blue) = 211+97+67=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D36143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36143 is #2C9EBC. Grayscale: #7F7F7F. Windows color (decimal): -2924221 or 4415955. OLE color: 4415955.
HSL color Cylindrical-coordinate representation of color #D36143: hue angle of 12.5º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D36143 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 67 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.17 |
| HSL | 12.5º | 0.62% | 0.55% | - |
| HSV(B) | 12.5º | 0.68% | 0.83% | - |
| XYZ | 32.15 | 22.8 | 8.02 | - |
| YUV | 127.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 67 | 0 | 0.54 | 0.68 | 0.17 | 12.5 | 0.62 | 0.55 |
| Hex | D3 | 61 | 43 | 0 | 36 | 44 | 11 | C | 3E | 37 |
| Octal | 323 | 141 | 103 | 0 | 66 | 104 | 21 | 14 | 76 | 67 |
| Binary | 11010011 | 1100001 | 1000011 | 0 | 110110 | 1000100 | 10001 | 1100 | 111110 | 110111 |
Color Harmonies of #D36143
Complementary color
Monochromatic Colors of #D36143
Black with #D36143
Text Example
Text Example
White with #D36143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36143; }
p { color: rgb(211,97,67); }
H1.HeaderClassName
{
color: #D36143;
}
.AnyTagClassName
{
color: #D36143;
}
</style>
background-color css
<style>
a { background-color: #D36143; }
a { background-color: rgb(211,97,67); }
div.DivClassName
{
background-color: #D36143;
}
.BgClassName
{
background-color: #D36143;
}
</style>
border-color css
<style>
span { border-color: #D36143; }
span { border-color: rgb(211,97,67); }
td.TdClassName
{
border-color: #D36143;
}
.TagClassName
{
border-color: #D36143;
}
</style>