#D0533E

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

Shades of Dark Coral #D0533E

Tints of Dark Coral #D0533E

Color information

#D0533E (or 0xD0533E) is unknown color: approx Dark Coral. HEX triplet: D0, 53 and 3E. RGB value is (208,83,62). Sum of RGB (Red+Green+Blue) = 208+83+62=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0533E is #2FACC1. Grayscale: #767676. Windows color (decimal): -3124418 or 4084688. OLE color: 4084688.

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

Color convert

RGB2088362-
CMYK00.600.700.18
HSL8.63º60.83%52.94%-
HSV(B)8.63º70.19%81.57%-
XYZ29.9819.946.83-
YUV117.9896.41192.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.92%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=58.92%
G=23.51%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208836200.600.700.188.6360.8352.94
HexD0533E03C461293d35
Octal3201237607410622117565
Binary11010000101001111111001111001000110100101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0533E; }

 p { color: rgb(208,83,62); }

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

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

 a { background-color: rgb(208,83,62); }

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

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

 span { border-color: rgb(208,83,62); }

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