Shades of Dark Coral #D36242
Tints of Dark Coral #D36242
RGB
CMYK
RGB Variations
Color information
#D36242 (or 0xD36242) is known color: Dark Coral. HEX triplet: D3, 62 and 42. RGB value is (211,98,66). Sum of RGB (Red+Green+Blue) = 211+98+66=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D36242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36242 is #2C9DBD. Grayscale: #808080. Windows color (decimal): -2923966 or 4350675. OLE color: 4350675.
HSL color Cylindrical-coordinate representation of color #D36242: hue angle of 13.24º 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 #D36242 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 66 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.17 |
| HSL | 13.24º | 0.62% | 0.54% | - |
| HSV(B) | 13.24º | 0.69% | 0.83% | - |
| XYZ | 32.22 | 22.98 | 7.89 | - |
| YUV | 128.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 66 | 0 | 0.54 | 0.69 | 0.17 | 13.24 | 0.62 | 0.54 |
| Hex | D3 | 62 | 42 | 0 | 36 | 45 | 11 | D | 3E | 36 |
| Octal | 323 | 142 | 102 | 0 | 66 | 105 | 21 | 15 | 76 | 66 |
| Binary | 11010011 | 1100010 | 1000010 | 0 | 110110 | 1000101 | 10001 | 1101 | 111110 | 110110 |
Color Harmonies of #D36242
Complementary color
Monochromatic Colors of #D36242
Black with #D36242
Text Example
Text Example
White with #D36242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36242; }
p { color: rgb(211,98,66); }
H1.HeaderClassName
{
color: #D36242;
}
.AnyTagClassName
{
color: #D36242;
}
</style>
background-color css
<style>
a { background-color: #D36242; }
a { background-color: rgb(211,98,66); }
div.DivClassName
{
background-color: #D36242;
}
.BgClassName
{
background-color: #D36242;
}
</style>
border-color css
<style>
span { border-color: #D36242; }
span { border-color: rgb(211,98,66); }
td.TdClassName
{
border-color: #D36242;
}
.TagClassName
{
border-color: #D36242;
}
</style>