Html Css Color HEX #D16248 Dark Coral

📋 copy color: '#D16248'

red 209 ◦ green 98 ◦ blue 72

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

Shades of Dark Coral #D16248

Tints of Dark Coral #D16248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19%

R = 55.15%
G = 25.86%
B = 19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D16248 (or 0xD16248) is known color: Dark Coral. HEX triplet: D1, 62 and 48. RGB value is (209,98,72). Sum of RGB (Red+Green+Blue) = 209+98+72=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16248 is #2E9DB7. Grayscale: #808080. Windows color (decimal): -3055032 or 4743889. OLE color: 4743889.

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

Color convert

RGB 209 98 72 -
CMYK 0 0.53 0.66 0.18
HSL 11.39º 0.6% 0.55% -
HSV(B) 11.39º 0.66% 0.82% -
XYZ 31.83 22.76 8.85 -
YUV 128.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 209 98 72 0 0.53 0.66 0.18 11.39 0.6 0.55
Hex D1 62 48 0 35 42 12 B 3C 37
Octal 321 142 110 0 65 102 22 13 74 67
Binary 11010001 1100010 1001000 0 110101 1000010 10010 1011 111100 110111

Color Harmonies of #D16248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16248

Black with #D16248

Text Example


Text Example

White with #D16248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16248; }

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

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

background-color css

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

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

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

border-color css

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

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

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