#D5503E

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

Shades of Dark Coral #D5503E

Tints of Dark Coral #D5503E

Color information

#D5503E (or 0xD5503E) is unknown color: approx Dark Coral. HEX triplet: D5, 50 and 3E. RGB value is (213,80,62). Sum of RGB (Red+Green+Blue) = 213+80+62=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5503E is #2AAFC1. Grayscale: #757575. Windows color (decimal): -2797506 or 4083925. OLE color: 4083925.

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

Color convert

RGB2138062-
CMYK00.620.710.16
HSL7.15º64.26%53.92%-
HSV(B)7.15º70.89%83.53%-
XYZ31.1820.236.82-
YUV117.7196.56195.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 62 (24.61% from 255) = 17.46%
R=60%
G=22.54%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213806200.620.710.167.1564.2653.92
HexD5503E03E471074036
Octal3251207607610720710066
Binary11010101101000011111001111101000111100001111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5503E; }

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

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

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

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

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

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

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

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