#D5543E

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

Shades of Dark Coral #D5543E

Tints of Dark Coral #D5543E

Color information

#D5543E (or 0xD5543E) is unknown color: approx Dark Coral. HEX triplet: D5, 54 and 3E. RGB value is (213,84,62). Sum of RGB (Red+Green+Blue) = 213+84+62=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5543E is #2AABC1. Grayscale: #787878. Windows color (decimal): -2796482 or 4084949. OLE color: 4084949.

HSL color Cylindrical-coordinate representation of color #D5543E: hue angle of 8.74º 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 #D5543E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2138462-
CMYK00.610.710.16
HSL8.74º64.26%53.92%-
HSV(B)8.74º70.89%83.53%-
XYZ31.4820.836.92-
YUV120.0695.24194.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=59.33%
G=23.40%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213846200.610.710.168.7464.2653.92
HexD5543E03D471094036
Octal32512476075107201110066
Binary110101011010100111110011110110001111000010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5543E; }

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

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

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

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

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

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

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

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