Html Css Color HEX #D16142 Dark Coral

📋 copy color: '#D16142'

red 209 ◦ green 97 ◦ blue 66

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

Shades of Dark Coral #D16142

Tints of Dark Coral #D16142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 56.18%
G = 26.08%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16142 (or 0xD16142) is known color: Dark Coral. HEX triplet: D1, 61 and 42. RGB value is (209,97,66). Sum of RGB (Red+Green+Blue) = 209+97+66=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D16142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16142 is #2E9EBD. Grayscale: #7F7F7F. Windows color (decimal): -3055294 or 4350417. OLE color: 4350417.

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

Color convert

RGB 209 97 66 -
CMYK 0 0.54 0.68 0.18
HSL 13.01º 0.61% 0.54% -
HSV(B) 13.01º 0.68% 0.82% -
XYZ 31.55 22.5 7.83 -
YUV 126.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 209 97 66 0 0.54 0.68 0.18 13.01 0.61 0.54
Hex D1 61 42 0 36 44 12 D 3D 36
Octal 321 141 102 0 66 104 22 15 75 66
Binary 11010001 1100001 1000010 0 110110 1000100 10010 1101 111101 110110

Color Harmonies of #D16142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16142

Black with #D16142

Text Example


Text Example

White with #D16142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16142; }

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

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

background-color css

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

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

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

border-color css

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

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

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