Html Css Color HEX #D16045 Dark Coral

📋 copy color: '#D16045'

red 209 ◦ green 96 ◦ blue 69

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

Shades of Dark Coral #D16045

Tints of Dark Coral #D16045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 55.88%
G = 25.67%
B = 18.45%

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

#D16045 (or 0xD16045) is known color: Dark Coral. HEX triplet: D1, 60 and 45. RGB value is (209,96,69). Sum of RGB (Red+Green+Blue) = 209+96+69=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D16045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16045 is #2E9FBA. Grayscale: #7E7E7E. Windows color (decimal): -3055547 or 4546769. OLE color: 4546769.

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

Color convert

RGB 209 96 69 -
CMYK 0 0.54 0.67 0.18
HSL 11.57º 0.6% 0.55% -
HSV(B) 11.57º 0.67% 0.82% -
XYZ 31.55 22.35 8.28 -
YUV 126.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 209 96 69 0 0.54 0.67 0.18 11.57 0.6 0.55
Hex D1 60 45 0 36 43 12 C 3C 37
Octal 321 140 105 0 66 103 22 14 74 67
Binary 11010001 1100000 1000101 0 110110 1000011 10010 1100 111100 110111

Color Harmonies of #D16045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16045

Black with #D16045

Text Example


Text Example

White with #D16045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16045; }

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

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

background-color css

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

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

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

border-color css

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

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

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