Html Css Color HEX #D16144 Dark Coral

📋 copy color: '#D16144'

red 209 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #D16144

Tints of Dark Coral #D16144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 55.88%
G = 25.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16144 (or 0xD16144) is known color: Dark Coral. HEX triplet: D1, 61 and 44. RGB value is (209,97,68). Sum of RGB (Red+Green+Blue) = 209+97+68=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D16144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16144 is #2E9EBB. Grayscale: #7F7F7F. Windows color (decimal): -3055292 or 4481489. OLE color: 4481489.

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

Color convert

RGB 209 97 68 -
CMYK 0 0.54 0.67 0.18
HSL 12.34º 0.61% 0.54% -
HSV(B) 12.34º 0.67% 0.82% -
XYZ 31.61 22.52 8.15 -
YUV 127.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 209 97 68 0 0.54 0.67 0.18 12.34 0.61 0.54
Hex D1 61 44 0 36 43 12 C 3D 36
Octal 321 141 104 0 66 103 22 14 75 66
Binary 11010001 1100001 1000100 0 110110 1000011 10010 1100 111101 110110

Color Harmonies of #D16144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16144

Black with #D16144

Text Example


Text Example

White with #D16144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16144; }

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

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

background-color css

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

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

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

border-color css

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

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

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