#D35545

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

Shades of Dark Coral #D35545

Tints of Dark Coral #D35545

Color information

#D35545 (or 0xD35545) is unknown color: approx Dark Coral. HEX triplet: D3, 55 and 45. RGB value is (211,85,69). Sum of RGB (Red+Green+Blue) = 211+85+69=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D35545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35545 is #2CAABA. Grayscale: #797979. Windows color (decimal): -2927291 or 4543955. OLE color: 4543955.

HSL color Cylindrical-coordinate representation of color #D35545: hue angle of 6.76º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D35545 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2118569-
CMYK00.600.670.17
HSL6.76º61.74%54.9%-
HSV(B)6.76º67.3%82.75%-
XYZ31.1920.788-
YUV120.8598.74192.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.81%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=57.81%
G=23.29%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211856900.600.670.176.7661.7454.9
HexD3554503C431173e37
Octal3231251050741032177667
Binary11010011101010110001010111100100001110001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35545; }

 p { color: rgb(211,85,69); }

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

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

 a { background-color: rgb(211,85,69); }

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

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

 span { border-color: rgb(211,85,69); }

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