Shades of Dark Coral #D55F46
Tints of Dark Coral #D55F46
RGB
CMYK
RGB Variations
Color information
#D55F46 (or 0xD55F46) is known color: Dark Coral. HEX triplet: D5, 5F and 46. RGB value is (213,95,70). Sum of RGB (Red+Green+Blue) = 213+95+70=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F46 is #2AA0B9. Grayscale: #7F7F7F. Windows color (decimal): -2793658 or 4612053. OLE color: 4612053.
HSL color Cylindrical-coordinate representation of color #D55F46: hue angle of 10.49º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D55F46 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 70 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.16 |
| HSL | 10.49º | 0.63% | 0.55% | - |
| HSV(B) | 10.49º | 0.67% | 0.84% | - |
| XYZ | 32.64 | 22.77 | 8.47 | - |
| YUV | 127.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 70 | 0 | 0.55 | 0.67 | 0.16 | 10.49 | 0.63 | 0.55 |
| Hex | D5 | 5F | 46 | 0 | 37 | 43 | 10 | A | 3F | 37 |
| Octal | 325 | 137 | 106 | 0 | 67 | 103 | 20 | 12 | 77 | 67 |
| Binary | 11010101 | 1011111 | 1000110 | 0 | 110111 | 1000011 | 10000 | 1010 | 111111 | 110111 |
Color Harmonies of #D55F46
Complementary color
Monochromatic Colors of #D55F46
Black with #D55F46
Text Example
Text Example
White with #D55F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F46; }
p { color: rgb(213,95,70); }
H1.HeaderClassName
{
color: #D55F46;
}
.AnyTagClassName
{
color: #D55F46;
}
</style>
background-color css
<style>
a { background-color: #D55F46; }
a { background-color: rgb(213,95,70); }
div.DivClassName
{
background-color: #D55F46;
}
.BgClassName
{
background-color: #D55F46;
}
</style>
border-color css
<style>
span { border-color: #D55F46; }
span { border-color: rgb(213,95,70); }
td.TdClassName
{
border-color: #D55F46;
}
.TagClassName
{
border-color: #D55F46;
}
</style>