Html Css Color HEX #D6604A Dark Coral

📋 copy color: '#D6604A'

red 214 ◦ green 96 ◦ blue 74

#D6604A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D6604A

Tints of Dark Coral #D6604A

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 55.73%
G = 25%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6604A (or 0xD6604A) is known color: Dark Coral. HEX triplet: D6, 60 and 4A. RGB value is (214,96,74). Sum of RGB (Red+Green+Blue) = 214+96+74=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6604A is #299FB5. Grayscale: #808080. Windows color (decimal): -2727862 or 4874454. OLE color: 4874454.

HSL color Cylindrical-coordinate representation of color #D6604A: hue angle of 9.43º 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 #D6604A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 74 -
CMYK 0 0.55 0.65 0.16
HSL 9.43º 0.63% 0.56% -
HSV(B) 9.43º 0.65% 0.84% -
XYZ 33.15 23.16 9.2 -
YUV 128.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 214 96 74 0 0.55 0.65 0.16 9.43 0.63 0.56
Hex D6 60 4A 0 37 41 10 9 3F 38
Octal 326 140 112 0 67 101 20 11 77 70
Binary 11010110 1100000 1001010 0 110111 1000001 10000 1001 111111 111000

Color Harmonies of #D6604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6604A

Black with #D6604A

Text Example


Text Example

White with #D6604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6604A; }

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

 H1.HeaderClassName
 {
   color: #D6604A;
 }
 .AnyTagClassName
 {
   color: #D6604A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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