Html Css Color HEX #D16146 Dark Coral

📋 copy color: '#D16146'

red 209 ◦ green 97 ◦ blue 70

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

Shades of Dark Coral #D16146

Tints of Dark Coral #D16146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 55.59%
G = 25.8%
B = 18.62%

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

#D16146 (or 0xD16146) is known color: Dark Coral. HEX triplet: D1, 61 and 46. RGB value is (209,97,70). Sum of RGB (Red+Green+Blue) = 209+97+70=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D16146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16146 is #2E9EB9. Grayscale: #7F7F7F. Windows color (decimal): -3055290 or 4612561. OLE color: 4612561.

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

Color convert

RGB 209 97 70 -
CMYK 0 0.54 0.67 0.18
HSL 11.65º 0.6% 0.55% -
HSV(B) 11.65º 0.67% 0.82% -
XYZ 31.67 22.55 8.48 -
YUV 127.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 209 97 70 0 0.54 0.67 0.18 11.65 0.6 0.55
Hex D1 61 46 0 36 43 12 C 3C 37
Octal 321 141 106 0 66 103 22 14 74 67
Binary 11010001 1100001 1000110 0 110110 1000011 10010 1100 111100 110111

Color Harmonies of #D16146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16146

Black with #D16146

Text Example


Text Example

White with #D16146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16146; }

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

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

background-color css

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

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

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

border-color css

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

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

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