Html Css Color HEX #D16249 Dark Coral

📋 copy color: '#D16249'

red 209 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #D16249

Tints of Dark Coral #D16249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 55%
G = 25.79%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D16249 (or 0xD16249) is known color: Dark Coral. HEX triplet: D1, 62 and 49. RGB value is (209,98,73). Sum of RGB (Red+Green+Blue) = 209+98+73=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D16249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16249 is #2E9DB6. Grayscale: #808080. Windows color (decimal): -3055031 or 4809425. OLE color: 4809425.

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

Color convert

RGB 209 98 73 -
CMYK 0 0.53 0.65 0.18
HSL 11.03º 0.6% 0.55% -
HSV(B) 11.03º 0.65% 0.82% -
XYZ 31.86 22.77 9.02 -
YUV 128.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 209 98 73 0 0.53 0.65 0.18 11.03 0.6 0.55
Hex D1 62 49 0 35 41 12 B 3C 37
Octal 321 142 111 0 65 101 22 13 74 67
Binary 11010001 1100010 1001001 0 110101 1000001 10010 1011 111100 110111

Color Harmonies of #D16249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16249

Black with #D16249

Text Example


Text Example

White with #D16249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16249; }

 p { color: rgb(209,98,73); }

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

background-color css

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

 a { background-color: rgb(209,98,73); }

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

border-color css

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

 span { border-color: rgb(209,98,73); }

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