Html Css Color HEX #D85840 Dark Coral

📋 copy color: '#D85840'

red 216 ◦ green 88 ◦ blue 64

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

Shades of Dark Coral #D85840

Tints of Dark Coral #D85840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 58.7%
G = 23.91%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D85840 (or 0xD85840) is known color: Dark Coral. HEX triplet: D8, 58 and 40. RGB value is (216,88,64). Sum of RGB (Red+Green+Blue) = 216+88+64=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85840 is #27A7BF. Grayscale: #7B7B7B. Windows color (decimal): -2598848 or 4217048. OLE color: 4217048.

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

Color convert

RGB 216 88 64 -
CMYK 0 0.59 0.70 0.15
HSL 9.47º 0.66% 0.55% -
HSV(B) 9.47º 0.7% 0.85% -
XYZ 32.73 21.95 7.36 -
YUV 123.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 216 88 64 0 0.59 0.70 0.15 9.47 0.66 0.55
Hex D8 58 40 0 3B 46 F 9 42 37
Octal 330 130 100 0 73 106 17 11 102 67
Binary 11011000 1011000 1000000 0 111011 1000110 1111 1001 1000010 110111

Color Harmonies of #D85840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85840

Black with #D85840

Text Example


Text Example

White with #D85840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85840; }

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

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

background-color css

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

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

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

border-color css

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

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

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