Html Css Color HEX #D85C3E Dark Coral

📋 copy color: '#D85C3E'

red 216 ◦ green 92 ◦ blue 62

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

Shades of Dark Coral #D85C3E

Tints of Dark Coral #D85C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

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

R = 58.38%
G = 24.86%
B = 16.76%

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

#D85C3E (or 0xD85C3E) is known color: Dark Coral. HEX triplet: D8, 5C and 3E. RGB value is (216,92,62). Sum of RGB (Red+Green+Blue) = 216+92+62=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C3E is #27A3C1. Grayscale: #7D7D7D. Windows color (decimal): -2597826 or 4087000. OLE color: 4087000.

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

Color convert

RGB 216 92 62 -
CMYK 0 0.57 0.71 0.15
HSL 11.69º 0.66% 0.55% -
HSV(B) 11.69º 0.71% 0.85% -
XYZ 33.02 22.6 7.18 -
YUV 125.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 216 92 62 0 0.57 0.71 0.15 11.69 0.66 0.55
Hex D8 5C 3E 0 39 47 F C 42 37
Octal 330 134 76 0 71 107 17 14 102 67
Binary 11011000 1011100 111110 0 111001 1000111 1111 1100 1000010 110111

Color Harmonies of #D85C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C3E

Black with #D85C3E

Text Example


Text Example

White with #D85C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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