Shades of Dark Coral #D55341
Tints of Dark Coral #D55341
RGB
CMYK
RGB Variations
Color information
#D55341 (or 0xD55341) is known color: Dark Coral. HEX triplet: D5, 53 and 41. RGB value is (213,83,65). Sum of RGB (Red+Green+Blue) = 213+83+65=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D55341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55341 is #2AACBE. Grayscale: #787878. Windows color (decimal): -2796735 or 4281301. OLE color: 4281301.
HSL color Cylindrical-coordinate representation of color #D55341: hue angle of 7.3º 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 #D55341 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 65 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 7.3º | 0.64% | 0.55% | - |
| HSV(B) | 7.3º | 0.69% | 0.84% | - |
| XYZ | 31.49 | 20.71 | 7.34 | - |
| YUV | 119.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 65 | 0 | 0.61 | 0.69 | 0.16 | 7.3 | 0.64 | 0.55 |
| Hex | D5 | 53 | 41 | 0 | 3D | 45 | 10 | 7 | 40 | 37 |
| Octal | 325 | 123 | 101 | 0 | 75 | 105 | 20 | 7 | 100 | 67 |
| Binary | 11010101 | 1010011 | 1000001 | 0 | 111101 | 1000101 | 10000 | 111 | 1000000 | 110111 |
Color Harmonies of #D55341
Complementary color
Monochromatic Colors of #D55341
Black with #D55341
Text Example
Text Example
White with #D55341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55341; }
p { color: rgb(213,83,65); }
H1.HeaderClassName
{
color: #D55341;
}
.AnyTagClassName
{
color: #D55341;
}
</style>
background-color css
<style>
a { background-color: #D55341; }
a { background-color: rgb(213,83,65); }
div.DivClassName
{
background-color: #D55341;
}
.BgClassName
{
background-color: #D55341;
}
</style>
border-color css
<style>
span { border-color: #D55341; }
span { border-color: rgb(213,83,65); }
td.TdClassName
{
border-color: #D55341;
}
.TagClassName
{
border-color: #D55341;
}
</style>