Shades of Dark Coral #D75A3E
Tints of Dark Coral #D75A3E
RGB
CMYK
RGB Variations
Color information
#D75A3E (or 0xD75A3E) is known color: Dark Coral. HEX triplet: D7, 5A and 3E. RGB value is (215,90,62). Sum of RGB (Red+Green+Blue) = 215+90+62=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A3E is #28A5C1. Grayscale: #7C7C7C. Windows color (decimal): -2663874 or 4086487. OLE color: 4086487.
HSL color Cylindrical-coordinate representation of color #D75A3E: hue angle of 10.98º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D75A3E is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 62 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.16 |
| HSL | 10.98º | 0.66% | 0.54% | - |
| HSV(B) | 10.98º | 0.71% | 0.84% | - |
| XYZ | 32.55 | 22.11 | 7.11 | - |
| YUV | 124.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 62 | 0 | 0.58 | 0.71 | 0.16 | 10.98 | 0.66 | 0.54 |
| Hex | D7 | 5A | 3E | 0 | 3A | 47 | 10 | B | 42 | 36 |
| Octal | 327 | 132 | 76 | 0 | 72 | 107 | 20 | 13 | 102 | 66 |
| Binary | 11010111 | 1011010 | 111110 | 0 | 111010 | 1000111 | 10000 | 1011 | 1000010 | 110110 |
Color Harmonies of #D75A3E
Complementary color
Monochromatic Colors of #D75A3E
Black with #D75A3E
Text Example
Text Example
White with #D75A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A3E; }
p { color: rgb(215,90,62); }
H1.HeaderClassName
{
color: #D75A3E;
}
.AnyTagClassName
{
color: #D75A3E;
}
</style>
background-color css
<style>
a { background-color: #D75A3E; }
a { background-color: rgb(215,90,62); }
div.DivClassName
{
background-color: #D75A3E;
}
.BgClassName
{
background-color: #D75A3E;
}
</style>
border-color css
<style>
span { border-color: #D75A3E; }
span { border-color: rgb(215,90,62); }
td.TdClassName
{
border-color: #D75A3E;
}
.TagClassName
{
border-color: #D75A3E;
}
</style>