#D65A45

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

Shades of Dark Coral #D65A45

Tints of Dark Coral #D65A45

Color information

#D65A45 (or 0xD65A45) is unknown color: approx Dark Coral. HEX triplet: D6, 5A and 45. RGB value is (214,90,69). Sum of RGB (Red+Green+Blue) = 214+90+69=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A45 is #29A5BA. Grayscale: #7C7C7C. Windows color (decimal): -2729403 or 4545238. OLE color: 4545238.

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

Color convert

RGB2149069-
CMYK00.580.680.16
HSL8.69º63.88%55.49%-
HSV(B)8.69º67.76%83.92%-
XYZ32.4622.048.17-
YUV124.6896.58191.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=57.37%
G=24.13%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214906900.580.680.168.6963.8855.49
HexD65A4503A441094037
Octal326132105072104201110067
Binary1101011010110101000101011101010001001000010011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65A45; }

 p { color: rgb(214,90,69); }

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

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

 a { background-color: rgb(214,90,69); }

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

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

 span { border-color: rgb(214,90,69); }

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