Shades of Dark Coral #D55841
Tints of Dark Coral #D55841
RGB
CMYK
RGB Variations
Color information
#D55841 (or 0xD55841) is known color: Dark Coral. HEX triplet: D5, 58 and 41. RGB value is (213,88,65). Sum of RGB (Red+Green+Blue) = 213+88+65=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D55841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55841 is #2AA7BE. Grayscale: #7A7A7A. Windows color (decimal): -2795455 or 4282581. OLE color: 4282581.
HSL color Cylindrical-coordinate representation of color #D55841: hue angle of 9.32º 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 #D55841 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 65 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.16 |
| HSL | 9.32º | 0.64% | 0.55% | - |
| HSV(B) | 9.32º | 0.69% | 0.84% | - |
| XYZ | 31.88 | 21.51 | 7.47 | - |
| YUV | 122.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 65 | 0 | 0.59 | 0.69 | 0.16 | 9.32 | 0.64 | 0.55 |
| Hex | D5 | 58 | 41 | 0 | 3B | 45 | 10 | 9 | 40 | 37 |
| Octal | 325 | 130 | 101 | 0 | 73 | 105 | 20 | 11 | 100 | 67 |
| Binary | 11010101 | 1011000 | 1000001 | 0 | 111011 | 1000101 | 10000 | 1001 | 1000000 | 110111 |
Color Harmonies of #D55841
Complementary color
Monochromatic Colors of #D55841
Black with #D55841
Text Example
Text Example
White with #D55841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55841; }
p { color: rgb(213,88,65); }
H1.HeaderClassName
{
color: #D55841;
}
.AnyTagClassName
{
color: #D55841;
}
</style>
background-color css
<style>
a { background-color: #D55841; }
a { background-color: rgb(213,88,65); }
div.DivClassName
{
background-color: #D55841;
}
.BgClassName
{
background-color: #D55841;
}
</style>
border-color css
<style>
span { border-color: #D55841; }
span { border-color: rgb(213,88,65); }
td.TdClassName
{
border-color: #D55841;
}
.TagClassName
{
border-color: #D55841;
}
</style>