#D0523B

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

Shades of Dark Coral #D0523B

Tints of Dark Coral #D0523B

Color information

#D0523B (or 0xD0523B) is unknown color: approx Dark Coral. HEX triplet: D0, 52 and 3B. RGB value is (208,82,59). Sum of RGB (Red+Green+Blue) = 208+82+59=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0523B is #2FADC4. Grayscale: #757575. Windows color (decimal): -3124677 or 3887824. OLE color: 3887824.

HSL color Cylindrical-coordinate representation of color #D0523B: hue angle of 9.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0523B is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2088259-
CMYK00.610.720.18
HSL9.26º61.32%52.35%-
HSV(B)9.26º71.63%81.57%-
XYZ29.8219.766.38-
YUV117.0595.24192.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.60%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=59.60%
G=23.50%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208825900.610.720.189.2661.3252.35
HexD0523B03D481293d34
Octal3201227307511022117564
Binary11010000101001011101101111011001000100101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0523B; }

 p { color: rgb(208,82,59); }

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

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

 a { background-color: rgb(208,82,59); }

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

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

 span { border-color: rgb(208,82,59); }

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