Shades of Dark Coral #D65B45
Tints of Dark Coral #D65B45
RGB
CMYK
RGB Variations
Color information
#D65B45 (or 0xD65B45) is known color: Dark Coral. HEX triplet: D6, 5B and 45. RGB value is (214,91,69). Sum of RGB (Red+Green+Blue) = 214+91+69=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B45 is #29A4BA. Grayscale: #7D7D7D. Windows color (decimal): -2729147 or 4545494. OLE color: 4545494.
HSL color Cylindrical-coordinate representation of color #D65B45: hue angle of 9.1º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D65B45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 69 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.16 |
| HSL | 9.1º | 0.64% | 0.55% | - |
| HSV(B) | 9.1º | 0.68% | 0.84% | - |
| XYZ | 32.55 | 22.21 | 8.2 | - |
| YUV | 125.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 69 | 0 | 0.57 | 0.68 | 0.16 | 9.1 | 0.64 | 0.55 |
| Hex | D6 | 5B | 45 | 0 | 39 | 44 | 10 | 9 | 40 | 37 |
| Octal | 326 | 133 | 105 | 0 | 71 | 104 | 20 | 11 | 100 | 67 |
| Binary | 11010110 | 1011011 | 1000101 | 0 | 111001 | 1000100 | 10000 | 1001 | 1000000 | 110111 |
Color Harmonies of #D65B45
Complementary color
Monochromatic Colors of #D65B45
Black with #D65B45
Text Example
Text Example
White with #D65B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B45; }
p { color: rgb(214,91,69); }
H1.HeaderClassName
{
color: #D65B45;
}
.AnyTagClassName
{
color: #D65B45;
}
</style>
background-color css
<style>
a { background-color: #D65B45; }
a { background-color: rgb(214,91,69); }
div.DivClassName
{
background-color: #D65B45;
}
.BgClassName
{
background-color: #D65B45;
}
</style>
border-color css
<style>
span { border-color: #D65B45; }
span { border-color: rgb(214,91,69); }
td.TdClassName
{
border-color: #D65B45;
}
.TagClassName
{
border-color: #D65B45;
}
</style>