Html Css Color HEX #D55D47 Dark Coral

📋 copy color: '#D55D47'

red 213 ◦ green 93 ◦ blue 71

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

Shades of Dark Coral #D55D47

Tints of Dark Coral #D55D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 56.5%
G = 24.67%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55D47 (or 0xD55D47) is known color: Dark Coral. HEX triplet: D5, 5D and 47. RGB value is (213,93,71). Sum of RGB (Red+Green+Blue) = 213+93+71=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D47 is #2AA2B8. Grayscale: #7E7E7E. Windows color (decimal): -2794169 or 4677077. OLE color: 4677077.

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

Color convert

RGB 213 93 71 -
CMYK 0 0.56 0.67 0.16
HSL 9.3º 0.63% 0.56% -
HSV(B) 9.3º 0.67% 0.84% -
XYZ 32.49 22.43 8.58 -
YUV 126.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 213 93 71 0 0.56 0.67 0.16 9.3 0.63 0.56
Hex D5 5D 47 0 38 43 10 9 3F 38
Octal 325 135 107 0 70 103 20 11 77 70
Binary 11010101 1011101 1000111 0 111000 1000011 10000 1001 111111 111000

Color Harmonies of #D55D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D47

Black with #D55D47

Text Example


Text Example

White with #D55D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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