Html Css Color HEX #D56140 Dark Coral

📋 copy color: '#D56140'

red 213 ◦ green 97 ◦ blue 64

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

Shades of Dark Coral #D56140

Tints of Dark Coral #D56140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 56.95%
G = 25.94%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D56140 (or 0xD56140) is known color: Dark Coral. HEX triplet: D5, 61 and 40. RGB value is (213,97,64). Sum of RGB (Red+Green+Blue) = 213+97+64=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D56140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56140 is #2A9EBF. Grayscale: #808080. Windows color (decimal): -2793152 or 4219349. OLE color: 4219349.

HSL color Cylindrical-coordinate representation of color #D56140: hue angle of 13.29º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D56140 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 64 -
CMYK 0 0.54 0.70 0.16
HSL 13.29º 0.64% 0.54% -
HSV(B) 13.29º 0.7% 0.84% -
XYZ 32.64 23.07 7.58 -
YUV 127.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 213 97 64 0 0.54 0.70 0.16 13.29 0.64 0.54
Hex D5 61 40 0 36 46 10 D 40 36
Octal 325 141 100 0 66 106 20 15 100 66
Binary 11010101 1100001 1000000 0 110110 1000110 10000 1101 1000000 110110

Color Harmonies of #D56140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56140

Black with #D56140

Text Example


Text Example

White with #D56140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56140; }

 p { color: rgb(213,97,64); }

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

background-color css

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

 a { background-color: rgb(213,97,64); }

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

border-color css

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

 span { border-color: rgb(213,97,64); }

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