Shades of Dark Coral #D54E3C
Tints of Dark Coral #D54E3C
RGB
CMYK
RGB Variations
Color information
#D54E3C (or 0xD54E3C) is known color: Dark Coral. HEX triplet: D5, 4E and 3C. RGB value is (213,78,60). Sum of RGB (Red+Green+Blue) = 213+78+60=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54E3C is #2AB1C3. Grayscale: #747474. Windows color (decimal): -2798020 or 3952341. OLE color: 3952341.
HSL color Cylindrical-coordinate representation of color #D54E3C: hue angle of 7.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D54E3C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 60 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.16 |
| HSL | 7.06º | 0.65% | 0.54% | - |
| HSV(B) | 7.06º | 0.72% | 0.84% | - |
| XYZ | 30.98 | 19.92 | 6.49 | - |
| YUV | 116.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 60 | 0 | 0.63 | 0.72 | 0.16 | 7.06 | 0.65 | 0.54 |
| Hex | D5 | 4E | 3C | 0 | 3F | 48 | 10 | 7 | 41 | 36 |
| Octal | 325 | 116 | 74 | 0 | 77 | 110 | 20 | 7 | 101 | 66 |
| Binary | 11010101 | 1001110 | 111100 | 0 | 111111 | 1001000 | 10000 | 111 | 1000001 | 110110 |
Color Harmonies of #D54E3C
Complementary color
Monochromatic Colors of #D54E3C
Black with #D54E3C
Text Example
Text Example
White with #D54E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E3C; }
p { color: rgb(213,78,60); }
H1.HeaderClassName
{
color: #D54E3C;
}
.AnyTagClassName
{
color: #D54E3C;
}
</style>
background-color css
<style>
a { background-color: #D54E3C; }
a { background-color: rgb(213,78,60); }
div.DivClassName
{
background-color: #D54E3C;
}
.BgClassName
{
background-color: #D54E3C;
}
</style>
border-color css
<style>
span { border-color: #D54E3C; }
span { border-color: rgb(213,78,60); }
td.TdClassName
{
border-color: #D54E3C;
}
.TagClassName
{
border-color: #D54E3C;
}
</style>