Shades of Dark Coral #D7533F
Tints of Dark Coral #D7533F
RGB
CMYK
RGB Variations
Color information
#D7533F (or 0xD7533F) is known color: Dark Coral. HEX triplet: D7, 53 and 3F. RGB value is (215,83,63). Sum of RGB (Red+Green+Blue) = 215+83+63=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7533F is #28ACC0. Grayscale: #787878. Windows color (decimal): -2665665 or 4150231. OLE color: 4150231.
HSL color Cylindrical-coordinate representation of color #D7533F: hue angle of 7.89º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7533F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 63 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.16 |
| HSL | 7.89º | 0.66% | 0.55% | - |
| HSV(B) | 7.89º | 0.71% | 0.84% | - |
| XYZ | 32.01 | 20.99 | 7.07 | - |
| YUV | 120.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 63 | 0 | 0.61 | 0.71 | 0.16 | 7.89 | 0.66 | 0.55 |
| Hex | D7 | 53 | 3F | 0 | 3D | 47 | 10 | 8 | 42 | 37 |
| Octal | 327 | 123 | 77 | 0 | 75 | 107 | 20 | 10 | 102 | 67 |
| Binary | 11010111 | 1010011 | 111111 | 0 | 111101 | 1000111 | 10000 | 1000 | 1000010 | 110111 |
Color Harmonies of #D7533F
Complementary color
Monochromatic Colors of #D7533F
Black with #D7533F
Text Example
Text Example
White with #D7533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7533F; }
p { color: rgb(215,83,63); }
H1.HeaderClassName
{
color: #D7533F;
}
.AnyTagClassName
{
color: #D7533F;
}
</style>
background-color css
<style>
a { background-color: #D7533F; }
a { background-color: rgb(215,83,63); }
div.DivClassName
{
background-color: #D7533F;
}
.BgClassName
{
background-color: #D7533F;
}
</style>
border-color css
<style>
span { border-color: #D7533F; }
span { border-color: rgb(215,83,63); }
td.TdClassName
{
border-color: #D7533F;
}
.TagClassName
{
border-color: #D7533F;
}
</style>