Html Css Color HEX #D55D45 Dark Coral

📋 copy color: '#D55D45'

red 213 ◦ green 93 ◦ blue 69

#D55D45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D55D45

Tints of Dark Coral #D55D45

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 56.8%
G = 24.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55D45 (or 0xD55D45) is known color: Dark Coral. HEX triplet: D5, 5D and 45. RGB value is (213,93,69). Sum of RGB (Red+Green+Blue) = 213+93+69=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D45 is #2AA2BA. Grayscale: #7E7E7E. Windows color (decimal): -2794171 or 4546005. OLE color: 4546005.

HSL color Cylindrical-coordinate representation of color #D55D45: hue angle of 10º 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 #D55D45 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 69 -
CMYK 0 0.56 0.68 0.16
HSL 10º 0.63% 0.55% -
HSV(B) 10º 0.68% 0.84% -
XYZ 32.43 22.4 8.25 -
YUV 126.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 213 93 69 0 0.56 0.68 0.16 10 0.63 0.55
Hex D5 5D 45 0 38 44 10 A 3F 37
Octal 325 135 105 0 70 104 20 12 77 67
Binary 11010101 1011101 1000101 0 111000 1000100 10000 1010 111111 110111

Color Harmonies of #D55D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D45

Black with #D55D45

Text Example


Text Example

White with #D55D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D45; }

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

 H1.HeaderClassName
 {
   color: #D55D45;
 }
 .AnyTagClassName
 {
   color: #D55D45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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