Shades of Dark Coral #D05343
Tints of Dark Coral #D05343
RGB
CMYK
RGB Variations
Color information
#D05343 (or 0xD05343) is known color: Dark Coral. HEX triplet: D0, 53 and 43. RGB value is (208,83,67). Sum of RGB (Red+Green+Blue) = 208+83+67=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D05343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05343 is #2FACBC. Grayscale: #767676. Windows color (decimal): -3124413 or 4412368. OLE color: 4412368.
HSL color Cylindrical-coordinate representation of color #D05343: hue angle of 6.81º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D05343 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 67 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.18 |
| HSL | 6.81º | 0.6% | 0.54% | - |
| HSV(B) | 6.81º | 0.68% | 0.82% | - |
| XYZ | 30.12 | 20 | 7.58 | - |
| YUV | 118.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 67 | 0 | 0.60 | 0.68 | 0.18 | 6.81 | 0.6 | 0.54 |
| Hex | D0 | 53 | 43 | 0 | 3C | 44 | 12 | 7 | 3C | 36 |
| Octal | 320 | 123 | 103 | 0 | 74 | 104 | 22 | 7 | 74 | 66 |
| Binary | 11010000 | 1010011 | 1000011 | 0 | 111100 | 1000100 | 10010 | 111 | 111100 | 110110 |
Color Harmonies of #D05343
Complementary color
Monochromatic Colors of #D05343
Black with #D05343
Text Example
Text Example
White with #D05343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05343; }
p { color: rgb(208,83,67); }
H1.HeaderClassName
{
color: #D05343;
}
.AnyTagClassName
{
color: #D05343;
}
</style>
background-color css
<style>
a { background-color: #D05343; }
a { background-color: rgb(208,83,67); }
div.DivClassName
{
background-color: #D05343;
}
.BgClassName
{
background-color: #D05343;
}
</style>
border-color css
<style>
span { border-color: #D05343; }
span { border-color: rgb(208,83,67); }
td.TdClassName
{
border-color: #D05343;
}
.TagClassName
{
border-color: #D05343;
}
</style>