Html Css Color HEX #D1614A Dark Coral

📋 copy color: '#D1614A'

red 209 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #D1614A

Tints of Dark Coral #D1614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 55%
G = 25.53%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1614A (or 0xD1614A) is known color: Dark Coral. HEX triplet: D1, 61 and 4A. RGB value is (209,97,74). Sum of RGB (Red+Green+Blue) = 209+97+74=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1614A is #2E9EB5. Grayscale: #808080. Windows color (decimal): -3055286 or 4874705. OLE color: 4874705.

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

Color convert

RGB 209 97 74 -
CMYK 0 0.54 0.65 0.18
HSL 10.22º 0.59% 0.55% -
HSV(B) 10.22º 0.65% 0.82% -
XYZ 31.81 22.6 9.16 -
YUV 127.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 209 97 74 0 0.54 0.65 0.18 10.22 0.59 0.55
Hex D1 61 4A 0 36 41 12 A 3B 37
Octal 321 141 112 0 66 101 22 12 73 67
Binary 11010001 1100001 1001010 0 110110 1000001 10010 1010 111011 110111

Color Harmonies of #D1614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1614A

Black with #D1614A

Text Example


Text Example

White with #D1614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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