Shades of Dark Coral #D75E43
Tints of Dark Coral #D75E43
RGB
CMYK
RGB Variations
Color information
#D75E43 (or 0xD75E43) is known color: Dark Coral. HEX triplet: D7, 5E and 43. RGB value is (215,94,67). Sum of RGB (Red+Green+Blue) = 215+94+67=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E43 is #28A1BC. Grayscale: #7F7F7F. Windows color (decimal): -2662845 or 4415191. OLE color: 4415191.
HSL color Cylindrical-coordinate representation of color #D75E43: hue angle of 10.95º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D75E43 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 67 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.16 |
| HSL | 10.95º | 0.65% | 0.55% | - |
| HSV(B) | 10.95º | 0.69% | 0.84% | - |
| XYZ | 33.04 | 22.86 | 7.98 | - |
| YUV | 127.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 67 | 0 | 0.56 | 0.69 | 0.16 | 10.95 | 0.65 | 0.55 |
| Hex | D7 | 5E | 43 | 0 | 38 | 45 | 10 | B | 41 | 37 |
| Octal | 327 | 136 | 103 | 0 | 70 | 105 | 20 | 13 | 101 | 67 |
| Binary | 11010111 | 1011110 | 1000011 | 0 | 111000 | 1000101 | 10000 | 1011 | 1000001 | 110111 |
Color Harmonies of #D75E43
Complementary color
Monochromatic Colors of #D75E43
Black with #D75E43
Text Example
Text Example
White with #D75E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E43; }
p { color: rgb(215,94,67); }
H1.HeaderClassName
{
color: #D75E43;
}
.AnyTagClassName
{
color: #D75E43;
}
</style>
background-color css
<style>
a { background-color: #D75E43; }
a { background-color: rgb(215,94,67); }
div.DivClassName
{
background-color: #D75E43;
}
.BgClassName
{
background-color: #D75E43;
}
</style>
border-color css
<style>
span { border-color: #D75E43; }
span { border-color: rgb(215,94,67); }
td.TdClassName
{
border-color: #D75E43;
}
.TagClassName
{
border-color: #D75E43;
}
</style>