Html Css Color HEX #D85D3E Dark Coral

📋 copy color: '#D85D3E'

red 216 ◦ green 93 ◦ blue 62

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

Shades of Dark Coral #D85D3E

Tints of Dark Coral #D85D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 58.22%
G = 25.07%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D85D3E (or 0xD85D3E) is known color: Dark Coral. HEX triplet: D8, 5D and 3E. RGB value is (216,93,62). Sum of RGB (Red+Green+Blue) = 216+93+62=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D3E is #27A2C1. Grayscale: #7E7E7E. Windows color (decimal): -2597570 or 4087256. OLE color: 4087256.

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

Color convert

RGB 216 93 62 -
CMYK 0 0.57 0.71 0.15
HSL 12.08º 0.66% 0.55% -
HSV(B) 12.08º 0.71% 0.85% -
XYZ 33.1 22.78 7.21 -
YUV 126.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 216 93 62 0 0.57 0.71 0.15 12.08 0.66 0.55
Hex D8 5D 3E 0 39 47 F C 42 37
Octal 330 135 76 0 71 107 17 14 102 67
Binary 11011000 1011101 111110 0 111001 1000111 1111 1100 1000010 110111

Color Harmonies of #D85D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D3E

Black with #D85D3E

Text Example


Text Example

White with #D85D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D3E; }

 p { color: rgb(216,93,62); }

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

background-color css

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

 a { background-color: rgb(216,93,62); }

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

border-color css

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

 span { border-color: rgb(216,93,62); }

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