Html Css Color HEX #D16042 Dark Coral

📋 copy color: '#D16042'

red 209 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #D16042

Tints of Dark Coral #D16042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 56.33%
G = 25.88%
B = 17.79%

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

#D16042 (or 0xD16042) is known color: Dark Coral. HEX triplet: D1, 60 and 42. RGB value is (209,96,66). Sum of RGB (Red+Green+Blue) = 209+96+66=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D16042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16042 is #2E9FBD. Grayscale: #7E7E7E. Windows color (decimal): -3055550 or 4350161. OLE color: 4350161.

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

Color convert

RGB 209 96 66 -
CMYK 0 0.54 0.68 0.18
HSL 12.59º 0.61% 0.54% -
HSV(B) 12.59º 0.68% 0.82% -
XYZ 31.46 22.31 7.8 -
YUV 126.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 209 96 66 0 0.54 0.68 0.18 12.59 0.61 0.54
Hex D1 60 42 0 36 44 12 D 3D 36
Octal 321 140 102 0 66 104 22 15 75 66
Binary 11010001 1100000 1000010 0 110110 1000100 10010 1101 111101 110110

Color Harmonies of #D16042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16042

Black with #D16042

Text Example


Text Example

White with #D16042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16042; }

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

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

background-color css

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

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

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

border-color css

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

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

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