Html Css Color HEX #D16246 Dark Coral

📋 copy color: '#D16246'

red 209 ◦ green 98 ◦ blue 70

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

Shades of Dark Coral #D16246

Tints of Dark Coral #D16246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 55.44%
G = 25.99%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D16246 (or 0xD16246) is known color: Dark Coral. HEX triplet: D1, 62 and 46. RGB value is (209,98,70). Sum of RGB (Red+Green+Blue) = 209+98+70=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16246 is #2E9DB9. Grayscale: #808080. Windows color (decimal): -3055034 or 4612817. OLE color: 4612817.

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

Color convert

RGB 209 98 70 -
CMYK 0 0.53 0.67 0.18
HSL 12.09º 0.6% 0.55% -
HSV(B) 12.09º 0.67% 0.82% -
XYZ 31.77 22.73 8.51 -
YUV 128 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 209 98 70 0 0.53 0.67 0.18 12.09 0.6 0.55
Hex D1 62 46 0 35 43 12 C 3C 37
Octal 321 142 106 0 65 103 22 14 74 67
Binary 11010001 1100010 1000110 0 110101 1000011 10010 1100 111100 110111

Color Harmonies of #D16246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16246

Black with #D16246

Text Example


Text Example

White with #D16246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16246; }

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

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

background-color css

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

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

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

border-color css

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

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

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