#D5503F

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

Shades of Dark Coral #D5503F

Tints of Dark Coral #D5503F

Color information

#D5503F (or 0xD5503F) is unknown color: approx Dark Coral. HEX triplet: D5, 50 and 3F. RGB value is (213,80,63). Sum of RGB (Red+Green+Blue) = 213+80+63=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5503F is #2AAFC0. Grayscale: #767676. Windows color (decimal): -2797505 or 4149461. OLE color: 4149461.

HSL color Cylindrical-coordinate representation of color #D5503F: hue angle of 6.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5503F is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2138063-
CMYK00.620.700.16
HSL6.8º64.1%54.12%-
HSV(B)6.8º70.42%83.53%-
XYZ31.2120.246.97-
YUV117.8397.06195.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 63 (25% from 255) = 17.70%
R=59.83%
G=22.47%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213806300.620.700.166.864.154.12
HexD5503F03E461074036
Octal3251207707610620710066
Binary11010101101000011111101111101000110100001111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5503F; }

 p { color: rgb(213,80,63); }

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

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

 a { background-color: rgb(213,80,63); }

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

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

 span { border-color: rgb(213,80,63); }

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