#D54D3D

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

Shades of Dark Coral #D54D3D

Tints of Dark Coral #D54D3D

Color information

#D54D3D (or 0xD54D3D) is unknown color: approx Dark Coral. HEX triplet: D5, 4D and 3D. RGB value is (213,77,61). Sum of RGB (Red+Green+Blue) = 213+77+61=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D3D is #2AB2C2. Grayscale: #747474. Windows color (decimal): -2798275 or 4017621. OLE color: 4017621.

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

Color convert

RGB2137761-
CMYK00.640.710.16
HSL6.32º64.41%53.73%-
HSV(B)6.32º71.36%83.53%-
XYZ30.9419.796.6-
YUV115.8497.06197.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=60.68%
G=21.94%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213776100.640.710.166.3264.4153.73
HexD54D3D040471064036
Octal32511575010010720610066
Binary110101011001101111101010000001000111100001101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D3D; }

 p { color: rgb(213,77,61); }

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

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

 a { background-color: rgb(213,77,61); }

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

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

 span { border-color: rgb(213,77,61); }

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