Html Css Color HEX #D65340 Dark Coral

📋 copy color: '#D65340'

red 214 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #D65340

Tints of Dark Coral #D65340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 59.28%
G = 22.99%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D65340 (or 0xD65340) is known color: Dark Coral. HEX triplet: D6, 53 and 40. RGB value is (214,83,64). Sum of RGB (Red+Green+Blue) = 214+83+64=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D65340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65340 is #29ACBF. Grayscale: #787878. Windows color (decimal): -2731200 or 4215766. OLE color: 4215766.

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

Color convert

RGB 214 83 64 -
CMYK 0 0.61 0.70 0.16
HSL 7.6º 0.65% 0.55% -
HSV(B) 7.6º 0.7% 0.84% -
XYZ 31.75 20.85 7.2 -
YUV 120 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 214 83 64 0 0.61 0.70 0.16 7.6 0.65 0.55
Hex D6 53 40 0 3D 46 10 8 41 37
Octal 326 123 100 0 75 106 20 10 101 67
Binary 11010110 1010011 1000000 0 111101 1000110 10000 1000 1000001 110111

Color Harmonies of #D65340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65340

Black with #D65340

Text Example


Text Example

White with #D65340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65340; }

 p { color: rgb(214,83,64); }

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

background-color css

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

 a { background-color: rgb(214,83,64); }

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

border-color css

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

 span { border-color: rgb(214,83,64); }

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