Html Css Color HEX #D16140 Dark Coral

📋 copy color: '#D16140'

red 209 ◦ green 97 ◦ blue 64

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

Shades of Dark Coral #D16140

Tints of Dark Coral #D16140

RGB

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

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

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

R = 56.49%
G = 26.22%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D16140 (or 0xD16140) is known color: Dark Coral. HEX triplet: D1, 61 and 40. RGB value is (209,97,64). Sum of RGB (Red+Green+Blue) = 209+97+64=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D16140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16140 is #2E9EBF. Grayscale: #7E7E7E. Windows color (decimal): -3055296 or 4219345. OLE color: 4219345.

HSL color Cylindrical-coordinate representation of color #D16140: hue angle of 13.66º 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 #D16140 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 64 -
CMYK 0 0.54 0.69 0.18
HSL 13.66º 0.61% 0.54% -
HSV(B) 13.66º 0.69% 0.82% -
XYZ 31.49 22.47 7.53 -
YUV 126.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 209 97 64 0 0.54 0.69 0.18 13.66 0.61 0.54
Hex D1 61 40 0 36 45 12 E 3D 36
Octal 321 141 100 0 66 105 22 16 75 66
Binary 11010001 1100001 1000000 0 110110 1000101 10010 1110 111101 110110

Color Harmonies of #D16140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16140

Black with #D16140

Text Example


Text Example

White with #D16140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16140; }

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

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

background-color css

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

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

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

border-color css

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

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

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