Shades of Dark Coral #D7523B
Tints of Dark Coral #D7523B
RGB
CMYK
RGB Variations
Color information
#D7523B (or 0xD7523B) is known color: Dark Coral. HEX triplet: D7, 52 and 3B. RGB value is (215,82,59). Sum of RGB (Red+Green+Blue) = 215+82+59=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7523B is #28ADC4. Grayscale: #777777. Windows color (decimal): -2665925 or 3887831. OLE color: 3887831.
HSL color Cylindrical-coordinate representation of color #D7523B: hue angle of 8.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7523B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 59 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.16 |
| HSL | 8.85º | 0.66% | 0.54% | - |
| HSV(B) | 8.85º | 0.73% | 0.84% | - |
| XYZ | 31.83 | 20.8 | 6.47 | - |
| YUV | 119.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 59 | 0 | 0.62 | 0.73 | 0.16 | 8.85 | 0.66 | 0.54 |
| Hex | D7 | 52 | 3B | 0 | 3E | 49 | 10 | 9 | 42 | 36 |
| Octal | 327 | 122 | 73 | 0 | 76 | 111 | 20 | 11 | 102 | 66 |
| Binary | 11010111 | 1010010 | 111011 | 0 | 111110 | 1001001 | 10000 | 1001 | 1000010 | 110110 |
Color Harmonies of #D7523B
Complementary color
Monochromatic Colors of #D7523B
Black with #D7523B
Text Example
Text Example
White with #D7523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7523B; }
p { color: rgb(215,82,59); }
H1.HeaderClassName
{
color: #D7523B;
}
.AnyTagClassName
{
color: #D7523B;
}
</style>
background-color css
<style>
a { background-color: #D7523B; }
a { background-color: rgb(215,82,59); }
div.DivClassName
{
background-color: #D7523B;
}
.BgClassName
{
background-color: #D7523B;
}
</style>
border-color css
<style>
span { border-color: #D7523B; }
span { border-color: rgb(215,82,59); }
td.TdClassName
{
border-color: #D7523B;
}
.TagClassName
{
border-color: #D7523B;
}
</style>