Shades of Dark Coral #D3614C
Tints of Dark Coral #D3614C
RGB
CMYK
RGB Variations
Color information
#D3614C (or 0xD3614C) is known color: Dark Coral. HEX triplet: D3, 61 and 4C. RGB value is (211,97,76). Sum of RGB (Red+Green+Blue) = 211+97+76=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3614C is #2C9EB3. Grayscale: #808080. Windows color (decimal): -2924212 or 5005779. OLE color: 5005779.
HSL color Cylindrical-coordinate representation of color #D3614C: hue angle of 9.33º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3614C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 76 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.17 |
| HSL | 9.33º | 0.61% | 0.56% | - |
| HSV(B) | 9.33º | 0.64% | 0.83% | - |
| XYZ | 32.44 | 22.92 | 9.55 | - |
| YUV | 128.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 76 | 0 | 0.54 | 0.64 | 0.17 | 9.33 | 0.61 | 0.56 |
| Hex | D3 | 61 | 4C | 0 | 36 | 40 | 11 | 9 | 3D | 38 |
| Octal | 323 | 141 | 114 | 0 | 66 | 100 | 21 | 11 | 75 | 70 |
| Binary | 11010011 | 1100001 | 1001100 | 0 | 110110 | 1000000 | 10001 | 1001 | 111101 | 111000 |
Color Harmonies of #D3614C
Complementary color
Monochromatic Colors of #D3614C
Black with #D3614C
Text Example
Text Example
White with #D3614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3614C; }
p { color: rgb(211,97,76); }
H1.HeaderClassName
{
color: #D3614C;
}
.AnyTagClassName
{
color: #D3614C;
}
</style>
background-color css
<style>
a { background-color: #D3614C; }
a { background-color: rgb(211,97,76); }
div.DivClassName
{
background-color: #D3614C;
}
.BgClassName
{
background-color: #D3614C;
}
</style>
border-color css
<style>
span { border-color: #D3614C; }
span { border-color: rgb(211,97,76); }
td.TdClassName
{
border-color: #D3614C;
}
.TagClassName
{
border-color: #D3614C;
}
</style>