#D65E41

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

Shades of Dark Coral #D65E41

Tints of Dark Coral #D65E41

Color information

#D65E41 (or 0xD65E41) is unknown color: approx Dark Coral. HEX triplet: D6, 5E and 41. RGB value is (214,94,65). Sum of RGB (Red+Green+Blue) = 214+94+65=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E41 is #29A1BE. Grayscale: #7E7E7E. Windows color (decimal): -2728383 or 4284118. OLE color: 4284118.

HSL color Cylindrical-coordinate representation of color #D65E41: hue angle of 11.68º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65E41 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2149465-
CMYK00.560.700.16
HSL11.68º64.5%54.71%-
HSV(B)11.68º69.63%83.92%-
XYZ32.6922.687.66-
YUV126.5793.26190.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=57.37%
G=25.20%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214946500.560.700.1611.6864.554.71
HexD65E410384610c4137
Octal326136101070106201410167
Binary1101011010111101000001011100010001101000011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65E41; }

 p { color: rgb(214,94,65); }

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

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

 a { background-color: rgb(214,94,65); }

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

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

 span { border-color: rgb(214,94,65); }

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