Html Css Color HEX #D56148 Dark Coral

📋 copy color: '#D56148'

red 213 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #D56148

Tints of Dark Coral #D56148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 55.76%
G = 25.39%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D56148 (or 0xD56148) is known color: Dark Coral. HEX triplet: D5, 61 and 48. RGB value is (213,97,72). Sum of RGB (Red+Green+Blue) = 213+97+72=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D56148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56148 is #2A9EB7. Grayscale: #818181. Windows color (decimal): -2793144 or 4743637. OLE color: 4743637.

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

Color convert

RGB 213 97 72 -
CMYK 0 0.54 0.66 0.16
HSL 10.64º 0.63% 0.56% -
HSV(B) 10.64º 0.66% 0.84% -
XYZ 32.88 23.16 8.87 -
YUV 128.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 213 97 72 0 0.54 0.66 0.16 10.64 0.63 0.56
Hex D5 61 48 0 36 42 10 B 3F 38
Octal 325 141 110 0 66 102 20 13 77 70
Binary 11010101 1100001 1001000 0 110110 1000010 10000 1011 111111 111000

Color Harmonies of #D56148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56148

Black with #D56148

Text Example


Text Example

White with #D56148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56148; }

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

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

background-color css

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

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

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

border-color css

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

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

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