Shades of Dark Coral #D2533D
Tints of Dark Coral #D2533D
RGB
CMYK
RGB Variations
Color information
#D2533D (or 0xD2533D) is known color: Dark Coral. HEX triplet: D2, 53 and 3D. RGB value is (210,83,61). Sum of RGB (Red+Green+Blue) = 210+83+61=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2533D is #2DACC2. Grayscale: #767676. Windows color (decimal): -2993347 or 4019154. OLE color: 4019154.
HSL color Cylindrical-coordinate representation of color #D2533D: hue angle of 8.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2533D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 61 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.18 |
| HSL | 8.86º | 0.62% | 0.53% | - |
| HSV(B) | 8.86º | 0.71% | 0.82% | - |
| XYZ | 30.51 | 20.23 | 6.71 | - |
| YUV | 118.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 61 | 0 | 0.60 | 0.71 | 0.18 | 8.86 | 0.62 | 0.53 |
| Hex | D2 | 53 | 3D | 0 | 3C | 47 | 12 | 9 | 3E | 35 |
| Octal | 322 | 123 | 75 | 0 | 74 | 107 | 22 | 11 | 76 | 65 |
| Binary | 11010010 | 1010011 | 111101 | 0 | 111100 | 1000111 | 10010 | 1001 | 111110 | 110101 |
Color Harmonies of #D2533D
Complementary color
Monochromatic Colors of #D2533D
Black with #D2533D
Text Example
Text Example
White with #D2533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2533D; }
p { color: rgb(210,83,61); }
H1.HeaderClassName
{
color: #D2533D;
}
.AnyTagClassName
{
color: #D2533D;
}
</style>
background-color css
<style>
a { background-color: #D2533D; }
a { background-color: rgb(210,83,61); }
div.DivClassName
{
background-color: #D2533D;
}
.BgClassName
{
background-color: #D2533D;
}
</style>
border-color css
<style>
span { border-color: #D2533D; }
span { border-color: rgb(210,83,61); }
td.TdClassName
{
border-color: #D2533D;
}
.TagClassName
{
border-color: #D2533D;
}
</style>