#D1583C

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

Shades of Dark Coral #D1583C

Tints of Dark Coral #D1583C

Color information

#D1583C (or 0xD1583C) is unknown color: approx Dark Coral. HEX triplet: D1, 58 and 3C. RGB value is (209,88,60). Sum of RGB (Red+Green+Blue) = 209+88+60=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1583C is #2EA7C3. Grayscale: #797979. Windows color (decimal): -3057604 or 3954897. OLE color: 3954897.

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

Color convert

RGB2098860-
CMYK00.580.710.18
HSL11.28º61.83%52.75%-
HSV(B)11.28º71.29%81.96%-
XYZ30.620.866.69-
YUV120.9993.59190.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=58.54%
G=24.65%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209886000.580.710.1811.2861.8352.75
HexD1583C03A4712b3e35
Octal3211307407210722137665
Binary11010001101100011110001110101000111100101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1583C; }

 p { color: rgb(209,88,60); }

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

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

 a { background-color: rgb(209,88,60); }

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

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

 span { border-color: rgb(209,88,60); }

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