Shades of Dark Coral #D46241
Tints of Dark Coral #D46241
RGB
CMYK
RGB Variations
Color information
#D46241 (or 0xD46241) is known color: Dark Coral. HEX triplet: D4, 62 and 41. RGB value is (212,98,65). Sum of RGB (Red+Green+Blue) = 212+98+65=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D46241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46241 is #2B9DBE. Grayscale: #808080. Windows color (decimal): -2858431 or 4285140. OLE color: 4285140.
HSL color Cylindrical-coordinate representation of color #D46241: hue angle of 13.47º degrees, saturation: 0.63, 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 #D46241 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 65 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.17 |
| HSL | 13.47º | 0.63% | 0.54% | - |
| HSV(B) | 13.47º | 0.69% | 0.83% | - |
| XYZ | 32.47 | 23.11 | 7.75 | - |
| YUV | 128.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 65 | 0 | 0.54 | 0.69 | 0.17 | 13.47 | 0.63 | 0.54 |
| Hex | D4 | 62 | 41 | 0 | 36 | 45 | 11 | D | 3F | 36 |
| Octal | 324 | 142 | 101 | 0 | 66 | 105 | 21 | 15 | 77 | 66 |
| Binary | 11010100 | 1100010 | 1000001 | 0 | 110110 | 1000101 | 10001 | 1101 | 111111 | 110110 |
Color Harmonies of #D46241
Complementary color
Monochromatic Colors of #D46241
Black with #D46241
Text Example
Text Example
White with #D46241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46241; }
p { color: rgb(212,98,65); }
H1.HeaderClassName
{
color: #D46241;
}
.AnyTagClassName
{
color: #D46241;
}
</style>
background-color css
<style>
a { background-color: #D46241; }
a { background-color: rgb(212,98,65); }
div.DivClassName
{
background-color: #D46241;
}
.BgClassName
{
background-color: #D46241;
}
</style>
border-color css
<style>
span { border-color: #D46241; }
span { border-color: rgb(212,98,65); }
td.TdClassName
{
border-color: #D46241;
}
.TagClassName
{
border-color: #D46241;
}
</style>