Html Css Color HEX #D15C40 Dark Coral

📋 copy color: '#D15C40'

red 209 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #D15C40

Tints of Dark Coral #D15C40

RGB

 RED value IS 209 (82.03% from 255) = 57.26%

 GREEN value IS 92 (36.33% from 255) = 25.21%

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

R = 57.26%
G = 25.21%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D15C40 (or 0xD15C40) is known color: Dark Coral. HEX triplet: D1, 5C and 40. RGB value is (209,92,64). Sum of RGB (Red+Green+Blue) = 209+92+64=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C40 is #2EA3BF. Grayscale: #7C7C7C. Windows color (decimal): -3056576 or 4218065. OLE color: 4218065.

HSL color Cylindrical-coordinate representation of color #D15C40: hue angle of 11.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15C40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 92 64 -
CMYK 0 0.56 0.69 0.18
HSL 11.59º 0.61% 0.54% -
HSV(B) 11.59º 0.69% 0.82% -
XYZ 31.05 21.58 7.38 -
YUV 123.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 209 92 64 0 0.56 0.69 0.18 11.59 0.61 0.54
Hex D1 5C 40 0 38 45 12 C 3D 36
Octal 321 134 100 0 70 105 22 14 75 66
Binary 11010001 1011100 1000000 0 111000 1000101 10010 1100 111101 110110

Color Harmonies of #D15C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C40

Black with #D15C40

Text Example


Text Example

White with #D15C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C40; }

 p { color: rgb(209,92,64); }

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

background-color css

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

 a { background-color: rgb(209,92,64); }

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

border-color css

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

 span { border-color: rgb(209,92,64); }

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