Shades of Dark Coral #D55541
Tints of Dark Coral #D55541
RGB
CMYK
RGB Variations
Color information
#D55541 (or 0xD55541) is known color: Dark Coral. HEX triplet: D5, 55 and 41. RGB value is (213,85,65). Sum of RGB (Red+Green+Blue) = 213+85+65=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55541 is #2AAABE. Grayscale: #797979. Windows color (decimal): -2796223 or 4281813. OLE color: 4281813.
HSL color Cylindrical-coordinate representation of color #D55541: hue angle of 8.11º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D55541 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 65 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.16 |
| HSL | 8.11º | 0.64% | 0.55% | - |
| HSV(B) | 8.11º | 0.69% | 0.84% | - |
| XYZ | 31.64 | 21.02 | 7.39 | - |
| YUV | 120.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 65 | 0 | 0.60 | 0.69 | 0.16 | 8.11 | 0.64 | 0.55 |
| Hex | D5 | 55 | 41 | 0 | 3C | 45 | 10 | 8 | 40 | 37 |
| Octal | 325 | 125 | 101 | 0 | 74 | 105 | 20 | 10 | 100 | 67 |
| Binary | 11010101 | 1010101 | 1000001 | 0 | 111100 | 1000101 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D55541
Complementary color
Monochromatic Colors of #D55541
Black with #D55541
Text Example
Text Example
White with #D55541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55541; }
p { color: rgb(213,85,65); }
H1.HeaderClassName
{
color: #D55541;
}
.AnyTagClassName
{
color: #D55541;
}
</style>
background-color css
<style>
a { background-color: #D55541; }
a { background-color: rgb(213,85,65); }
div.DivClassName
{
background-color: #D55541;
}
.BgClassName
{
background-color: #D55541;
}
</style>
border-color css
<style>
span { border-color: #D55541; }
span { border-color: rgb(213,85,65); }
td.TdClassName
{
border-color: #D55541;
}
.TagClassName
{
border-color: #D55541;
}
</style>