#D64E3B

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

Shades of Dark Coral #D64E3B

Tints of Dark Coral #D64E3B

Color information

#D64E3B (or 0xD64E3B) is unknown color: approx Dark Coral. HEX triplet: D6, 4E and 3B. RGB value is (214,78,59). Sum of RGB (Red+Green+Blue) = 214+78+59=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E3B is #29B1C4. Grayscale: #747474. Windows color (decimal): -2732485 or 3886806. OLE color: 3886806.

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

Color convert

RGB2147859-
CMYK00.640.720.16
HSL7.35º65.4%53.53%-
HSV(B)7.35º72.43%83.92%-
XYZ31.2520.066.36-
YUV116.595.56197.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.97%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=60.97%
G=22.22%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214785900.640.720.167.3565.453.53
HexD64E3B040481074136
Octal32611673010011020710166
Binary110101101001110111011010000001001000100001111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64E3B; }

 p { color: rgb(214,78,59); }

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

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

 a { background-color: rgb(214,78,59); }

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

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

 span { border-color: rgb(214,78,59); }

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