#D16148

Color #D16148 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D16148

Tints of Dark Coral #D16148

Color information

#D16148 (or 0xD16148) is unknown color: approx Dark Coral. HEX triplet: D1, 61 and 48. RGB value is (209,97,72). Sum of RGB (Red+Green+Blue) = 209+97+72=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16148 is #2E9EB7. Grayscale: #7F7F7F. Windows color (decimal): -3055288 or 4743633. OLE color: 4743633.

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

Color convert

RGB2099772-
CMYK00.540.660.18
HSL10.95º59.83%55.1%-
HSV(B)10.95º65.55%81.96%-
XYZ31.7422.578.82-
YUV127.6496.61186.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=55.29%
G=25.66%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209977200.540.660.1810.9559.8355.1
HexD161480364212b3c37
Octal32114111006610222137467
Binary110100011100001100100001101101000010100101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16148; }

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

 H1.HeaderClassName
 {
   color: #D16148;
 }
 .AnyTagClassName
 {
   color: #D16148;
 }
</style>
background-color css

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

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

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

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

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

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