#D6614A

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

Shades of Dark Coral #D6614A

Tints of Dark Coral #D6614A

Color information

#D6614A (or 0xD6614A) is unknown color: approx Dark Coral. HEX triplet: D6, 61 and 4A. RGB value is (214,97,74). Sum of RGB (Red+Green+Blue) = 214+97+74=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6614A is #299EB5. Grayscale: #818181. Windows color (decimal): -2727606 or 4874710. OLE color: 4874710.

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

Color convert

RGB2149774-
CMYK00.550.650.16
HSL9.86º63.06%56.47%-
HSV(B)9.86º65.42%83.92%-
XYZ33.2423.349.23-
YUV129.3696.76188.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.58%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=55.58%
G=25.19%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214977400.550.650.169.8663.0656.47
HexD6614A0374110a3f38
Octal32614111206710120127770
Binary110101101100001100101001101111000001100001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6614A; }

 p { color: rgb(214,97,74); }

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

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

 a { background-color: rgb(214,97,74); }

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

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

 span { border-color: rgb(214,97,74); }

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