Html Css Color HEX #D85340 Dark Coral

📋 copy color: '#D85340'

red 216 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #D85340

Tints of Dark Coral #D85340

RGB

 RED value IS 216 (84.77% from 255) = 59.5%

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

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

R = 59.5%
G = 22.87%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85340 (or 0xD85340) is known color: Dark Coral. HEX triplet: D8, 53 and 40. RGB value is (216,83,64). Sum of RGB (Red+Green+Blue) = 216+83+64=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85340 is #27ACBF. Grayscale: #787878. Windows color (decimal): -2600128 or 4215768. OLE color: 4215768.

HSL color Cylindrical-coordinate representation of color #D85340: hue angle of 7.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85340 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 64 -
CMYK 0 0.62 0.70 0.15
HSL 7.5º 0.66% 0.55% -
HSV(B) 7.5º 0.7% 0.85% -
XYZ 32.34 21.16 7.23 -
YUV 120.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 216 83 64 0 0.62 0.70 0.15 7.5 0.66 0.55
Hex D8 53 40 0 3E 46 F 8 42 37
Octal 330 123 100 0 76 106 17 10 102 67
Binary 11011000 1010011 1000000 0 111110 1000110 1111 1000 1000010 110111

Color Harmonies of #D85340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85340

Black with #D85340

Text Example


Text Example

White with #D85340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85340; }

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

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

background-color css

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

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

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

border-color css

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

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

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