Html Css Color HEX #D2593D Dark Coral

📋 copy color: '#D2593D'

red 210 ◦ green 89 ◦ blue 61

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

Shades of Dark Coral #D2593D

Tints of Dark Coral #D2593D

RGB

 RED value IS 210 (82.42% from 255) = 58.33%

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 58.33%
G = 24.72%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2593D (or 0xD2593D) is known color: Dark Coral. HEX triplet: D2, 59 and 3D. RGB value is (210,89,61). Sum of RGB (Red+Green+Blue) = 210+89+61=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2593D is #2DA6C2. Grayscale: #7A7A7A. Windows color (decimal): -2991811 or 4020690. OLE color: 4020690.

HSL color Cylindrical-coordinate representation of color #D2593D: hue angle of 11.28º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2593D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 61 -
CMYK 0 0.58 0.71 0.18
HSL 11.28º 0.62% 0.53% -
HSV(B) 11.28º 0.71% 0.82% -
XYZ 30.99 21.18 6.87 -
YUV 121.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 210 89 61 0 0.58 0.71 0.18 11.28 0.62 0.53
Hex D2 59 3D 0 3A 47 12 B 3E 35
Octal 322 131 75 0 72 107 22 13 76 65
Binary 11010010 1011001 111101 0 111010 1000111 10010 1011 111110 110101

Color Harmonies of #D2593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2593D

Black with #D2593D

Text Example


Text Example

White with #D2593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2593D; }

 p { color: rgb(210,89,61); }

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

background-color css

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

 a { background-color: rgb(210,89,61); }

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

border-color css

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

 span { border-color: rgb(210,89,61); }

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