Html Css Color HEX #D2593F Dark Coral

📋 copy color: '#D2593F'

red 210 ◦ green 89 ◦ blue 63

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

Shades of Dark Coral #D2593F

Tints of Dark Coral #D2593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 58.01%
G = 24.59%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2593F (or 0xD2593F) is known color: Dark Coral. HEX triplet: D2, 59 and 3F. RGB value is (210,89,63). Sum of RGB (Red+Green+Blue) = 210+89+63=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D2593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2593F is #2DA6C0. Grayscale: #7A7A7A. Windows color (decimal): -2991809 or 4151762. OLE color: 4151762.

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

Color convert

RGB 210 89 63 -
CMYK 0 0.58 0.70 0.18
HSL 10.61º 0.62% 0.54% -
HSV(B) 10.61º 0.7% 0.82% -
XYZ 31.05 21.21 7.16 -
YUV 122.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 210 89 63 0 0.58 0.70 0.18 10.61 0.62 0.54
Hex D2 59 3F 0 3A 46 12 B 3E 36
Octal 322 131 77 0 72 106 22 13 76 66
Binary 11010010 1011001 111111 0 111010 1000110 10010 1011 111110 110110

Color Harmonies of #D2593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2593F

Black with #D2593F

Text Example


Text Example

White with #D2593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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