Shades of Dark Coral #D1634A
Tints of Dark Coral #D1634A
RGB
CMYK
RGB Variations
Color information
#D1634A (or 0xD1634A) is known color: Dark Coral. HEX triplet: D1, 63 and 4A. RGB value is (209,99,74). Sum of RGB (Red+Green+Blue) = 209+99+74=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1634A is #2E9CB5. Grayscale: #818181. Windows color (decimal): -3054774 or 4875217. OLE color: 4875217.
HSL color Cylindrical-coordinate representation of color #D1634A: hue angle of 11.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1634A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 74 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.18 |
| HSL | 11.11º | 0.59% | 0.55% | - |
| HSV(B) | 11.11º | 0.65% | 0.82% | - |
| XYZ | 31.99 | 22.97 | 9.23 | - |
| YUV | 129.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 74 | 0 | 0.53 | 0.65 | 0.18 | 11.11 | 0.59 | 0.55 |
| Hex | D1 | 63 | 4A | 0 | 35 | 41 | 12 | B | 3B | 37 |
| Octal | 321 | 143 | 112 | 0 | 65 | 101 | 22 | 13 | 73 | 67 |
| Binary | 11010001 | 1100011 | 1001010 | 0 | 110101 | 1000001 | 10010 | 1011 | 111011 | 110111 |
Color Harmonies of #D1634A
Complementary color
Monochromatic Colors of #D1634A
Black with #D1634A
Text Example
Text Example
White with #D1634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1634A; }
p { color: rgb(209,99,74); }
H1.HeaderClassName
{
color: #D1634A;
}
.AnyTagClassName
{
color: #D1634A;
}
</style>
background-color css
<style>
a { background-color: #D1634A; }
a { background-color: rgb(209,99,74); }
div.DivClassName
{
background-color: #D1634A;
}
.BgClassName
{
background-color: #D1634A;
}
</style>
border-color css
<style>
span { border-color: #D1634A; }
span { border-color: rgb(209,99,74); }
td.TdClassName
{
border-color: #D1634A;
}
.TagClassName
{
border-color: #D1634A;
}
</style>