#D55C45

Color #D55C45 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D55C45

Tints of Dark Coral #D55C45

Color information

#D55C45 (or 0xD55C45) is unknown color: approx Dark Coral. HEX triplet: D5, 5C and 45. RGB value is (213,92,69). Sum of RGB (Red+Green+Blue) = 213+92+69=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C45 is #2AA3BA. Grayscale: #7D7D7D. Windows color (decimal): -2794427 or 4545749. OLE color: 4545749.

HSL color Cylindrical-coordinate representation of color #D55C45: hue angle of 9.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55C45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2139269-
CMYK00.570.680.16
HSL9.58º63.16%55.29%-
HSV(B)9.58º67.61%83.53%-
XYZ32.3422.238.22-
YUV125.5696.09190.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 56.95%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=56.95%
G=24.60%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213926900.570.680.169.5863.1655.29
HexD55C450394410a3f37
Octal32513410507110420127767
Binary110101011011100100010101110011000100100001010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C45; }

 p { color: rgb(213,92,69); }

 H1.HeaderClassName
 {
   color: #D55C45;
 }
 .AnyTagClassName
 {
   color: #D55C45;
 }
</style>
background-color css

<style>
 a { background-color: #D55C45; }

 a { background-color: rgb(213,92,69); }

 div.DivClassName
 {
   background-color: #D55C45;
 }
 .BgClassName
 {
   background-color: #D55C45;
 }
</style>
border-color css

<style>
 span { border-color: #D55C45; }

 span { border-color: rgb(213,92,69); }

 td.TdClassName
 {
   border-color: #D55C45;
 }
 .TagClassName
 {
   border-color: #D55C45;
 }
</style>