Shades of Dark Coral #D55441
Tints of Dark Coral #D55441
RGB
CMYK
RGB Variations
Color information
#D55441 (or 0xD55441) is known color: Dark Coral. HEX triplet: D5, 54 and 41. RGB value is (213,84,65). Sum of RGB (Red+Green+Blue) = 213+84+65=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55441 is #2AABBE. Grayscale: #787878. Windows color (decimal): -2796479 or 4281557. OLE color: 4281557.
HSL color Cylindrical-coordinate representation of color #D55441: hue angle of 7.7º 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 #D55441 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 65 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 7.7º | 0.64% | 0.55% | - |
| HSV(B) | 7.7º | 0.69% | 0.84% | - |
| XYZ | 31.57 | 20.87 | 7.37 | - |
| YUV | 120.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 65 | 0 | 0.61 | 0.69 | 0.16 | 7.7 | 0.64 | 0.55 |
| Hex | D5 | 54 | 41 | 0 | 3D | 45 | 10 | 8 | 40 | 37 |
| Octal | 325 | 124 | 101 | 0 | 75 | 105 | 20 | 10 | 100 | 67 |
| Binary | 11010101 | 1010100 | 1000001 | 0 | 111101 | 1000101 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D55441
Complementary color
Monochromatic Colors of #D55441
Black with #D55441
Text Example
Text Example
White with #D55441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55441; }
p { color: rgb(213,84,65); }
H1.HeaderClassName
{
color: #D55441;
}
.AnyTagClassName
{
color: #D55441;
}
</style>
background-color css
<style>
a { background-color: #D55441; }
a { background-color: rgb(213,84,65); }
div.DivClassName
{
background-color: #D55441;
}
.BgClassName
{
background-color: #D55441;
}
</style>
border-color css
<style>
span { border-color: #D55441; }
span { border-color: rgb(213,84,65); }
td.TdClassName
{
border-color: #D55441;
}
.TagClassName
{
border-color: #D55441;
}
</style>