Shades of Dark Coral #D4533D
Tints of Dark Coral #D4533D
RGB
CMYK
RGB Variations
Color information
#D4533D (or 0xD4533D) is known color: Dark Coral. HEX triplet: D4, 53 and 3D. RGB value is (212,83,61). Sum of RGB (Red+Green+Blue) = 212+83+61=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4533D is #2BACC2. Grayscale: #777777. Windows color (decimal): -2862275 or 4019156. OLE color: 4019156.
HSL color Cylindrical-coordinate representation of color #D4533D: hue angle of 8.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4533D is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 61 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.17 |
| HSL | 8.74º | 0.64% | 0.54% | - |
| HSV(B) | 8.74º | 0.71% | 0.83% | - |
| XYZ | 31.09 | 20.52 | 6.74 | - |
| YUV | 119.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 61 | 0 | 0.61 | 0.71 | 0.17 | 8.74 | 0.64 | 0.54 |
| Hex | D4 | 53 | 3D | 0 | 3D | 47 | 11 | 9 | 40 | 36 |
| Octal | 324 | 123 | 75 | 0 | 75 | 107 | 21 | 11 | 100 | 66 |
| Binary | 11010100 | 1010011 | 111101 | 0 | 111101 | 1000111 | 10001 | 1001 | 1000000 | 110110 |
Color Harmonies of #D4533D
Complementary color
Monochromatic Colors of #D4533D
Black with #D4533D
Text Example
Text Example
White with #D4533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4533D; }
p { color: rgb(212,83,61); }
H1.HeaderClassName
{
color: #D4533D;
}
.AnyTagClassName
{
color: #D4533D;
}
</style>
background-color css
<style>
a { background-color: #D4533D; }
a { background-color: rgb(212,83,61); }
div.DivClassName
{
background-color: #D4533D;
}
.BgClassName
{
background-color: #D4533D;
}
</style>
border-color css
<style>
span { border-color: #D4533D; }
span { border-color: rgb(212,83,61); }
td.TdClassName
{
border-color: #D4533D;
}
.TagClassName
{
border-color: #D4533D;
}
</style>