Html Css Color HEX #D5644A Dark Coral

📋 copy color: '#D5644A'

red 213 ◦ green 100 ◦ blue 74

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

Shades of Dark Coral #D5644A

Tints of Dark Coral #D5644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 55.04%
G = 25.84%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5644A (or 0xD5644A) is known color: Dark Coral. HEX triplet: D5, 64 and 4A. RGB value is (213,100,74). Sum of RGB (Red+Green+Blue) = 213+100+74=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5644A is #2A9BB5. Grayscale: #838383. Windows color (decimal): -2792374 or 4875477. OLE color: 4875477.

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

Color convert

RGB 213 100 74 -
CMYK 0 0.53 0.65 0.16
HSL 11.22º 0.62% 0.56% -
HSV(B) 11.22º 0.65% 0.84% -
XYZ 33.23 23.75 9.31 -
YUV 130.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 213 100 74 0 0.53 0.65 0.16 11.22 0.62 0.56
Hex D5 64 4A 0 35 41 10 B 3E 38
Octal 325 144 112 0 65 101 20 13 76 70
Binary 11010101 1100100 1001010 0 110101 1000001 10000 1011 111110 111000

Color Harmonies of #D5644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5644A

Black with #D5644A

Text Example


Text Example

White with #D5644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5644A; }

 p { color: rgb(213,100,74); }

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

background-color css

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

 a { background-color: rgb(213,100,74); }

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

border-color css

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

 span { border-color: rgb(213,100,74); }

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